Package org.scaledl.usageevolution
Interface UsageevolutionPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
UsageevolutionPackageImpl
public interface UsageevolutionPackage 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:
UsageevolutionFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
UsageevolutionPackage.Literals
Defines 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 UsageevolutionPackage
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
USAGE
The meta object id for the 'Usage
' class.static int
USAGE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
USAGE__EVOLUTION_STEP_WIDTH
The feature id for the 'Evolution Step Width' attribute.static int
USAGE__ID
The feature id for the 'Id' attribute.static int
USAGE__LOAD_EVOLUTION
The feature id for the 'Load Evolution' reference.static int
USAGE__REPEATING_PATTERN
The feature id for the 'Repeating Pattern' attribute.static int
USAGE__SCENARIO
The feature id for the 'Scenario' reference.static int
USAGE__WORK_EVOLUTIONS
The feature id for the 'Work Evolutions' containment reference list.static int
USAGE_EVOLUTION
The meta object id for the 'Usage Evolution
' class.static int
USAGE_EVOLUTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
USAGE_EVOLUTION__ID
The feature id for the 'Id' attribute.static int
USAGE_EVOLUTION__USAGES
The feature id for the 'Usages' containment reference list.static int
USAGE_EVOLUTION_FEATURE_COUNT
The number of structural features of the 'Usage Evolution' class.static int
USAGE_FEATURE_COUNT
The number of structural features of the 'Usage' class.static int
WORK_PARAMETER_EVOLUTION
The meta object id for the 'Work Parameter Evolution
' class.static int
WORK_PARAMETER_EVOLUTION__EVOLUTION
The feature id for the 'Evolution' reference.static int
WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION
The feature id for the 'Variable Characterisation' reference.static int
WORK_PARAMETER_EVOLUTION_FEATURE_COUNT
The number of structural features of the 'Work Parameter Evolution' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getUsage()
Returns the meta object for class 'Usage
'.EAttribute
getUsage_EvolutionStepWidth()
Returns the meta object for the attribute 'Evolution Step Width
'.EReference
getUsage_LoadEvolution()
Returns the meta object for the reference 'Load Evolution
'.EAttribute
getUsage_RepeatingPattern()
Returns the meta object for the attribute 'Repeating Pattern
'.EReference
getUsage_Scenario()
Returns the meta object for the reference 'Scenario
'.EReference
getUsage_WorkEvolutions()
Returns the meta object for the containment reference list 'Work Evolutions
'.EClass
getUsageEvolution()
Returns the meta object for class 'Usage Evolution
'.EReference
getUsageEvolution_Usages()
Returns the meta object for the containment reference list 'Usages
'.UsageevolutionFactory
getUsageevolutionFactory()
Returns the factory that creates the instances of the model.EClass
getWorkParameterEvolution()
Returns the meta object for class 'Work Parameter Evolution
'.EReference
getWorkParameterEvolution_Evolution()
Returns the meta object for the reference 'Evolution
'.EReference
getWorkParameterEvolution_VariableCharacterisation()
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 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 UsageevolutionPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
USAGE_EVOLUTION
static final int USAGE_EVOLUTION
The meta object id for the 'Usage Evolution
' class.- See Also:
UsageEvolutionImpl
,UsageevolutionPackageImpl.getUsageEvolution()
, Constant Field Values- Generated class or method.
-
USAGE_EVOLUTION__ID
static final int USAGE_EVOLUTION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION__ENTITY_NAME
static final int USAGE_EVOLUTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION__USAGES
static final int USAGE_EVOLUTION__USAGES
The feature id for the 'Usages' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_EVOLUTION_FEATURE_COUNT
static final int USAGE_EVOLUTION_FEATURE_COUNT
The number of structural features of the 'Usage Evolution' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE
static final int USAGE
The meta object id for the 'Usage
' class.- See Also:
UsageImpl
,UsageevolutionPackageImpl.getUsage()
, Constant Field Values- Generated class or method.
-
USAGE__ID
static final int USAGE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__ENTITY_NAME
static final int USAGE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__LOAD_EVOLUTION
static final int USAGE__LOAD_EVOLUTION
The feature id for the 'Load Evolution' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__WORK_EVOLUTIONS
static final int USAGE__WORK_EVOLUTIONS
The feature id for the 'Work Evolutions' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__SCENARIO
static final int USAGE__SCENARIO
The feature id for the 'Scenario' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__REPEATING_PATTERN
static final int USAGE__REPEATING_PATTERN
The feature id for the 'Repeating Pattern' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE__EVOLUTION_STEP_WIDTH
static final int USAGE__EVOLUTION_STEP_WIDTH
The feature id for the 'Evolution Step Width' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
USAGE_FEATURE_COUNT
static final int USAGE_FEATURE_COUNT
The number of structural features of the 'Usage' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION
static final int WORK_PARAMETER_EVOLUTION
The meta object id for the 'Work Parameter Evolution
' class.- See Also:
WorkParameterEvolutionImpl
,UsageevolutionPackageImpl.getWorkParameterEvolution()
, Constant Field Values- Generated class or method.
-
WORK_PARAMETER_EVOLUTION__EVOLUTION
static final int WORK_PARAMETER_EVOLUTION__EVOLUTION
The feature id for the 'Evolution' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION
static final int WORK_PARAMETER_EVOLUTION__VARIABLE_CHARACTERISATION
The feature id for the 'Variable Characterisation' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
WORK_PARAMETER_EVOLUTION_FEATURE_COUNT
static final int WORK_PARAMETER_EVOLUTION_FEATURE_COUNT
The number of structural features of the 'Work Parameter Evolution' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getUsageEvolution
EClass getUsageEvolution()
Returns the meta object for class 'Usage Evolution
'.- Returns:
- the meta object for class 'Usage Evolution'.
- See Also:
UsageEvolution
- 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:
UsageEvolution.getUsages()
,getUsageEvolution()
- Generated class or method.
-
getUsage
EClass getUsage()
Returns the meta object for class 'Usage
'.- Returns:
- the meta object for class 'Usage'.
- See Also:
Usage
- 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:
Usage.getLoadEvolution()
,getUsage()
- 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:
Usage.getWorkEvolutions()
,getUsage()
- 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:
Usage.getScenario()
,getUsage()
- 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:
Usage.isRepeatingPattern()
,getUsage()
- 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:
Usage.getEvolutionStepWidth()
,getUsage()
- 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:
WorkParameterEvolution
- 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:
WorkParameterEvolution.getEvolution()
,getWorkParameterEvolution()
- 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:
WorkParameterEvolution.getVariableCharacterisation()
,getWorkParameterEvolution()
- 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.
-
-