Package org.palladiosimulator.solver.spa
Interface SpaPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
SpaPackageImpl
public interface SpaPackage 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:
SpaFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SpaPackage.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 SpaPackage
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
PROCESS_BEHAVIOUR
The meta object id for the 'Process Behaviour
' class.static int
PROCESS_BEHAVIOUR__BEHAVIOUR
The feature id for the 'Behaviour' containment reference.static int
PROCESS_BEHAVIOUR__NAME
The feature id for the 'Name' attribute.static int
PROCESS_BEHAVIOUR__NUM_REPLICAS
The feature id for the 'Num Replicas' attribute.static int
PROCESS_BEHAVIOUR_FEATURE_COUNT
The number of structural features of the 'Process Behaviour' class.static int
SPA_MODEL
The meta object id for the 'SPA Model
' class.static int
SPA_MODEL__PROCESSES
The feature id for the 'Processes' containment reference list.static int
SPA_MODEL__RESOURCES
The feature id for the 'Resources' containment reference list.static int
SPA_MODEL_FEATURE_COUNT
The number of structural features of the 'SPA Model' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getProcessBehaviour()
Returns the meta object for class 'Process Behaviour
'.EReference
getProcessBehaviour_Behaviour()
Returns the meta object for the containment reference 'Behaviour
'.EAttribute
getProcessBehaviour_Name()
Returns the meta object for the attribute 'Name
'.EAttribute
getProcessBehaviour_NumReplicas()
Returns the meta object for the attribute 'Num Replicas
'.SpaFactory
getSpaFactory()
Returns the factory that creates the instances of the model.EClass
getSPAModel()
Returns the meta object for class 'SPA Model
'.EReference
getSPAModel_Processes()
Returns the meta object for the containment reference list 'Processes
'.EReference
getSPAModel_Resources()
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 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 SpaPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
PROCESS_BEHAVIOUR
static final int PROCESS_BEHAVIOUR
The meta object id for the 'Process Behaviour
' class.- See Also:
ProcessBehaviourImpl
,SpaPackageImpl.getProcessBehaviour()
, Constant Field Values- Generated class or method.
-
PROCESS_BEHAVIOUR__NUM_REPLICAS
static final int PROCESS_BEHAVIOUR__NUM_REPLICAS
The feature id for the 'Num Replicas' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR__NAME
static final int PROCESS_BEHAVIOUR__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR__BEHAVIOUR
static final int PROCESS_BEHAVIOUR__BEHAVIOUR
The feature id for the 'Behaviour' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
PROCESS_BEHAVIOUR_FEATURE_COUNT
static final int PROCESS_BEHAVIOUR_FEATURE_COUNT
The number of structural features of the 'Process Behaviour' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SPA_MODEL
static final int SPA_MODEL
The meta object id for the 'SPA Model
' class.- See Also:
SPAModelImpl
,SpaPackageImpl.getSPAModel()
, Constant Field Values- Generated class or method.
-
SPA_MODEL__PROCESSES
static final int SPA_MODEL__PROCESSES
The feature id for the 'Processes' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SPA_MODEL__RESOURCES
static final int SPA_MODEL__RESOURCES
The feature id for the 'Resources' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SPA_MODEL_FEATURE_COUNT
static final int SPA_MODEL_FEATURE_COUNT
The number of structural features of the 'SPA Model' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getProcessBehaviour
EClass getProcessBehaviour()
Returns the meta object for class 'Process Behaviour
'.- Returns:
- the meta object for class 'Process Behaviour'.
- See Also:
ProcessBehaviour
- 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:
ProcessBehaviour.getNumReplicas()
,getProcessBehaviour()
- 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:
ProcessBehaviour.getName()
,getProcessBehaviour()
- 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:
ProcessBehaviour.getBehaviour()
,getProcessBehaviour()
- 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:
SPAModel
- 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:
SPAModel.getProcesses()
,getSPAModel()
- 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:
SPAModel.getResources()
,getSPAModel()
- 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.
-
-