Interface ConstraintsPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
ConstraintsPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Abstract Constraint
' class.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Abstract Constraint' class.static final ConstraintsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'State Based Contraint
' class.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'State Based Contraint' class.static final int
The meta object id for the 'Temporal Constraint
' class.static final int
The feature id for the 'Id' attribute.static final int
The number of structural features of the 'Temporal Constraint' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Abstract Constraint
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'State Based Contraint
'.Returns the meta object for class 'Temporal Constraint
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ABSTRACT_CONSTRAINT
static final int ABSTRACT_CONSTRAINTThe meta object id for the 'Abstract Constraint
' class.- See Also:
- Generated class or method.
-
ABSTRACT_CONSTRAINT__ID
static final int ABSTRACT_CONSTRAINT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ABSTRACT_CONSTRAINT_FEATURE_COUNT
static final int ABSTRACT_CONSTRAINT_FEATURE_COUNTThe number of structural features of the 'Abstract Constraint' class.- See Also:
- Generated class or method.
- Ordered collection.
-
TEMPORAL_CONSTRAINT
static final int TEMPORAL_CONSTRAINTThe meta object id for the 'Temporal Constraint
' class.- See Also:
- Generated class or method.
-
TEMPORAL_CONSTRAINT__ID
static final int TEMPORAL_CONSTRAINT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
TEMPORAL_CONSTRAINT_FEATURE_COUNT
static final int TEMPORAL_CONSTRAINT_FEATURE_COUNTThe number of structural features of the 'Temporal Constraint' class.- See Also:
- Generated class or method.
- Ordered collection.
-
STATE_BASED_CONTRAINT
static final int STATE_BASED_CONTRAINTThe meta object id for the 'State Based Contraint
' class.- See Also:
- Generated class or method.
-
STATE_BASED_CONTRAINT__ID
static final int STATE_BASED_CONTRAINT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
STATE_BASED_CONTRAINT_FEATURE_COUNT
static final int STATE_BASED_CONTRAINT_FEATURE_COUNTThe number of structural features of the 'State Based Contraint' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getAbstractConstraint
EClass getAbstractConstraint()Returns the meta object for class 'Abstract Constraint
'.- Returns:
- the meta object for class 'Abstract Constraint'.
- See Also:
- Generated class or method.
-
getTemporalConstraint
EClass getTemporalConstraint()Returns the meta object for class 'Temporal Constraint
'.- Returns:
- the meta object for class 'Temporal Constraint'.
- See Also:
- Generated class or method.
-
getStateBasedContraint
EClass getStateBasedContraint()Returns the meta object for class 'State Based Contraint
'.- Returns:
- the meta object for class 'State Based Contraint'.
- See Also:
- Generated class or method.
-
getConstraintsFactory
ConstraintsFactory getConstraintsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-