Package UncertaintyVariationModel
Interface UncertaintyVariationModelPackage
-
- All Superinterfaces:
EModelElement,ENamedElement,EObject,EPackage,Notifier
- All Known Implementing Classes:
UncertaintyVariationModelPackageImpl
public interface UncertaintyVariationModelPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- See Also:
UncertaintyVariationModelFactory- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUncertaintyVariationModelPackage.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each operation 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 UncertaintyVariationModelPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intPRIMITIVE_VALUEThe meta object id for the 'Primitive Value' class.static intPRIMITIVE_VALUE__LINKThe feature id for the 'Link' reference.static intPRIMITIVE_VALUE__VARIATIONDESCRIPTIONThe feature id for the 'Variationdescription' container reference.static intPRIMITIVE_VALUE_FEATURE_COUNTThe number of structural features of the 'Primitive Value' class.static intPRIMITIVE_VALUE_OPERATION_COUNTThe number of operations of the 'Primitive Value' class.static intUNCERTAINTY_VARIATIONSThe meta object id for the 'Uncertainty Variations' class.static intUNCERTAINTY_VARIATIONS__VARIATION_POINTSThe feature id for the 'Variation Points' containment reference list.static intUNCERTAINTY_VARIATIONS_FEATURE_COUNTThe number of structural features of the 'Uncertainty Variations' class.static intUNCERTAINTY_VARIATIONS_OPERATION_COUNTThe number of operations of the 'Uncertainty Variations' class.static intVALUEThe meta object id for the 'Value' class.static intVALUE__VARIATIONDESCRIPTIONThe feature id for the 'Variationdescription' container reference.static intVALUE_COLLECTIONThe meta object id for the 'Value Collection' class.static intVALUE_COLLECTION__LINKSThe feature id for the 'Links' reference list.static intVALUE_COLLECTION__VARIATIONDESCRIPTIONThe feature id for the 'Variationdescription' container reference.static intVALUE_COLLECTION_FEATURE_COUNTThe number of structural features of the 'Value Collection' class.static intVALUE_COLLECTION_OPERATION_COUNTThe number of operations of the 'Value Collection' class.static intVALUE_FEATURE_COUNTThe number of structural features of the 'Value' class.static intVALUE_OPERATION_COUNTThe number of operations of the 'Value' class.static intVARIATION_DESCRIPTIONThe meta object id for the 'Variation Description' class.static intVARIATION_DESCRIPTION__TARGET_VARIATIONSThe feature id for the 'Target Variations' containment reference list.static intVARIATION_DESCRIPTION__VARIATIONPOINTThe feature id for the 'Variationpoint' container reference.static intVARIATION_DESCRIPTION_FEATURE_COUNTThe number of structural features of the 'Variation Description' class.static intVARIATION_DESCRIPTION_OPERATION_COUNTThe number of operations of the 'Variation Description' class.static intVARIATION_POINTThe meta object id for the 'Variation Point' class.static intVARIATION_POINT__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.static intVARIATION_POINT__STATE_HANDLER_IDThe feature id for the 'State Handler Id' attribute.static intVARIATION_POINT__VARIATION_DESCRIPTIONThe feature id for the 'Variation Description' containment reference.static intVARIATION_POINT__VARYING_SUBJECTSThe feature id for the 'Varying Subjects' reference list.static intVARIATION_POINT_FEATURE_COUNTThe number of structural features of the 'Variation Point' class.static intVARIATION_POINT_OPERATION_COUNTThe number of operations of the 'Variation Point' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetPrimitiveValue()Returns the meta object for class 'Primitive Value'.EReferencegetPrimitiveValue_Link()Returns the meta object for the reference 'Link'.UncertaintyVariationModelFactorygetUncertaintyVariationModelFactory()Returns the factory that creates the instances of the model.EClassgetUncertaintyVariations()Returns the meta object for class 'Uncertainty Variations'.EReferencegetUncertaintyVariations_VariationPoints()Returns the meta object for the containment reference list 'Variation Points'.EClassgetValue()Returns the meta object for class 'Value'.EReferencegetValue_Variationdescription()Returns the meta object for the container reference 'Variationdescription'.EClassgetValueCollection()Returns the meta object for class 'Value Collection'.EReferencegetValueCollection_Links()Returns the meta object for the reference list 'Links'.EClassgetVariationDescription()Returns the meta object for class 'Variation Description'.EReferencegetVariationDescription_TargetVariations()Returns the meta object for the containment reference list 'Target Variations'.EReferencegetVariationDescription_Variationpoint()Returns the meta object for the container reference 'Variationpoint'.EClassgetVariationPoint()Returns the meta object for class 'Variation Point'.EAttributegetVariationPoint_EntityName()Returns the meta object for the attribute 'Entity Name'.EAttributegetVariationPoint_StateHandlerId()Returns the meta object for the attribute 'State Handler Id'.EReferencegetVariationPoint_VariationDescription()Returns the meta object for the containment reference 'Variation Description'.EReferencegetVariationPoint_VaryingSubjects()Returns the meta object for the reference list 'Varying Subjects'.-
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 UncertaintyVariationModelPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
UNCERTAINTY_VARIATIONS
static final int UNCERTAINTY_VARIATIONS
The meta object id for the 'Uncertainty Variations' class.- See Also:
UncertaintyVariationsImpl,UncertaintyVariationModelPackageImpl.getUncertaintyVariations(), Constant Field Values- Generated class or method.
-
UNCERTAINTY_VARIATIONS__VARIATION_POINTS
static final int UNCERTAINTY_VARIATIONS__VARIATION_POINTS
The feature id for the 'Variation Points' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNCERTAINTY_VARIATIONS_FEATURE_COUNT
static final int UNCERTAINTY_VARIATIONS_FEATURE_COUNT
The number of structural features of the 'Uncertainty Variations' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
UNCERTAINTY_VARIATIONS_OPERATION_COUNT
static final int UNCERTAINTY_VARIATIONS_OPERATION_COUNT
The number of operations of the 'Uncertainty Variations' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT
static final int VARIATION_POINT
The meta object id for the 'Variation Point' class.- See Also:
VariationPointImpl,UncertaintyVariationModelPackageImpl.getVariationPoint(), Constant Field Values- Generated class or method.
-
VARIATION_POINT__VARYING_SUBJECTS
static final int VARIATION_POINT__VARYING_SUBJECTS
The feature id for the 'Varying Subjects' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT__VARIATION_DESCRIPTION
static final int VARIATION_POINT__VARIATION_DESCRIPTION
The feature id for the 'Variation Description' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT__STATE_HANDLER_ID
static final int VARIATION_POINT__STATE_HANDLER_ID
The feature id for the 'State Handler Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT__ENTITY_NAME
static final int VARIATION_POINT__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT_FEATURE_COUNT
static final int VARIATION_POINT_FEATURE_COUNT
The number of structural features of the 'Variation Point' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_POINT_OPERATION_COUNT
static final int VARIATION_POINT_OPERATION_COUNT
The number of operations of the 'Variation Point' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_DESCRIPTION
static final int VARIATION_DESCRIPTION
The meta object id for the 'Variation Description' class.- See Also:
VariationDescriptionImpl,UncertaintyVariationModelPackageImpl.getVariationDescription(), Constant Field Values- Generated class or method.
-
VARIATION_DESCRIPTION__TARGET_VARIATIONS
static final int VARIATION_DESCRIPTION__TARGET_VARIATIONS
The feature id for the 'Target Variations' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_DESCRIPTION__VARIATIONPOINT
static final int VARIATION_DESCRIPTION__VARIATIONPOINT
The feature id for the 'Variationpoint' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_DESCRIPTION_FEATURE_COUNT
static final int VARIATION_DESCRIPTION_FEATURE_COUNT
The number of structural features of the 'Variation Description' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VARIATION_DESCRIPTION_OPERATION_COUNT
static final int VARIATION_DESCRIPTION_OPERATION_COUNT
The number of operations of the 'Variation Description' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE
static final int VALUE
The meta object id for the 'Value' class.- See Also:
ValueImpl,UncertaintyVariationModelPackageImpl.getValue(), Constant Field Values- Generated class or method.
-
VALUE__VARIATIONDESCRIPTION
static final int VALUE__VARIATIONDESCRIPTION
The feature id for the 'Variationdescription' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_FEATURE_COUNT
static final int VALUE_FEATURE_COUNT
The number of structural features of the 'Value' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_OPERATION_COUNT
static final int VALUE_OPERATION_COUNT
The number of operations of the 'Value' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_VALUE
static final int PRIMITIVE_VALUE
The meta object id for the 'Primitive Value' class.- See Also:
PrimitiveValueImpl,UncertaintyVariationModelPackageImpl.getPrimitiveValue(), Constant Field Values- Generated class or method.
-
PRIMITIVE_VALUE__VARIATIONDESCRIPTION
static final int PRIMITIVE_VALUE__VARIATIONDESCRIPTION
The feature id for the 'Variationdescription' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_VALUE__LINK
static final int PRIMITIVE_VALUE__LINK
The feature id for the 'Link' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_VALUE_FEATURE_COUNT
static final int PRIMITIVE_VALUE_FEATURE_COUNT
The number of structural features of the 'Primitive Value' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PRIMITIVE_VALUE_OPERATION_COUNT
static final int PRIMITIVE_VALUE_OPERATION_COUNT
The number of operations of the 'Primitive Value' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_COLLECTION
static final int VALUE_COLLECTION
The meta object id for the 'Value Collection' class.- See Also:
ValueCollectionImpl,UncertaintyVariationModelPackageImpl.getValueCollection(), Constant Field Values- Generated class or method.
-
VALUE_COLLECTION__VARIATIONDESCRIPTION
static final int VALUE_COLLECTION__VARIATIONDESCRIPTION
The feature id for the 'Variationdescription' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_COLLECTION__LINKS
static final int VALUE_COLLECTION__LINKS
The feature id for the 'Links' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_COLLECTION_FEATURE_COUNT
static final int VALUE_COLLECTION_FEATURE_COUNT
The number of structural features of the 'Value Collection' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
VALUE_COLLECTION_OPERATION_COUNT
static final int VALUE_COLLECTION_OPERATION_COUNT
The number of operations of the 'Value Collection' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getUncertaintyVariations
EClass getUncertaintyVariations()
Returns the meta object for class 'Uncertainty Variations'.- Returns:
- the meta object for class 'Uncertainty Variations'.
- See Also:
UncertaintyVariations- Generated class or method.
-
getUncertaintyVariations_VariationPoints
EReference getUncertaintyVariations_VariationPoints()
Returns the meta object for the containment reference list 'Variation Points'.- Returns:
- the meta object for the containment reference list 'Variation Points'.
- See Also:
UncertaintyVariations.getVariationPoints(),getUncertaintyVariations()- Generated class or method.
-
getVariationPoint
EClass getVariationPoint()
Returns the meta object for class 'Variation Point'.- Returns:
- the meta object for class 'Variation Point'.
- See Also:
VariationPoint- Generated class or method.
-
getVariationPoint_VaryingSubjects
EReference getVariationPoint_VaryingSubjects()
Returns the meta object for the reference list 'Varying Subjects'.- Returns:
- the meta object for the reference list 'Varying Subjects'.
- See Also:
VariationPoint.getVaryingSubjects(),getVariationPoint()- Generated class or method.
-
getVariationPoint_VariationDescription
EReference getVariationPoint_VariationDescription()
Returns the meta object for the containment reference 'Variation Description'.- Returns:
- the meta object for the containment reference 'Variation Description'.
- See Also:
VariationPoint.getVariationDescription(),getVariationPoint()- Generated class or method.
-
getVariationPoint_StateHandlerId
EAttribute getVariationPoint_StateHandlerId()
Returns the meta object for the attribute 'State Handler Id'.- Returns:
- the meta object for the attribute 'State Handler Id'.
- See Also:
VariationPoint.getStateHandlerId(),getVariationPoint()- Generated class or method.
-
getVariationPoint_EntityName
EAttribute getVariationPoint_EntityName()
Returns the meta object for the attribute 'Entity Name'.- Returns:
- the meta object for the attribute 'Entity Name'.
- See Also:
VariationPoint.getEntityName(),getVariationPoint()- Generated class or method.
-
getVariationDescription
EClass getVariationDescription()
Returns the meta object for class 'Variation Description'.- Returns:
- the meta object for class 'Variation Description'.
- See Also:
VariationDescription- Generated class or method.
-
getVariationDescription_TargetVariations
EReference getVariationDescription_TargetVariations()
Returns the meta object for the containment reference list 'Target Variations'.- Returns:
- the meta object for the containment reference list 'Target Variations'.
- See Also:
VariationDescription.getTargetVariations(),getVariationDescription()- Generated class or method.
-
getVariationDescription_Variationpoint
EReference getVariationDescription_Variationpoint()
Returns the meta object for the container reference 'Variationpoint'.- Returns:
- the meta object for the container reference 'Variationpoint'.
- See Also:
VariationDescription.getVariationpoint(),getVariationDescription()- Generated class or method.
-
getValue
EClass getValue()
Returns the meta object for class 'Value'.- Returns:
- the meta object for class 'Value'.
- See Also:
Value- Generated class or method.
-
getValue_Variationdescription
EReference getValue_Variationdescription()
Returns the meta object for the container reference 'Variationdescription'.- Returns:
- the meta object for the container reference 'Variationdescription'.
- See Also:
Value.getVariationdescription(),getValue()- Generated class or method.
-
getPrimitiveValue
EClass getPrimitiveValue()
Returns the meta object for class 'Primitive Value'.- Returns:
- the meta object for class 'Primitive Value'.
- See Also:
PrimitiveValue- Generated class or method.
-
getPrimitiveValue_Link
EReference getPrimitiveValue_Link()
Returns the meta object for the reference 'Link'.- Returns:
- the meta object for the reference 'Link'.
- See Also:
PrimitiveValue.getLink(),getPrimitiveValue()- Generated class or method.
-
getValueCollection
EClass getValueCollection()
Returns the meta object for class 'Value Collection'.- Returns:
- the meta object for class 'Value Collection'.
- See Also:
ValueCollection- Generated class or method.
-
getValueCollection_Links
EReference getValueCollection_Links()
Returns the meta object for the reference list 'Links'.- Returns:
- the meta object for the reference list 'Links'.
- See Also:
ValueCollection.getLinks(),getValueCollection()- Generated class or method.
-
getUncertaintyVariationModelFactory
UncertaintyVariationModelFactory getUncertaintyVariationModelFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-