de.cau.cs.kieler.dataflow
Interface DataflowFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
DataflowFactoryImpl

public interface DataflowFactory
extends EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
DataflowPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static DataflowFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Box createBox()
          Returns a new object of class 'Box'.
 Connection createConnection()
          Returns a new object of class 'Connection'.
 DataflowModel createDataflowModel()
          Returns a new object of class 'Model'.
 InputPort createInputPort()
          Returns a new object of class 'Input Port'.
 OutputPort createOutputPort()
          Returns a new object of class 'Output Port'.
 Port createPort()
          Returns a new object of class 'Port'.
 DataflowPackage getDataflowPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final DataflowFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createDataflowModel

DataflowModel createDataflowModel()
Returns a new object of class 'Model'.

Returns:
a new object of class 'Model'.
Generated:
This code was automatically generated.

createBox

Box createBox()
Returns a new object of class 'Box'.

Returns:
a new object of class 'Box'.
Generated:
This code was automatically generated.

createConnection

Connection createConnection()
Returns a new object of class 'Connection'.

Returns:
a new object of class 'Connection'.
Generated:
This code was automatically generated.

createPort

Port createPort()
Returns a new object of class 'Port'.

Returns:
a new object of class 'Port'.
Generated:
This code was automatically generated.

createInputPort

InputPort createInputPort()
Returns a new object of class 'Input Port'.

Returns:
a new object of class 'Input Port'.
Generated:
This code was automatically generated.

createOutputPort

OutputPort createOutputPort()
Returns a new object of class 'Output Port'.

Returns:
a new object of class 'Output Port'.
Generated:
This code was automatically generated.

getDataflowPackage

DataflowPackage getDataflowPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated:
This code was automatically generated.