de.cau.cs.kieler.dataflow.impl
Class DataflowPackageImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.ENamedElementImpl
org.eclipse.emf.ecore.impl.EPackageImpl
de.cau.cs.kieler.dataflow.impl.DataflowPackageImpl
- All Implemented Interfaces:
- DataflowPackage, Notifier, EModelElement, ENamedElement, EObject, EPackage, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, BasicExtendedMetaData.EPackageExtendedMetaData.Holder
public class DataflowPackageImpl
- extends EPackageImpl
- implements DataflowPackage
An implementation of the model Package.
- Rating

- Generated:
- This code was automatically generated.
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI |
Fields inherited from interface de.cau.cs.kieler.dataflow.DataflowPackage |
BOX, BOX__BOXES, BOX__CONNECTIONS, BOX__INPUTS, BOX__NAME, BOX__OUTPUTS, BOX_FEATURE_COUNT, CONNECTION, CONNECTION__SOURCE_PORT, CONNECTION__TARGET_PORT, CONNECTION_FEATURE_COUNT, DATAFLOW_MODEL, DATAFLOW_MODEL__BOXES, DATAFLOW_MODEL__CONNECTIONS, DATAFLOW_MODEL__NAME, DATAFLOW_MODEL_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, INPUT_PORT, INPUT_PORT__NAME, INPUT_PORT__PARENT_BOX, INPUT_PORT_FEATURE_COUNT, OUTPUT_PORT, OUTPUT_PORT__NAME, OUTPUT_PORT__PARENT_BOX, OUTPUT_PORT_FEATURE_COUNT, PORT, PORT__NAME, PORT_FEATURE_COUNT |
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl |
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setNamespaceURI, setNsPrefix, setNsURI, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
init
public static DataflowPackage init()
- Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
This method is used to initialize DataflowPackage.eINSTANCE
when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
- See Also:
DataflowPackage.eNS_URI
,
createPackageContents()
,
initializePackageContents()
- Generated:
- This code was automatically generated.
getDataflowModel
public EClass getDataflowModel()
-
- Specified by:
getDataflowModel
in interface DataflowPackage
- Returns:
- the meta object for class 'Model'.
- See Also:
DataflowModel
- Generated:
- This code was automatically generated.
getDataflowModel_Name
public EAttribute getDataflowModel_Name()
-
- Specified by:
getDataflowModel_Name
in interface DataflowPackage
- Returns:
- the meta object for the attribute 'Name'.
- See Also:
DataflowModel.getName()
,
DataflowPackage.getDataflowModel()
- Generated:
- This code was automatically generated.
getDataflowModel_Boxes
public EReference getDataflowModel_Boxes()
-
- Specified by:
getDataflowModel_Boxes
in interface DataflowPackage
- Returns:
- the meta object for the containment reference list 'Boxes'.
- See Also:
DataflowModel.getBoxes()
,
DataflowPackage.getDataflowModel()
- Generated:
- This code was automatically generated.
getDataflowModel_Connections
public EReference getDataflowModel_Connections()
-
- Specified by:
getDataflowModel_Connections
in interface DataflowPackage
- Returns:
- the meta object for the containment reference list 'Connections'.
- See Also:
DataflowModel.getConnections()
,
DataflowPackage.getDataflowModel()
- Generated:
- This code was automatically generated.
getBox
public EClass getBox()
-
- Specified by:
getBox
in interface DataflowPackage
- Returns:
- the meta object for class 'Box'.
- See Also:
Box
- Generated:
- This code was automatically generated.
getBox_Inputs
public EReference getBox_Inputs()
-
- Specified by:
getBox_Inputs
in interface DataflowPackage
- Returns:
- the meta object for the containment reference list 'Inputs'.
- See Also:
Box.getInputs()
,
DataflowPackage.getBox()
- Generated:
- This code was automatically generated.
getBox_Outputs
public EReference getBox_Outputs()
-
- Specified by:
getBox_Outputs
in interface DataflowPackage
- Returns:
- the meta object for the containment reference list 'Outputs'.
- See Also:
Box.getOutputs()
,
DataflowPackage.getBox()
- Generated:
- This code was automatically generated.
getConnection
public EClass getConnection()
-
- Specified by:
getConnection
in interface DataflowPackage
- Returns:
- the meta object for class 'Connection'.
- See Also:
Connection
- Generated:
- This code was automatically generated.
getConnection_SourcePort
public EReference getConnection_SourcePort()
-
- Specified by:
getConnection_SourcePort
in interface DataflowPackage
- Returns:
- the meta object for the reference 'Source Port'.
- See Also:
Connection.getSourcePort()
,
DataflowPackage.getConnection()
- Generated:
- This code was automatically generated.
getConnection_TargetPort
public EReference getConnection_TargetPort()
-
- Specified by:
getConnection_TargetPort
in interface DataflowPackage
- Returns:
- the meta object for the reference 'Target Port'.
- See Also:
Connection.getTargetPort()
,
DataflowPackage.getConnection()
- Generated:
- This code was automatically generated.
getPort
public EClass getPort()
-
- Specified by:
getPort
in interface DataflowPackage
- Returns:
- the meta object for class 'Port'.
- See Also:
Port
- Generated:
- This code was automatically generated.
getPort_Name
public EAttribute getPort_Name()
-
- Specified by:
getPort_Name
in interface DataflowPackage
- Returns:
- the meta object for the attribute 'Name'.
- See Also:
Port.getName()
,
DataflowPackage.getPort()
- Generated:
- This code was automatically generated.
getInputPort
public EClass getInputPort()
-
- Specified by:
getInputPort
in interface DataflowPackage
- Returns:
- the meta object for class 'Input Port'.
- See Also:
InputPort
- Generated:
- This code was automatically generated.
getInputPort_ParentBox
public EReference getInputPort_ParentBox()
-
- Specified by:
getInputPort_ParentBox
in interface DataflowPackage
- Returns:
- the meta object for the container reference 'Parent Box'.
- See Also:
InputPort.getParentBox()
,
DataflowPackage.getInputPort()
- Generated:
- This code was automatically generated.
getOutputPort
public EClass getOutputPort()
-
- Specified by:
getOutputPort
in interface DataflowPackage
- Returns:
- the meta object for class 'Output Port'.
- See Also:
OutputPort
- Generated:
- This code was automatically generated.
getOutputPort_ParentBox
public EReference getOutputPort_ParentBox()
-
- Specified by:
getOutputPort_ParentBox
in interface DataflowPackage
- Returns:
- the meta object for the container reference 'Parent Box'.
- See Also:
OutputPort.getParentBox()
,
DataflowPackage.getOutputPort()
- Generated:
- This code was automatically generated.
getDataflowFactory
public DataflowFactory getDataflowFactory()
-
- Specified by:
getDataflowFactory
in interface DataflowPackage
- Returns:
- the factory that creates the instances of the model.
- Generated:
- This code was automatically generated.
createPackageContents
public void createPackageContents()
- Creates the meta-model objects for the package. This method is
guarded to have no affect on any invocation but its first.
- Generated:
- This code was automatically generated.
initializePackageContents
public void initializePackageContents()
- Complete the initialization of the package and its meta-model. This
method is guarded to have no affect on any invocation but its first.
- Generated:
- This code was automatically generated.