de.cau.cs.kieler.dataflow.impl
Class DataflowFactoryImpl
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.EFactoryImpl
de.cau.cs.kieler.dataflow.impl.DataflowFactoryImpl
- All Implemented Interfaces:
- DataflowFactory, Notifier, EFactory, EModelElement, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject
public class DataflowFactoryImpl
- extends EFactoryImpl
- implements DataflowFactory
An implementation of the model Factory.
- Rating

- Generated:
- This code was automatically generated.
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl |
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, convertToString, createFromString, createFromString, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage |
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, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, 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, toString |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
DataflowFactoryImpl
public DataflowFactoryImpl()
- Creates an instance of the factory.
- Generated:
- This code was automatically generated.
init
public static DataflowFactory init()
- Creates the default factory implementation.
- Generated:
- This code was automatically generated.
create
public EObject create(EClass eClass)
-
- Specified by:
create
in interface EFactory
- Overrides:
create
in class EFactoryImpl
- Generated:
- This code was automatically generated.
createDataflowModel
public DataflowModel createDataflowModel()
-
- Specified by:
createDataflowModel
in interface DataflowFactory
- Returns:
- a new object of class 'Model'.
- Generated:
- This code was automatically generated.
createBox
public Box createBox()
-
- Specified by:
createBox
in interface DataflowFactory
- Returns:
- a new object of class 'Box'.
- Generated:
- This code was automatically generated.
createConnection
public Connection createConnection()
-
- Specified by:
createConnection
in interface DataflowFactory
- Returns:
- a new object of class 'Connection'.
- Generated:
- This code was automatically generated.
createPort
public Port createPort()
-
- Specified by:
createPort
in interface DataflowFactory
- Returns:
- a new object of class 'Port'.
- Generated:
- This code was automatically generated.
createInputPort
public InputPort createInputPort()
-
- Specified by:
createInputPort
in interface DataflowFactory
- Returns:
- a new object of class 'Input Port'.
- Generated:
- This code was automatically generated.
createOutputPort
public OutputPort createOutputPort()
-
- Specified by:
createOutputPort
in interface DataflowFactory
- Returns:
- a new object of class 'Output Port'.
- Generated:
- This code was automatically generated.
getDataflowPackage
public DataflowPackage getDataflowPackage()
-
- Specified by:
getDataflowPackage
in interface DataflowFactory
- Returns:
- the package supported by this factory.
- Generated:
- This code was automatically generated.
getPackage
@Deprecated
public static DataflowPackage getPackage()
- Deprecated.
-
- Generated:
- This code was automatically generated.