Package kieker.model.collection
Interface CollectionPackage
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.ENamedElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EPackage,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CollectionPackageImpl
public interface CollectionPackage
extends org.eclipse.emf.ecore.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:
CollectionFactory- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCollectionPackage.LiteralsDefines 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 -
Field Summary
Fields Modifier and Type Field Description static intCONNECTIONSThe meta object id for the 'Connections' class.static intCONNECTIONS__CONNECTIONSThe feature id for the 'Connections' map.static intCONNECTIONS_FEATURE_COUNTThe number of structural features of the 'Connections' class.static intCONNECTIONS_OPERATION_COUNTThe number of operations of the 'Connections' class.static intCOUPLINGThe meta object id for the 'Coupling' class.static intCOUPLING___EQUALS__OBJECTThe operation id for the 'Equals' operation.static intCOUPLING___HASH_CODEThe operation id for the 'Hash Code' operation.static intCOUPLING__PROVIDEDThe feature id for the 'Provided' reference.static intCOUPLING__REQUIREDThe feature id for the 'Required' reference.static intCOUPLING_FEATURE_COUNTThe number of structural features of the 'Coupling' class.static intCOUPLING_OPERATION_COUNTThe number of operations of the 'Coupling' class.static intCOUPLING_TO_OPERATION_MAPThe meta object id for the 'Coupling To Operation Map' class.static intCOUPLING_TO_OPERATION_MAP__KEYThe feature id for the 'Key' containment reference.static intCOUPLING_TO_OPERATION_MAP__VALUEThe feature id for the 'Value' containment reference.static intCOUPLING_TO_OPERATION_MAP_FEATURE_COUNTThe number of structural features of the 'Coupling To Operation Map' class.static intCOUPLING_TO_OPERATION_MAP_OPERATION_COUNTThe number of operations of the 'Coupling To Operation Map' class.static CollectionPackageeINSTANCEThe singleton instance of the package.static java.lang.StringeNAMEThe package name.static java.lang.StringeNS_PREFIXThe package namespace name.static java.lang.StringeNS_URIThe package namespace URI.static intNAME_TO_OPERATION_MAPThe meta object id for the 'Name To Operation Map' class.static intNAME_TO_OPERATION_MAP__KEYThe feature id for the 'Key' attribute.static intNAME_TO_OPERATION_MAP__VALUEThe feature id for the 'Value' reference.static intNAME_TO_OPERATION_MAP_FEATURE_COUNTThe number of structural features of the 'Name To Operation Map' class.static intNAME_TO_OPERATION_MAP_OPERATION_COUNTThe number of operations of the 'Name To Operation Map' class.static intOPERATION_COLLECTIONThe meta object id for the 'Operation Collection' class.static intOPERATION_COLLECTION__CALLEESThe feature id for the 'Callees' map.static intOPERATION_COLLECTION__CALLERSThe feature id for the 'Callers' map.static intOPERATION_COLLECTION__PROVIDEDThe feature id for the 'Provided' reference.static intOPERATION_COLLECTION__REQUIREDThe feature id for the 'Required' reference.static intOPERATION_COLLECTION_FEATURE_COUNTThe number of structural features of the 'Operation Collection' class.static intOPERATION_COLLECTION_OPERATION_COUNTThe number of operations of the 'Operation Collection' class. -
Method Summary
Modifier and Type Method Description CollectionFactorygetCollectionFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EClassgetConnections()Returns the meta object for class 'Connections'.org.eclipse.emf.ecore.EReferencegetConnections_Connections()Returns the meta object for the map 'Connections'.org.eclipse.emf.ecore.EClassgetCoupling()Returns the meta object for class 'Coupling'.org.eclipse.emf.ecore.EOperationgetCoupling__Equals__Object()Returns the meta object for the 'Equals' operation.org.eclipse.emf.ecore.EOperationgetCoupling__HashCode()Returns the meta object for the 'Hash Code' operation.org.eclipse.emf.ecore.EReferencegetCoupling_Provided()Returns the meta object for the reference 'Provided'.org.eclipse.emf.ecore.EReferencegetCoupling_Required()Returns the meta object for the reference 'Required'.org.eclipse.emf.ecore.EClassgetCouplingToOperationMap()Returns the meta object for class 'Coupling To Operation Map'.org.eclipse.emf.ecore.EReferencegetCouplingToOperationMap_Key()Returns the meta object for the containment reference 'Key'.org.eclipse.emf.ecore.EReferencegetCouplingToOperationMap_Value()Returns the meta object for the containment reference 'Value'.org.eclipse.emf.ecore.EClassgetNameToOperationMap()Returns the meta object for class 'Name To Operation Map'.org.eclipse.emf.ecore.EAttributegetNameToOperationMap_Key()Returns the meta object for the attribute 'Key'.org.eclipse.emf.ecore.EReferencegetNameToOperationMap_Value()Returns the meta object for the reference 'Value'.org.eclipse.emf.ecore.EClassgetOperationCollection()Returns the meta object for class 'Operation Collection'.org.eclipse.emf.ecore.EReferencegetOperationCollection_Callees()Returns the meta object for the map 'Callees'.org.eclipse.emf.ecore.EReferencegetOperationCollection_Callers()Returns the meta object for the map 'Callers'.org.eclipse.emf.ecore.EReferencegetOperationCollection_Provided()Returns the meta object for the reference 'Provided'.org.eclipse.emf.ecore.EReferencegetOperationCollection_Required()Returns the meta object for the reference 'Required'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Field Details
-
eNAME
static final java.lang.String eNAMEThe package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URIThe package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIXThe package namespace name.- See Also:
- Constant Field Values
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
CONNECTIONS
static final int CONNECTIONSThe meta object id for the 'Connections' class.- See Also:
ConnectionsImpl,CollectionPackageImpl.getConnections(), Constant Field Values- Generated:
-
CONNECTIONS__CONNECTIONS
static final int CONNECTIONS__CONNECTIONSThe feature id for the 'Connections' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
CONNECTIONS_FEATURE_COUNT
static final int CONNECTIONS_FEATURE_COUNTThe number of structural features of the 'Connections' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
CONNECTIONS_OPERATION_COUNT
static final int CONNECTIONS_OPERATION_COUNTThe number of operations of the 'Connections' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION
static final int OPERATION_COLLECTIONThe meta object id for the 'Operation Collection' class.- See Also:
OperationCollectionImpl,CollectionPackageImpl.getOperationCollection(), Constant Field Values- Generated:
-
OPERATION_COLLECTION__REQUIRED
static final int OPERATION_COLLECTION__REQUIREDThe feature id for the 'Required' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION__PROVIDED
static final int OPERATION_COLLECTION__PROVIDEDThe feature id for the 'Provided' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION__CALLEES
static final int OPERATION_COLLECTION__CALLEESThe feature id for the 'Callees' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION__CALLERS
static final int OPERATION_COLLECTION__CALLERSThe feature id for the 'Callers' map.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION_FEATURE_COUNT
static final int OPERATION_COLLECTION_FEATURE_COUNTThe number of structural features of the 'Operation Collection' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
OPERATION_COLLECTION_OPERATION_COUNT
static final int OPERATION_COLLECTION_OPERATION_COUNTThe number of operations of the 'Operation Collection' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_TO_OPERATION_MAP
static final int COUPLING_TO_OPERATION_MAPThe meta object id for the 'Coupling To Operation Map' class.- See Also:
CouplingToOperationMapImpl,CollectionPackageImpl.getCouplingToOperationMap(), Constant Field Values- Generated:
-
COUPLING_TO_OPERATION_MAP__KEY
static final int COUPLING_TO_OPERATION_MAP__KEYThe feature id for the 'Key' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_TO_OPERATION_MAP__VALUE
static final int COUPLING_TO_OPERATION_MAP__VALUEThe feature id for the 'Value' containment reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_TO_OPERATION_MAP_FEATURE_COUNT
static final int COUPLING_TO_OPERATION_MAP_FEATURE_COUNTThe number of structural features of the 'Coupling To Operation Map' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_TO_OPERATION_MAP_OPERATION_COUNT
static final int COUPLING_TO_OPERATION_MAP_OPERATION_COUNTThe number of operations of the 'Coupling To Operation Map' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
NAME_TO_OPERATION_MAP
static final int NAME_TO_OPERATION_MAPThe meta object id for the 'Name To Operation Map' class.- See Also:
NameToOperationMapImpl,CollectionPackageImpl.getNameToOperationMap(), Constant Field Values- Generated:
-
NAME_TO_OPERATION_MAP__KEY
static final int NAME_TO_OPERATION_MAP__KEYThe feature id for the 'Key' attribute.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
NAME_TO_OPERATION_MAP__VALUE
static final int NAME_TO_OPERATION_MAP__VALUEThe feature id for the 'Value' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
NAME_TO_OPERATION_MAP_FEATURE_COUNT
static final int NAME_TO_OPERATION_MAP_FEATURE_COUNTThe number of structural features of the 'Name To Operation Map' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
NAME_TO_OPERATION_MAP_OPERATION_COUNT
static final int NAME_TO_OPERATION_MAP_OPERATION_COUNTThe number of operations of the 'Name To Operation Map' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING
static final int COUPLINGThe meta object id for the 'Coupling' class.- See Also:
CouplingImpl,CollectionPackageImpl.getCoupling(), Constant Field Values- Generated:
-
COUPLING__REQUIRED
static final int COUPLING__REQUIREDThe feature id for the 'Required' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING__PROVIDED
static final int COUPLING__PROVIDEDThe feature id for the 'Provided' reference.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_FEATURE_COUNT
static final int COUPLING_FEATURE_COUNTThe number of structural features of the 'Coupling' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING___EQUALS__OBJECT
static final int COUPLING___EQUALS__OBJECTThe operation id for the 'Equals' operation.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING___HASH_CODE
static final int COUPLING___HASH_CODEThe operation id for the 'Hash Code' operation.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
COUPLING_OPERATION_COUNT
static final int COUPLING_OPERATION_COUNTThe number of operations of the 'Coupling' class.- See Also:
- Constant Field Values
- Generated:
- Ordered:
-
-
Method Details
-
getConnections
org.eclipse.emf.ecore.EClass getConnections()Returns the meta object for class 'Connections'.- Returns:
- the meta object for class 'Connections'.
- See Also:
Connections- Generated:
-
getConnections_Connections
org.eclipse.emf.ecore.EReference getConnections_Connections()Returns the meta object for the map 'Connections'.- Returns:
- the meta object for the map 'Connections'.
- See Also:
Connections.getConnections(),getConnections()- Generated:
-
getOperationCollection
org.eclipse.emf.ecore.EClass getOperationCollection()Returns the meta object for class 'Operation Collection'.- Returns:
- the meta object for class 'Operation Collection'.
- See Also:
OperationCollection- Generated:
-
getOperationCollection_Required
org.eclipse.emf.ecore.EReference getOperationCollection_Required()Returns the meta object for the reference 'Required'.- Returns:
- the meta object for the reference 'Required'.
- See Also:
OperationCollection.getRequired(),getOperationCollection()- Generated:
-
getOperationCollection_Provided
org.eclipse.emf.ecore.EReference getOperationCollection_Provided()Returns the meta object for the reference 'Provided'.- Returns:
- the meta object for the reference 'Provided'.
- See Also:
OperationCollection.getProvided(),getOperationCollection()- Generated:
-
getOperationCollection_Callees
org.eclipse.emf.ecore.EReference getOperationCollection_Callees()Returns the meta object for the map 'Callees'.- Returns:
- the meta object for the map 'Callees'.
- See Also:
OperationCollection.getCallees(),getOperationCollection()- Generated:
-
getOperationCollection_Callers
org.eclipse.emf.ecore.EReference getOperationCollection_Callers()Returns the meta object for the map 'Callers'.- Returns:
- the meta object for the map 'Callers'.
- See Also:
OperationCollection.getCallers(),getOperationCollection()- Generated:
-
getCouplingToOperationMap
org.eclipse.emf.ecore.EClass getCouplingToOperationMap()Returns the meta object for class 'Coupling To Operation Map'.- Returns:
- the meta object for class 'Coupling To Operation Map'.
- See Also:
Map.Entry- Generated:
- Model:
- keyType="kieker.model.collection.Coupling" keyContainment="true" valueType="kieker.model.collection.OperationCollection" valueContainment="true"
-
getCouplingToOperationMap_Key
org.eclipse.emf.ecore.EReference getCouplingToOperationMap_Key()Returns the meta object for the containment reference 'Key'.- Returns:
- the meta object for the containment reference 'Key'.
- See Also:
Map.Entry,getCouplingToOperationMap()- Generated:
-
getCouplingToOperationMap_Value
org.eclipse.emf.ecore.EReference getCouplingToOperationMap_Value()Returns the meta object for the containment reference 'Value'.- Returns:
- the meta object for the containment reference 'Value'.
- See Also:
Map.Entry,getCouplingToOperationMap()- Generated:
-
getNameToOperationMap
org.eclipse.emf.ecore.EClass getNameToOperationMap()Returns the meta object for class 'Name To Operation Map'.- Returns:
- the meta object for class 'Name To Operation Map'.
- See Also:
Map.Entry- Generated:
- Model:
- keyDataType="org.eclipse.emf.ecore.EString" keyRequired="true" valueType="kieker.model.analysismodel.type.OperationType"
-
getNameToOperationMap_Key
org.eclipse.emf.ecore.EAttribute getNameToOperationMap_Key()Returns the meta object for the attribute 'Key'.- Returns:
- the meta object for the attribute 'Key'.
- See Also:
Map.Entry,getNameToOperationMap()- Generated:
-
getNameToOperationMap_Value
org.eclipse.emf.ecore.EReference getNameToOperationMap_Value()Returns the meta object for the reference 'Value'.- Returns:
- the meta object for the reference 'Value'.
- See Also:
Map.Entry,getNameToOperationMap()- Generated:
-
getCoupling
org.eclipse.emf.ecore.EClass getCoupling()Returns the meta object for class 'Coupling'.- Returns:
- the meta object for class 'Coupling'.
- See Also:
Coupling- Generated:
-
getCoupling_Required
org.eclipse.emf.ecore.EReference getCoupling_Required()Returns the meta object for the reference 'Required'.- Returns:
- the meta object for the reference 'Required'.
- See Also:
Coupling.getRequired(),getCoupling()- Generated:
-
getCoupling_Provided
org.eclipse.emf.ecore.EReference getCoupling_Provided()Returns the meta object for the reference 'Provided'.- Returns:
- the meta object for the reference 'Provided'.
- See Also:
Coupling.getProvided(),getCoupling()- Generated:
-
getCoupling__Equals__Object
org.eclipse.emf.ecore.EOperation getCoupling__Equals__Object()Returns the meta object for the 'Equals' operation.- Returns:
- the meta object for the 'Equals' operation.
- See Also:
Coupling.equals(java.lang.Object)- Generated:
-
getCoupling__HashCode
org.eclipse.emf.ecore.EOperation getCoupling__HashCode()Returns the meta object for the 'Hash Code' operation.- Returns:
- the meta object for the 'Hash Code' operation.
- See Also:
Coupling.hashCode()- Generated:
-
getCollectionFactory
CollectionFactory getCollectionFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated:
-