|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
FlowPackage
Field Summary | |
---|---|
static java.lang.String |
copyright
|
static FlowFactory |
eINSTANCE
The singleton instance of the factory |
Method Summary | |
---|---|
EndToEndFlow |
createEndToEndFlow()
Returns a new object of class 'End To End Flow' |
FlowElement |
createFlowElement()
Returns a new object of class 'Element' |
FlowPathImpl |
createFlowPathImpl()
Returns a new object of class 'Path Impl' |
FlowPathSpec |
createFlowPathSpec()
Returns a new object of class 'Path Spec' |
FlowPoint |
createFlowPoint()
Returns a new object of class 'Point' |
Flows |
createFlows()
Returns a new object of class 'Flows' |
FlowSequence |
createFlowSequence()
Returns a new object of class 'Sequence' |
FlowSinkImpl |
createFlowSinkImpl()
Returns a new object of class 'Sink Impl' |
FlowSinkSpec |
createFlowSinkSpec()
Returns a new object of class 'Sink Spec' |
FlowSourceImpl |
createFlowSourceImpl()
Returns a new object of class 'Source Impl' |
FlowSourceSpec |
createFlowSourceSpec()
Returns a new object of class 'Source Spec' |
FlowSpec |
createFlowSpec()
Returns a new object of class 'Spec' |
FlowSpecs |
createFlowSpecs()
Returns a new object of class 'Specs' |
FlowPackage |
getFlowPackage()
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 |
---|
static final java.lang.String copyright
static final FlowFactory eINSTANCE
Method Detail |
---|
FlowSpec createFlowSpec()
Flows createFlows()
FlowSpecs createFlowSpecs()
EndToEndFlow createEndToEndFlow()
FlowPoint createFlowPoint()
FlowSourceSpec createFlowSourceSpec()
FlowSinkSpec createFlowSinkSpec()
FlowPathSpec createFlowPathSpec()
FlowSourceImpl createFlowSourceImpl()
FlowSinkImpl createFlowSinkImpl()
FlowPathImpl createFlowPathImpl()
FlowElement createFlowElement()
FlowSequence createFlowSequence()
FlowPackage getFlowPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |