All Frameworks Class Hierarchy This Framework Previous Next Indexes
ConstraintModelerInterfaces Interface CATICstData
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATICstData
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICstData
- Deprecated:
- V5R15
do not use
Interface for constraint type.
Role: This interface is used to manage types of constraint.
- See also:
- CATICst, CATICstFactory
Method Index
- o
GetNbParents()
- Returns the number of elements.
- o
ListAttrNames(CATFeatureType,CATFeatureType)
- Returns the list of specification attributes.
- o
ListLiteralMagnitudes()
- Returns the list of magnitudes of the numerical values.
- o
ListLiteralNames()
- Returns the list of names of the numerical values.
Methods
o GetNbParents
public virtual int GetNbParents( | )const=0 |
-
Returns the number of elements.
o ListAttrNames
-
Returns the list of specification attributes.
- Parameters:
-
- iType1
- The type of the first element.
- iType2
- The type of the second element.
o ListLiteralMagnitudes
-
Returns the list of magnitudes of the numerical values.
o ListLiteralNames
-
Returns the list of names of the numerical values.
This object is included in the file: CATICstData.h
If needed, your Imakefile.mk should include the module: CATConstraintModelerItf