Package org.palladiosimulator.pcmtx
Interface PcmtxPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
PcmtxPackageImpl
public interface PcmtxPackage 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:
PcmtxFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PcmtxPackage.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 int
ABORT_ACTION
The meta object id for the 'Abort Action
' class.static int
ABORT_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
ABORT_ACTION__ID
The feature id for the 'Id' attribute.static int
ABORT_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.static int
ABORT_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.static int
ABORT_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.static int
ABORT_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.static int
ABORT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.static int
ABORT_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.static int
ABORT_ACTION_FEATURE_COUNT
The number of structural features of the 'Abort Action' class.static int
COMMIT_ACTION
The meta object id for the 'Commit Action
' class.static int
COMMIT_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
COMMIT_ACTION__ID
The feature id for the 'Id' attribute.static int
COMMIT_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.static int
COMMIT_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.static int
COMMIT_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.static int
COMMIT_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.static int
COMMIT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.static int
COMMIT_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.static int
COMMIT_ACTION_FEATURE_COUNT
The number of structural features of the 'Commit Action' class.static int
DATA_REPOSITORY
The meta object id for the 'Data Repository
' class.static int
DATA_REPOSITORY__DATABASES
The feature id for the 'Databases' containment reference list.static int
DATA_REPOSITORY__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_REPOSITORY__ID
The feature id for the 'Id' attribute.static int
DATA_REPOSITORY__TABLE
The feature id for the 'Table' containment reference list.static int
DATA_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Data Repository' class.static int
DATABASE
The meta object id for the 'Database
' class.static int
DATABASE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATABASE__ID
The feature id for the 'Id' attribute.static int
DATABASE__ISOLATION
The feature id for the 'Isolation' attribute.static int
DATABASE__TIMEOUT
The feature id for the 'Timeout' attribute.static int
DATABASE_FEATURE_COUNT
The number of structural features of the 'Database' class.static PcmtxPackage
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
ENTITY_TYPE
The meta object id for the 'Entity Type
' class.static int
ENTITY_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
ENTITY_TYPE__ID
The feature id for the 'Id' attribute.static int
ENTITY_TYPE__RESOURCE_PROVIDED_ROLES_RESOURCE_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Resource Provided Roles Resource Interface Providing Entity' containment reference list.static int
ENTITY_TYPE__RESOURCE_REPOSITORY_RESOURCE_TYPE
The feature id for the 'Resource Repository Resource Type' container reference.static int
ENTITY_TYPE__UNIT
The feature id for the 'Unit' containment reference.static int
ENTITY_TYPE_FEATURE_COUNT
The number of structural features of the 'Entity Type' class.static int
TABLE
The meta object id for the 'Table
' class.static int
TABLE__DATABASE
The feature id for the 'Database' reference.static int
TABLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
TABLE__ID
The feature id for the 'Id' attribute.static int
TABLE__ROWS
The feature id for the 'Rows' attribute.static int
TABLE__TYPES
The feature id for the 'Types' reference list.static int
TABLE_FEATURE_COUNT
The number of structural features of the 'Table' class.static int
TRANSACTION_ISOLATION
The meta object id for the 'Transaction Isolation
' enum.static int
TRANSACTION_SCOPE
The meta object id for the 'Transaction Scope
' enum.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getAbortAction()
Returns the meta object for class 'Abort Action
'.EClass
getCommitAction()
Returns the meta object for class 'Commit Action
'.EClass
getDatabase()
Returns the meta object for class 'Database
'.EAttribute
getDatabase_Isolation()
Returns the meta object for the attribute 'Isolation
'.EAttribute
getDatabase_Timeout()
Returns the meta object for the attribute 'Timeout
'.EClass
getDataRepository()
Returns the meta object for class 'Data Repository
'.EReference
getDataRepository_Databases()
Returns the meta object for the containment reference list 'Databases
'.EReference
getDataRepository_Table()
Returns the meta object for the containment reference list 'Table
'.EClass
getEntityType()
Returns the meta object for class 'Entity Type
'.PcmtxFactory
getPcmtxFactory()
Returns the factory that creates the instances of the model.EClass
getTable()
Returns the meta object for class 'Table
'.EReference
getTable_Database()
Returns the meta object for the reference 'Database
'.EAttribute
getTable_Rows()
Returns the meta object for the attribute 'Rows
'.EReference
getTable_Types()
Returns the meta object for the reference list 'Types
'.EEnum
getTransactionIsolation()
Returns the meta object for enum 'Transaction Isolation
'.EEnum
getTransactionScope()
Returns the meta object for enum 'Transaction Scope
'.-
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 PcmtxPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ENTITY_TYPE
static final int ENTITY_TYPE
The meta object id for the 'Entity Type
' class.- See Also:
EntityTypeImpl
,PcmtxPackageImpl.getEntityType()
, Constant Field Values- Generated class or method.
-
ENTITY_TYPE__ID
static final int ENTITY_TYPE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_TYPE__ENTITY_NAME
static final int ENTITY_TYPE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_TYPE__UNIT
static final int ENTITY_TYPE__UNIT
The feature id for the 'Unit' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_TYPE__RESOURCE_PROVIDED_ROLES_RESOURCE_INTERFACE_PROVIDING_ENTITY
static final int ENTITY_TYPE__RESOURCE_PROVIDED_ROLES_RESOURCE_INTERFACE_PROVIDING_ENTITY
The feature id for the 'Resource Provided Roles Resource Interface Providing Entity' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_TYPE__RESOURCE_REPOSITORY_RESOURCE_TYPE
static final int ENTITY_TYPE__RESOURCE_REPOSITORY_RESOURCE_TYPE
The feature id for the 'Resource Repository Resource Type' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ENTITY_TYPE_FEATURE_COUNT
static final int ENTITY_TYPE_FEATURE_COUNT
The number of structural features of the 'Entity Type' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_REPOSITORY
static final int DATA_REPOSITORY
The meta object id for the 'Data Repository
' class.- See Also:
DataRepositoryImpl
,PcmtxPackageImpl.getDataRepository()
, Constant Field Values- Generated class or method.
-
DATA_REPOSITORY__ID
static final int DATA_REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_REPOSITORY__ENTITY_NAME
static final int DATA_REPOSITORY__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_REPOSITORY__TABLE
static final int DATA_REPOSITORY__TABLE
The feature id for the 'Table' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_REPOSITORY__DATABASES
static final int DATA_REPOSITORY__DATABASES
The feature id for the 'Databases' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_REPOSITORY_FEATURE_COUNT
static final int DATA_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Data Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE
static final int TABLE
The meta object id for the 'Table
' class.- See Also:
TableImpl
,PcmtxPackageImpl.getTable()
, Constant Field Values- Generated class or method.
-
TABLE__ID
static final int TABLE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE__ENTITY_NAME
static final int TABLE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE__ROWS
static final int TABLE__ROWS
The feature id for the 'Rows' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE__TYPES
static final int TABLE__TYPES
The feature id for the 'Types' reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE__DATABASE
static final int TABLE__DATABASE
The feature id for the 'Database' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TABLE_FEATURE_COUNT
static final int TABLE_FEATURE_COUNT
The number of structural features of the 'Table' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATABASE
static final int DATABASE
The meta object id for the 'Database
' class.- See Also:
DatabaseImpl
,PcmtxPackageImpl.getDatabase()
, Constant Field Values- Generated class or method.
-
DATABASE__ID
static final int DATABASE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATABASE__ENTITY_NAME
static final int DATABASE__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATABASE__ISOLATION
static final int DATABASE__ISOLATION
The feature id for the 'Isolation' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATABASE__TIMEOUT
static final int DATABASE__TIMEOUT
The feature id for the 'Timeout' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATABASE_FEATURE_COUNT
static final int DATABASE_FEATURE_COUNT
The number of structural features of the 'Database' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION
static final int COMMIT_ACTION
The meta object id for the 'Commit Action
' class.- See Also:
CommitActionImpl
,PcmtxPackageImpl.getCommitAction()
, Constant Field Values- Generated class or method.
-
COMMIT_ACTION__ID
static final int COMMIT_ACTION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__ENTITY_NAME
static final int COMMIT_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__PREDECESSOR_ABSTRACT_ACTION
static final int COMMIT_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__SUCCESSOR_ABSTRACT_ACTION
static final int COMMIT_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
static final int COMMIT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__RESOURCE_DEMAND_ACTION
static final int COMMIT_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__INFRASTRUCTURE_CALL_ACTION
static final int COMMIT_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION__RESOURCE_CALL_ACTION
static final int COMMIT_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
COMMIT_ACTION_FEATURE_COUNT
static final int COMMIT_ACTION_FEATURE_COUNT
The number of structural features of the 'Commit Action' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION
static final int ABORT_ACTION
The meta object id for the 'Abort Action
' class.- See Also:
AbortActionImpl
,PcmtxPackageImpl.getAbortAction()
, Constant Field Values- Generated class or method.
-
ABORT_ACTION__ID
static final int ABORT_ACTION__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__ENTITY_NAME
static final int ABORT_ACTION__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__PREDECESSOR_ABSTRACT_ACTION
static final int ABORT_ACTION__PREDECESSOR_ABSTRACT_ACTION
The feature id for the 'Predecessor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__SUCCESSOR_ABSTRACT_ACTION
static final int ABORT_ACTION__SUCCESSOR_ABSTRACT_ACTION
The feature id for the 'Successor Abstract Action' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
static final int ABORT_ACTION__RESOURCE_DEMANDING_BEHAVIOUR_ABSTRACT_ACTION
The feature id for the 'Resource Demanding Behaviour Abstract Action' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__RESOURCE_DEMAND_ACTION
static final int ABORT_ACTION__RESOURCE_DEMAND_ACTION
The feature id for the 'Resource Demand Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__INFRASTRUCTURE_CALL_ACTION
static final int ABORT_ACTION__INFRASTRUCTURE_CALL_ACTION
The feature id for the 'Infrastructure Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION__RESOURCE_CALL_ACTION
static final int ABORT_ACTION__RESOURCE_CALL_ACTION
The feature id for the 'Resource Call Action' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABORT_ACTION_FEATURE_COUNT
static final int ABORT_ACTION_FEATURE_COUNT
The number of structural features of the 'Abort Action' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
TRANSACTION_ISOLATION
static final int TRANSACTION_ISOLATION
The meta object id for the 'Transaction Isolation
' enum.- See Also:
TransactionIsolation
,PcmtxPackageImpl.getTransactionIsolation()
, Constant Field Values- Generated class or method.
-
TRANSACTION_SCOPE
static final int TRANSACTION_SCOPE
The meta object id for the 'Transaction Scope
' enum.- See Also:
TransactionScope
,PcmtxPackageImpl.getTransactionScope()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getEntityType
EClass getEntityType()
Returns the meta object for class 'Entity Type
'.- Returns:
- the meta object for class 'Entity Type'.
- See Also:
EntityType
- Generated class or method.
-
getDataRepository
EClass getDataRepository()
Returns the meta object for class 'Data Repository
'.- Returns:
- the meta object for class 'Data Repository'.
- See Also:
DataRepository
- Generated class or method.
-
getDataRepository_Table
EReference getDataRepository_Table()
Returns the meta object for the containment reference list 'Table
'.- Returns:
- the meta object for the containment reference list 'Table'.
- See Also:
DataRepository.getTable()
,getDataRepository()
- Generated class or method.
-
getDataRepository_Databases
EReference getDataRepository_Databases()
Returns the meta object for the containment reference list 'Databases
'.- Returns:
- the meta object for the containment reference list 'Databases'.
- See Also:
DataRepository.getDatabases()
,getDataRepository()
- Generated class or method.
-
getTable
EClass getTable()
Returns the meta object for class 'Table
'.- Returns:
- the meta object for class 'Table'.
- See Also:
Table
- Generated class or method.
-
getTable_Rows
EAttribute getTable_Rows()
Returns the meta object for the attribute 'Rows
'.- Returns:
- the meta object for the attribute 'Rows'.
- See Also:
Table.getRows()
,getTable()
- Generated class or method.
-
getTable_Types
EReference getTable_Types()
Returns the meta object for the reference list 'Types
'.- Returns:
- the meta object for the reference list 'Types'.
- See Also:
Table.getTypes()
,getTable()
- Generated class or method.
-
getTable_Database
EReference getTable_Database()
Returns the meta object for the reference 'Database
'.- Returns:
- the meta object for the reference 'Database'.
- See Also:
Table.getDatabase()
,getTable()
- Generated class or method.
-
getDatabase
EClass getDatabase()
Returns the meta object for class 'Database
'.- Returns:
- the meta object for class 'Database'.
- See Also:
Database
- Generated class or method.
-
getDatabase_Isolation
EAttribute getDatabase_Isolation()
Returns the meta object for the attribute 'Isolation
'.- Returns:
- the meta object for the attribute 'Isolation'.
- See Also:
Database.getIsolation()
,getDatabase()
- Generated class or method.
-
getDatabase_Timeout
EAttribute getDatabase_Timeout()
Returns the meta object for the attribute 'Timeout
'.- Returns:
- the meta object for the attribute 'Timeout'.
- See Also:
Database.getTimeout()
,getDatabase()
- Generated class or method.
-
getCommitAction
EClass getCommitAction()
Returns the meta object for class 'Commit Action
'.- Returns:
- the meta object for class 'Commit Action'.
- See Also:
CommitAction
- Generated class or method.
-
getAbortAction
EClass getAbortAction()
Returns the meta object for class 'Abort Action
'.- Returns:
- the meta object for class 'Abort Action'.
- See Also:
AbortAction
- Generated class or method.
-
getTransactionIsolation
EEnum getTransactionIsolation()
Returns the meta object for enum 'Transaction Isolation
'.- Returns:
- the meta object for enum 'Transaction Isolation'.
- See Also:
TransactionIsolation
- Generated class or method.
-
getTransactionScope
EEnum getTransactionScope()
Returns the meta object for enum 'Transaction Scope
'.- Returns:
- the meta object for enum 'Transaction Scope'.
- See Also:
TransactionScope
- Generated class or method.
-
getPcmtxFactory
PcmtxFactory getPcmtxFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-