Package featureObjective
Interface FeatureObjectivePackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
FeatureObjectivePackageImpl
public interface FeatureObjectivePackage extends EPackage
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:
FeatureObjectiveFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FeatureObjectivePackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTRIBUTE_TYPES
The meta object id for the 'Attribute Types
' enum.static int
CONSTRAINT
The meta object id for the 'Constraint
' class.static int
CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.static int
CONSTRAINT__ID
The feature id for the 'Id' attribute.static int
CONSTRAINT__NAME
The feature id for the 'Name' attribute.static int
CONSTRAINT__SOURCE
The feature id for the 'Source' reference.static int
CONSTRAINT__TARGET
The feature id for the 'Target' reference list.static int
CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Constraint' class.static FeatureObjectivePackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
FEATURE
The meta object id for the 'Feature
' class.static int
FEATURE__FEATUREGROUP
The feature id for the 'Featuregroup' reference.static int
FEATURE__ID
The feature id for the 'Id' attribute.static int
FEATURE__NAME
The feature id for the 'Name' attribute.static int
FEATURE_FEATURE_COUNT
The number of structural features of the 'Feature' class.static int
FEATURE_GROUP
The meta object id for the 'Feature Group
' class.static int
FEATURE_GROUP__FEATURES
The feature id for the 'Features' containment reference list.static int
FEATURE_GROUP__OPERATION
The feature id for the 'Operation' attribute.static int
FEATURE_GROUP_FEATURE_COUNT
The number of structural features of the 'Feature Group' class.static int
FEATURE_OBJECTIVE
The meta object id for the 'Feature Objective
' class.static int
FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
The feature id for the 'Annotatable Element' reference list.static int
FEATURE_OBJECTIVE__CONSTRAINTS
The feature id for the 'Constraints' containment reference list.static int
FEATURE_OBJECTIVE__DESCRIPTION
The feature id for the 'Description' attribute.static int
FEATURE_OBJECTIVE__FEATURE_GROUPS
The feature id for the 'Feature Groups' containment reference list.static int
FEATURE_OBJECTIVE__ID
The feature id for the 'Id' attribute.static int
FEATURE_OBJECTIVE__NAME
The feature id for the 'Name' attribute.static int
FEATURE_OBJECTIVE_FEATURE_COUNT
The number of structural features of the 'Feature Objective' class.static int
LOGICAL_OPERATION
The meta object id for the 'Logical Operation
' enum.static int
PROHIBITS_CONSTRAINT
The meta object id for the 'Prohibits Constraint
' class.static int
PROHIBITS_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.static int
PROHIBITS_CONSTRAINT__ID
The feature id for the 'Id' attribute.static int
PROHIBITS_CONSTRAINT__NAME
The feature id for the 'Name' attribute.static int
PROHIBITS_CONSTRAINT__SOURCE
The feature id for the 'Source' reference.static int
PROHIBITS_CONSTRAINT__TARGET
The feature id for the 'Target' reference list.static int
PROHIBITS_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Prohibits Constraint' class.static int
REQUIRED_CONSTRAINT
The meta object id for the 'Required Constraint
' class.static int
REQUIRED_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.static int
REQUIRED_CONSTRAINT__ID
The feature id for the 'Id' attribute.static int
REQUIRED_CONSTRAINT__NAME
The feature id for the 'Name' attribute.static int
REQUIRED_CONSTRAINT__SOURCE
The feature id for the 'Source' reference.static int
REQUIRED_CONSTRAINT__TARGET
The feature id for the 'Target' reference list.static int
REQUIRED_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Required Constraint' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EEnum
getAttributeTypes()
Returns the meta object for enum 'Attribute Types
'.EClass
getConstraint()
Returns the meta object for class 'Constraint
'.EAttribute
getConstraint_Description()
Returns the meta object for the attribute 'Description
'.EReference
getConstraint_Source()
Returns the meta object for the reference 'Source
'.EReference
getConstraint_Target()
Returns the meta object for the reference list 'Target
'.EClass
getFeature()
Returns the meta object for class 'Feature
'.EReference
getFeature_Featuregroup()
Returns the meta object for the reference 'Featuregroup
'.EClass
getFeatureGroup()
Returns the meta object for class 'Feature Group
'.EReference
getFeatureGroup_Features()
Returns the meta object for the containment reference list 'Features
'.EAttribute
getFeatureGroup_Operation()
Returns the meta object for the attribute 'Operation
'.EClass
getFeatureObjective()
Returns the meta object for class 'Feature Objective
'.EReference
getFeatureObjective_AnnotatableElement()
Returns the meta object for the reference list 'Annotatable Element
'.EReference
getFeatureObjective_Constraints()
Returns the meta object for the containment reference list 'Constraints
'.EReference
getFeatureObjective_FeatureGroups()
Returns the meta object for the containment reference list 'Feature Groups
'.FeatureObjectiveFactory
getFeatureObjectiveFactory()
Returns the factory that creates the instances of the model.EEnum
getLogicalOperation()
Returns the meta object for enum 'Logical Operation
'.EClass
getProhibitsConstraint()
Returns the meta object for class 'Prohibits Constraint
'.EClass
getRequiredConstraint()
Returns the meta object for class 'Required 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 Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final FeatureObjectivePackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
FEATURE_OBJECTIVE
static final int FEATURE_OBJECTIVE
The meta object id for the 'Feature Objective
' class.- See Also:
FeatureObjectiveImpl
,FeatureObjectivePackageImpl.getFeatureObjective()
, Constant Field Values- Generated class or method.
-
FEATURE_OBJECTIVE__ID
static final int FEATURE_OBJECTIVE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE__NAME
static final int FEATURE_OBJECTIVE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE__DESCRIPTION
static final int FEATURE_OBJECTIVE__DESCRIPTION
The feature id for the 'Description' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE__FEATURE_GROUPS
static final int FEATURE_OBJECTIVE__FEATURE_GROUPS
The feature id for the 'Feature Groups' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE__CONSTRAINTS
static final int FEATURE_OBJECTIVE__CONSTRAINTS
The feature id for the 'Constraints' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
static final int FEATURE_OBJECTIVE__ANNOTATABLE_ELEMENT
The feature id for the 'Annotatable Element' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_OBJECTIVE_FEATURE_COUNT
static final int FEATURE_OBJECTIVE_FEATURE_COUNT
The number of structural features of the 'Feature Objective' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE
static final int FEATURE
The meta object id for the 'Feature
' class.- See Also:
FeatureImpl
,FeatureObjectivePackageImpl.getFeature()
, Constant Field Values- Generated class or method.
-
FEATURE__ID
static final int FEATURE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE__NAME
static final int FEATURE__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE__FEATUREGROUP
static final int FEATURE__FEATUREGROUP
The feature id for the 'Featuregroup' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_FEATURE_COUNT
static final int FEATURE_FEATURE_COUNT
The number of structural features of the 'Feature' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_GROUP
static final int FEATURE_GROUP
The meta object id for the 'Feature Group
' class.- See Also:
FeatureGroupImpl
,FeatureObjectivePackageImpl.getFeatureGroup()
, Constant Field Values- Generated class or method.
-
FEATURE_GROUP__FEATURES
static final int FEATURE_GROUP__FEATURES
The feature id for the 'Features' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_GROUP__OPERATION
static final int FEATURE_GROUP__OPERATION
The feature id for the 'Operation' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FEATURE_GROUP_FEATURE_COUNT
static final int FEATURE_GROUP_FEATURE_COUNT
The number of structural features of the 'Feature Group' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT
static final int CONSTRAINT
The meta object id for the 'Constraint
' class.- See Also:
ConstraintImpl
,FeatureObjectivePackageImpl.getConstraint()
, Constant Field Values- Generated class or method.
-
CONSTRAINT__ID
static final int CONSTRAINT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT__NAME
static final int CONSTRAINT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT__SOURCE
static final int CONSTRAINT__SOURCE
The feature id for the 'Source' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT__TARGET
static final int CONSTRAINT__TARGET
The feature id for the 'Target' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT__DESCRIPTION
static final int CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONSTRAINT_FEATURE_COUNT
static final int CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Constraint' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT
static final int REQUIRED_CONSTRAINT
The meta object id for the 'Required Constraint
' class.- See Also:
RequiredConstraintImpl
,FeatureObjectivePackageImpl.getRequiredConstraint()
, Constant Field Values- Generated class or method.
-
REQUIRED_CONSTRAINT__ID
static final int REQUIRED_CONSTRAINT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT__NAME
static final int REQUIRED_CONSTRAINT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT__SOURCE
static final int REQUIRED_CONSTRAINT__SOURCE
The feature id for the 'Source' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT__TARGET
static final int REQUIRED_CONSTRAINT__TARGET
The feature id for the 'Target' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT__DESCRIPTION
static final int REQUIRED_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
REQUIRED_CONSTRAINT_FEATURE_COUNT
static final int REQUIRED_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Required Constraint' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT
static final int PROHIBITS_CONSTRAINT
The meta object id for the 'Prohibits Constraint
' class.- See Also:
ProhibitsConstraintImpl
,FeatureObjectivePackageImpl.getProhibitsConstraint()
, Constant Field Values- Generated class or method.
-
PROHIBITS_CONSTRAINT__ID
static final int PROHIBITS_CONSTRAINT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT__NAME
static final int PROHIBITS_CONSTRAINT__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT__SOURCE
static final int PROHIBITS_CONSTRAINT__SOURCE
The feature id for the 'Source' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT__TARGET
static final int PROHIBITS_CONSTRAINT__TARGET
The feature id for the 'Target' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT__DESCRIPTION
static final int PROHIBITS_CONSTRAINT__DESCRIPTION
The feature id for the 'Description' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROHIBITS_CONSTRAINT_FEATURE_COUNT
static final int PROHIBITS_CONSTRAINT_FEATURE_COUNT
The number of structural features of the 'Prohibits Constraint' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ATTRIBUTE_TYPES
static final int ATTRIBUTE_TYPES
The meta object id for the 'Attribute Types
' enum.- See Also:
AttributeTypes
,FeatureObjectivePackageImpl.getAttributeTypes()
, Constant Field Values- Generated class or method.
-
LOGICAL_OPERATION
static final int LOGICAL_OPERATION
The meta object id for the 'Logical Operation
' enum.- See Also:
LogicalOperation
,FeatureObjectivePackageImpl.getLogicalOperation()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getFeatureObjective
EClass getFeatureObjective()
Returns the meta object for class 'Feature Objective
'.- Returns:
- the meta object for class 'Feature Objective'.
- See Also:
FeatureObjective
- Generated class or method.
-
getFeatureObjective_FeatureGroups
EReference getFeatureObjective_FeatureGroups()
Returns the meta object for the containment reference list 'Feature Groups
'.- Returns:
- the meta object for the containment reference list 'Feature Groups'.
- See Also:
FeatureObjective.getFeatureGroups()
,getFeatureObjective()
- Generated class or method.
-
getFeatureObjective_Constraints
EReference getFeatureObjective_Constraints()
Returns the meta object for the containment reference list 'Constraints
'.- Returns:
- the meta object for the containment reference list 'Constraints'.
- See Also:
FeatureObjective.getConstraints()
,getFeatureObjective()
- Generated class or method.
-
getFeatureObjective_AnnotatableElement
EReference getFeatureObjective_AnnotatableElement()
Returns the meta object for the reference list 'Annotatable Element
'.- Returns:
- the meta object for the reference list 'Annotatable Element'.
- See Also:
FeatureObjective.getAnnotatableElement()
,getFeatureObjective()
- Generated class or method.
-
getFeature
EClass getFeature()
Returns the meta object for class 'Feature
'.- Returns:
- the meta object for class 'Feature'.
- See Also:
Feature
- Generated class or method.
-
getFeature_Featuregroup
EReference getFeature_Featuregroup()
Returns the meta object for the reference 'Featuregroup
'.- Returns:
- the meta object for the reference 'Featuregroup'.
- See Also:
Feature.getFeaturegroup()
,getFeature()
- Generated class or method.
-
getFeatureGroup
EClass getFeatureGroup()
Returns the meta object for class 'Feature Group
'.- Returns:
- the meta object for class 'Feature Group'.
- See Also:
FeatureGroup
- Generated class or method.
-
getFeatureGroup_Features
EReference getFeatureGroup_Features()
Returns the meta object for the containment reference list 'Features
'.- Returns:
- the meta object for the containment reference list 'Features'.
- See Also:
FeatureGroup.getFeatures()
,getFeatureGroup()
- Generated class or method.
-
getFeatureGroup_Operation
EAttribute getFeatureGroup_Operation()
Returns the meta object for the attribute 'Operation
'.- Returns:
- the meta object for the attribute 'Operation'.
- See Also:
FeatureGroup.getOperation()
,getFeatureGroup()
- Generated class or method.
-
getConstraint
EClass getConstraint()
Returns the meta object for class 'Constraint
'.- Returns:
- the meta object for class 'Constraint'.
- See Also:
Constraint
- Generated class or method.
-
getConstraint_Source
EReference getConstraint_Source()
Returns the meta object for the reference 'Source
'.- Returns:
- the meta object for the reference 'Source'.
- See Also:
Constraint.getSource()
,getConstraint()
- Generated class or method.
-
getConstraint_Target
EReference getConstraint_Target()
Returns the meta object for the reference list 'Target
'.- Returns:
- the meta object for the reference list 'Target'.
- See Also:
Constraint.getTarget()
,getConstraint()
- Generated class or method.
-
getConstraint_Description
EAttribute getConstraint_Description()
Returns the meta object for the attribute 'Description
'.- Returns:
- the meta object for the attribute 'Description'.
- See Also:
Constraint.getDescription()
,getConstraint()
- Generated class or method.
-
getRequiredConstraint
EClass getRequiredConstraint()
Returns the meta object for class 'Required Constraint
'.- Returns:
- the meta object for class 'Required Constraint'.
- See Also:
RequiredConstraint
- Generated class or method.
-
getProhibitsConstraint
EClass getProhibitsConstraint()
Returns the meta object for class 'Prohibits Constraint
'.- Returns:
- the meta object for class 'Prohibits Constraint'.
- See Also:
ProhibitsConstraint
- Generated class or method.
-
getAttributeTypes
EEnum getAttributeTypes()
Returns the meta object for enum 'Attribute Types
'.- Returns:
- the meta object for enum 'Attribute Types'.
- See Also:
AttributeTypes
- Generated class or method.
-
getLogicalOperation
EEnum getLogicalOperation()
Returns the meta object for enum 'Logical Operation
'.- Returns:
- the meta object for enum 'Logical Operation'.
- See Also:
LogicalOperation
- Generated class or method.
-
getFeatureObjectiveFactory
FeatureObjectiveFactory getFeatureObjectiveFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-