Package org.scaledl.usageevolution
Interface UsageevolutionPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
UsageevolutionPackageImpl
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
Modifier 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
Modifier and TypeFieldDescriptionstatic final UsageevolutionPackage
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 'Usage
' class.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Evolution Step Width' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Load Evolution' reference.static final int
The feature id for the 'Repeating Pattern' attribute.static final int
The feature id for the 'Scenario' reference.static final int
The feature id for the 'Work Evolutions' containment reference list.static final int
The meta object id for the 'Usage Evolution
' class.static final int
The feature id for the 'Entity Name' attribute.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Usages' containment reference list.static final int
The number of structural features of the 'Usage Evolution' class.static final int
The number of structural features of the 'Usage' class.static final int
The meta object id for the 'Work Parameter Evolution
' class.static final int
The feature id for the 'Evolution' reference.static final int
The feature id for the 'Variable Characterisation' reference.static final int
The number of structural features of the 'Work Parameter Evolution' class. -
Method Summary
Modifier and TypeMethodDescriptiongetUsage()
Returns the meta object for class 'Usage
'.Returns the meta object for the attribute 'Evolution Step Width
'.Returns the meta object for the reference 'Load Evolution
'.Returns the meta object for the attribute 'Repeating Pattern
'.Returns the meta object for the reference 'Scenario
'.Returns the meta object for the containment reference list 'Work Evolutions
'.Returns the meta object for class 'Usage Evolution
'.Returns the meta object for the containment reference list 'Usages
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Work Parameter Evolution
'.Returns the meta object for the reference 'Evolution
'.Returns the meta object for the reference 'Variable Characterisation
'.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.
-
USAGE_EVOLUTION
static final int USAGE_EVOLUTIONThe meta object id for the 'Usage Evolution
' class.- See Also:
- Generated class or method.
-
USAGE_EVOLUTION__ID
static final int USAGE_EVOLUTION__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION__ENTITY_NAME
static final int USAGE_EVOLUTION__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION__USAGES
static final int USAGE_EVOLUTION__USAGESThe feature id for the 'Usages' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION_FEATURE_COUNT
static final int USAGE_EVOLUTION_FEATURE_COUNTThe number of structural features of the 'Usage Evolution' class.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE
static final int USAGEThe meta object id for the 'Usage
' class.- See Also:
- Generated class or method.
-
USAGE__ID
static final int USAGE__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__ENTITY_NAME
static final int USAGE__ENTITY_NAMEThe feature id for the 'Entity Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__LOAD_EVOLUTION
static final int USAGE__LOAD_EVOLUTIONThe feature id for the 'Load Evolution' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__WORK_EVOLUTIONS
static final int USAGE__WORK_EVOLUTIONSThe feature id for the 'Work Evolutions' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__SCENARIO
static final int USAGE__SCENARIOThe feature id for the 'Scenario' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__REPEATING_PATTERN
static final int USAGE__REPEATING_PATTERNThe feature id for the 'Repeating Pattern' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE__EVOLUTION_STEP_WIDTH
static final int USAGE__EVOLUTION_STEP_WIDTHThe feature id for the 'Evolution Step Width' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
USAGE_FEATURE_COUNT
static final int USAGE_FEATURE_COUNTThe number of structural features of the 'Usage' class.- See Also:
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION
static final int WORK_PARAMETER_EVOLUTIONThe meta object id for the 'Work Parameter Evolution
' class.- See Also:
- Generated class or method.
-
WORK_PARAMETER_EVOLUTION__EVOLUTION
static final int WORK_PARAMETER_EVOLUTION__EVOLUTIONThe feature id for the 'Evolution' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION
static final int WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATIONThe feature id for the 'Variable Characterisation' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION_FEATURE_COUNT
static final int WORK_PARAMETER_EVOLUTION_FEATURE_COUNTThe number of structural features of the 'Work Parameter Evolution' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getUsageEvolution
EClass getUsageEvolution()Returns the meta object for class 'Usage Evolution
'.- Returns:
- the meta object for class 'Usage Evolution'.
- See Also:
- Generated class or method.
-
getUsageEvolution_Usages
EReference getUsageEvolution_Usages()Returns the meta object for the containment reference list 'Usages
'.- Returns:
- the meta object for the containment reference list 'Usages'.
- See Also:
- Generated class or method.
-
getUsage
EClass getUsage()Returns the meta object for class 'Usage
'.- Returns:
- the meta object for class 'Usage'.
- See Also:
- Generated class or method.
-
getUsage_LoadEvolution
EReference getUsage_LoadEvolution()Returns the meta object for the reference 'Load Evolution
'.- Returns:
- the meta object for the reference 'Load Evolution'.
- See Also:
- Generated class or method.
-
getUsage_WorkEvolutions
EReference getUsage_WorkEvolutions()Returns the meta object for the containment reference list 'Work Evolutions
'.- Returns:
- the meta object for the containment reference list 'Work Evolutions'.
- See Also:
- Generated class or method.
-
getUsage_Scenario
EReference getUsage_Scenario()Returns the meta object for the reference 'Scenario
'.- Returns:
- the meta object for the reference 'Scenario'.
- See Also:
- Generated class or method.
-
getUsage_RepeatingPattern
EAttribute getUsage_RepeatingPattern()Returns the meta object for the attribute 'Repeating Pattern
'.- Returns:
- the meta object for the attribute 'Repeating Pattern'.
- See Also:
- Generated class or method.
-
getUsage_EvolutionStepWidth
EAttribute getUsage_EvolutionStepWidth()Returns the meta object for the attribute 'Evolution Step Width
'.- Returns:
- the meta object for the attribute 'Evolution Step Width'.
- See Also:
- Generated class or method.
-
getWorkParameterEvolution
EClass getWorkParameterEvolution()Returns the meta object for class 'Work Parameter Evolution
'.- Returns:
- the meta object for class 'Work Parameter Evolution'.
- See Also:
- Generated class or method.
-
getWorkParameterEvolution_Evolution
EReference getWorkParameterEvolution_Evolution()Returns the meta object for the reference 'Evolution
'.- Returns:
- the meta object for the reference 'Evolution'.
- See Also:
- Generated class or method.
-
getWorkParameterEvolution_VariableCharacterisation
EReference getWorkParameterEvolution_VariableCharacterisation()Returns the meta object for the reference 'Variable Characterisation
'.- Returns:
- the meta object for the reference 'Variable Characterisation'.
- See Also:
- Generated class or method.
-
getUsageevolutionFactory
UsageevolutionFactory getUsageevolutionFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-