Interface CompositionPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
CompositionPackageImpl
public interface CompositionPackage 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:
CompositionFactory
- Generated class or method.
- EMF model class or method.
- kind="package" annotation="http://www.eclipse.org/emf/2002/Ecore validationDelegates='http://www.eclipse.org/emf/2002/Ecore/OCL'"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CompositionPackage.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
ASSEMBLY_DATA_CONNECTOR
The meta object id for the 'Assembly Data Connector
' class.static int
ASSEMBLY_DATA_CONNECTOR__DATA_SINK_ROLE
The feature id for the 'Data Sink Role' reference.static int
ASSEMBLY_DATA_CONNECTOR__DATA_SOURCE_ROLE
The feature id for the 'Data Source Role' reference.static int
ASSEMBLY_DATA_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
ASSEMBLY_DATA_CONNECTOR__ID
The feature id for the 'Id' attribute.static int
ASSEMBLY_DATA_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.static int
ASSEMBLY_DATA_CONNECTOR__SINK_ASSEMBLY_CONTEXT
The feature id for the 'Sink Assembly Context' reference.static int
ASSEMBLY_DATA_CONNECTOR__SOURCE_ASSEMBLY_CONTEXT
The feature id for the 'Source Assembly Context' reference.static int
ASSEMBLY_DATA_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Assembly Data Connector' class.static int
DATA_SINK_DELEGATION_CONNECTOR
The meta object id for the 'Data Sink Delegation Connector
' class.static int
DATA_SINK_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
The feature id for the 'Assembly Context' reference.static int
DATA_SINK_DELEGATION_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_SINK_DELEGATION_CONNECTOR__ID
The feature id for the 'Id' attribute.static int
DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
The feature id for the 'Inner Data Sink Role' reference.static int
DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
The feature id for the 'Outer Data Sink Role' reference.static int
DATA_SINK_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.static int
DATA_SINK_DELEGATION_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Data Sink Delegation Connector' class.static int
DATA_SOURCE_DELEGATION_CONNECTOR
The meta object id for the 'Data Source Delegation Connector
' class.static int
DATA_SOURCE_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
The feature id for the 'Assembly Context' reference.static int
DATA_SOURCE_DELEGATION_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.static int
DATA_SOURCE_DELEGATION_CONNECTOR__ID
The feature id for the 'Id' attribute.static int
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
The feature id for the 'Inner Data Source Role' reference.static int
DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
The feature id for the 'Outer Data Source Role' reference.static int
DATA_SOURCE_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.static int
DATA_SOURCE_DELEGATION_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Data Source Delegation Connector' class.static CompositionPackage
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.
-
Method Summary
-
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 CompositionPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ASSEMBLY_DATA_CONNECTOR
static final int ASSEMBLY_DATA_CONNECTOR
The meta object id for the 'Assembly Data Connector
' class.- See Also:
AssemblyDataConnectorImpl
,CompositionPackageImpl.getAssemblyDataConnector()
, Constant Field Values- Generated class or method.
-
ASSEMBLY_DATA_CONNECTOR__ID
static final int ASSEMBLY_DATA_CONNECTOR__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__ENTITY_NAME
static final int ASSEMBLY_DATA_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
static final int ASSEMBLY_DATA_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__DATA_SOURCE_ROLE
static final int ASSEMBLY_DATA_CONNECTOR__DATA_SOURCE_ROLE
The feature id for the 'Data Source Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__DATA_SINK_ROLE
static final int ASSEMBLY_DATA_CONNECTOR__DATA_SINK_ROLE
The feature id for the 'Data Sink Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__SINK_ASSEMBLY_CONTEXT
static final int ASSEMBLY_DATA_CONNECTOR__SINK_ASSEMBLY_CONTEXT
The feature id for the 'Sink Assembly Context' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR__SOURCE_ASSEMBLY_CONTEXT
static final int ASSEMBLY_DATA_CONNECTOR__SOURCE_ASSEMBLY_CONTEXT
The feature id for the 'Source Assembly Context' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ASSEMBLY_DATA_CONNECTOR_FEATURE_COUNT
static final int ASSEMBLY_DATA_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Assembly Data Connector' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR
static final int DATA_SOURCE_DELEGATION_CONNECTOR
The meta object id for the 'Data Source Delegation Connector
' class.- See Also:
DataSourceDelegationConnectorImpl
,CompositionPackageImpl.getDataSourceDelegationConnector()
, Constant Field Values- Generated class or method.
-
DATA_SOURCE_DELEGATION_CONNECTOR__ID
static final int DATA_SOURCE_DELEGATION_CONNECTOR__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR__ENTITY_NAME
static final int DATA_SOURCE_DELEGATION_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
static final int DATA_SOURCE_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
static final int DATA_SOURCE_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
The feature id for the 'Assembly Context' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
static final int DATA_SOURCE_DELEGATION_CONNECTOR__INNER_DATA_SOURCE_ROLE
The feature id for the 'Inner Data Source Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
static final int DATA_SOURCE_DELEGATION_CONNECTOR__OUTER_DATA_SOURCE_ROLE
The feature id for the 'Outer Data Source Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SOURCE_DELEGATION_CONNECTOR_FEATURE_COUNT
static final int DATA_SOURCE_DELEGATION_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Data Source Delegation Connector' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR
static final int DATA_SINK_DELEGATION_CONNECTOR
The meta object id for the 'Data Sink Delegation Connector
' class.- See Also:
DataSinkDelegationConnectorImpl
,CompositionPackageImpl.getDataSinkDelegationConnector()
, Constant Field Values- Generated class or method.
-
DATA_SINK_DELEGATION_CONNECTOR__ID
static final int DATA_SINK_DELEGATION_CONNECTOR__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR__ENTITY_NAME
static final int DATA_SINK_DELEGATION_CONNECTOR__ENTITY_NAME
The feature id for the 'Entity Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
static final int DATA_SINK_DELEGATION_CONNECTOR__PARENT_STRUCTURE_CONNECTOR
The feature id for the 'Parent Structure Connector' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
static final int DATA_SINK_DELEGATION_CONNECTOR__ASSEMBLY_CONTEXT
The feature id for the 'Assembly Context' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
static final int DATA_SINK_DELEGATION_CONNECTOR__INNER_DATA_SINK_ROLE
The feature id for the 'Inner Data Sink Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
static final int DATA_SINK_DELEGATION_CONNECTOR__OUTER_DATA_SINK_ROLE
The feature id for the 'Outer Data Sink Role' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
DATA_SINK_DELEGATION_CONNECTOR_FEATURE_COUNT
static final int DATA_SINK_DELEGATION_CONNECTOR_FEATURE_COUNT
The number of structural features of the 'Data Sink Delegation Connector' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getAssemblyDataConnector
EClass getAssemblyDataConnector()
Returns the meta object for class 'Assembly Data Connector
'.- Returns:
- the meta object for class 'Assembly Data Connector'.
- See Also:
AssemblyDataConnector
- Generated class or method.
-
getDataSourceDelegationConnector
EClass getDataSourceDelegationConnector()
Returns the meta object for class 'Data Source Delegation Connector
'.- Returns:
- the meta object for class 'Data Source Delegation Connector'.
- See Also:
DataSourceDelegationConnector
- Generated class or method.
-
getDataSourceDelegationConnector_InnerDataSourceRole
EReference getDataSourceDelegationConnector_InnerDataSourceRole()
Returns the meta object for the reference 'Inner Data Source Role
'.- Returns:
- the meta object for the reference 'Inner Data Source Role'.
- See Also:
DataSourceDelegationConnector.getInnerDataSourceRole()
,getDataSourceDelegationConnector()
- Generated class or method.
-
getDataSourceDelegationConnector_OuterDataSourceRole
EReference getDataSourceDelegationConnector_OuterDataSourceRole()
Returns the meta object for the reference 'Outer Data Source Role
'.- Returns:
- the meta object for the reference 'Outer Data Source Role'.
- See Also:
DataSourceDelegationConnector.getOuterDataSourceRole()
,getDataSourceDelegationConnector()
- Generated class or method.
-
getDataSinkDelegationConnector
EClass getDataSinkDelegationConnector()
Returns the meta object for class 'Data Sink Delegation Connector
'.- Returns:
- the meta object for class 'Data Sink Delegation Connector'.
- See Also:
DataSinkDelegationConnector
- Generated class or method.
-
getDataSinkDelegationConnector_InnerDataSinkRole
EReference getDataSinkDelegationConnector_InnerDataSinkRole()
Returns the meta object for the reference 'Inner Data Sink Role
'.- Returns:
- the meta object for the reference 'Inner Data Sink Role'.
- See Also:
DataSinkDelegationConnector.getInnerDataSinkRole()
,getDataSinkDelegationConnector()
- Generated class or method.
-
getDataSinkDelegationConnector_OuterDataSinkRole
EReference getDataSinkDelegationConnector_OuterDataSinkRole()
Returns the meta object for the reference 'Outer Data Sink Role
'.- Returns:
- the meta object for the reference 'Outer Data Sink Role'.
- See Also:
DataSinkDelegationConnector.getOuterDataSinkRole()
,getDataSinkDelegationConnector()
- Generated class or method.
-
getCompositionFactory
CompositionFactory getCompositionFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-