edu.cmu.sei.aadl.model.flow
Interface FlowFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FlowFactoryImpl

public interface FlowFactory
extends org.eclipse.emf.ecore.EFactory

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

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

eINSTANCE

static final FlowFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createFlowSpec

FlowSpec createFlowSpec()
Returns a new object of class 'Spec'.

Returns:
a new object of class 'Spec'.

createFlows

Flows createFlows()
Returns a new object of class 'Flows'.

Returns:
a new object of class 'Flows'.

createFlowSpecs

FlowSpecs createFlowSpecs()
Returns a new object of class 'Specs'.

Returns:
a new object of class 'Specs'.

createEndToEndFlow

EndToEndFlow createEndToEndFlow()
Returns a new object of class 'End To End Flow'.

Returns:
a new object of class 'End To End Flow'.

createFlowPoint

FlowPoint createFlowPoint()
Returns a new object of class 'Point'.

Returns:
a new object of class 'Point'.

createFlowSourceSpec

FlowSourceSpec createFlowSourceSpec()
Returns a new object of class 'Source Spec'.

Returns:
a new object of class 'Source Spec'.

createFlowSinkSpec

FlowSinkSpec createFlowSinkSpec()
Returns a new object of class 'Sink Spec'.

Returns:
a new object of class 'Sink Spec'.

createFlowPathSpec

FlowPathSpec createFlowPathSpec()
Returns a new object of class 'Path Spec'.

Returns:
a new object of class 'Path Spec'.

createFlowSourceImpl

FlowSourceImpl createFlowSourceImpl()
Returns a new object of class 'Source Impl'.

Returns:
a new object of class 'Source Impl'.

createFlowSinkImpl

FlowSinkImpl createFlowSinkImpl()
Returns a new object of class 'Sink Impl'.

Returns:
a new object of class 'Sink Impl'.

createFlowPathImpl

FlowPathImpl createFlowPathImpl()
Returns a new object of class 'Path Impl'.

Returns:
a new object of class 'Path Impl'.

createFlowElement

FlowElement createFlowElement()
Returns a new object of class 'Element'.

Returns:
a new object of class 'Element'.

createFlowSequence

FlowSequence createFlowSequence()
Returns a new object of class 'Sequence'.

Returns:
a new object of class 'Sequence'.

getFlowPackage

FlowPackage getFlowPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.