Package org.palladiosimulator.solver.spa
Interface SpaPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SpaPackageImpl
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 SpaPackage
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 'Process Behaviour
' class.static final int
The feature id for the 'Behaviour' containment reference.static final int
The feature id for the 'Name' attribute.static final int
The feature id for the 'Num Replicas' attribute.static final int
The number of structural features of the 'Process Behaviour' class.static final int
The meta object id for the 'SPA Model
' class.static final int
The feature id for the 'Processes' containment reference list.static final int
The feature id for the 'Resources' containment reference list.static final int
The number of structural features of the 'SPA Model' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Process Behaviour
'.Returns the meta object for the containment reference 'Behaviour
'.Returns the meta object for the attribute 'Name
'.Returns the meta object for the attribute 'Num Replicas
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'SPA Model
'.Returns the meta object for the containment reference list 'Processes
'.Returns the meta object for the containment reference list 'Resources
'.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.
-
PROCESS_BEHAVIOUR
static final int PROCESS_BEHAVIOURThe meta object id for the 'Process Behaviour
' class.- See Also:
- Generated class or method.
-
PROCESS_BEHAVIOUR__NUM_REPLICAS
static final int PROCESS_BEHAVIOUR__NUM_REPLICASThe feature id for the 'Num Replicas' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR__NAME
static final int PROCESS_BEHAVIOUR__NAMEThe feature id for the 'Name' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR__BEHAVIOUR
static final int PROCESS_BEHAVIOUR__BEHAVIOURThe feature id for the 'Behaviour' containment reference.- See Also:
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR_FEATURE_COUNT
static final int PROCESS_BEHAVIOUR_FEATURE_COUNTThe number of structural features of the 'Process Behaviour' class.- See Also:
- Generated class or method.
- Ordered collection.
-
SPA_MODEL
static final int SPA_MODELThe meta object id for the 'SPA Model
' class.- See Also:
- Generated class or method.
-
SPA_MODEL__PROCESSES
static final int SPA_MODEL__PROCESSESThe feature id for the 'Processes' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SPA_MODEL__RESOURCES
static final int SPA_MODEL__RESOURCESThe feature id for the 'Resources' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
SPA_MODEL_FEATURE_COUNT
static final int SPA_MODEL_FEATURE_COUNTThe number of structural features of the 'SPA Model' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getProcessBehaviour
EClass getProcessBehaviour()Returns the meta object for class 'Process Behaviour
'.- Returns:
- the meta object for class 'Process Behaviour'.
- See Also:
- Generated class or method.
-
getProcessBehaviour_NumReplicas
EAttribute getProcessBehaviour_NumReplicas()Returns the meta object for the attribute 'Num Replicas
'.- Returns:
- the meta object for the attribute 'Num Replicas'.
- See Also:
- Generated class or method.
-
getProcessBehaviour_Name
EAttribute getProcessBehaviour_Name()Returns the meta object for the attribute 'Name
'.- Returns:
- the meta object for the attribute 'Name'.
- See Also:
- Generated class or method.
-
getProcessBehaviour_Behaviour
EReference getProcessBehaviour_Behaviour()Returns the meta object for the containment reference 'Behaviour
'.- Returns:
- the meta object for the containment reference 'Behaviour'.
- See Also:
- Generated class or method.
-
getSPAModel
EClass getSPAModel()Returns the meta object for class 'SPA Model
'.- Returns:
- the meta object for class 'SPA Model'.
- See Also:
- Generated class or method.
-
getSPAModel_Processes
EReference getSPAModel_Processes()Returns the meta object for the containment reference list 'Processes
'.- Returns:
- the meta object for the containment reference list 'Processes'.
- See Also:
- Generated class or method.
-
getSPAModel_Resources
EReference getSPAModel_Resources()Returns the meta object for the containment reference list 'Resources
'.- Returns:
- the meta object for the containment reference list 'Resources'.
- See Also:
- Generated class or method.
-
getSpaFactory
SpaFactory getSpaFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-