edu.cmu.sei.aadl.aadl2.instance
Interface InstanceFactory

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:
InstanceFactoryImpl

public interface InstanceFactory
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:
InstancePackage

Field Summary
static InstanceFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ComponentInstance createComponentInstance()
          Returns a new object of class 'Component Instance'
 ConnectionInstance createConnectionInstance()
          Returns a new object of class 'Connection Instance'
 ConnectionReference createConnectionReference()
          Returns a new object of class 'Connection Reference'
 EndToEndFlowInstance createEndToEndFlowInstance()
          Returns a new object of class 'End To End Flow Instance'
 FeatureInstance createFeatureInstance()
          Returns a new object of class 'Feature Instance'
 FlowSpecificationInstance createFlowSpecificationInstance()
          Returns a new object of class 'Flow Specification Instance'
 InstanceReferenceValue createInstanceReferenceValue()
          Returns a new object of class 'Reference Value'
 ModeInstance createModeInstance()
          Returns a new object of class 'Mode Instance'
 ModeTransitionInstance createModeTransitionInstance()
          Returns a new object of class 'Mode Transition Instance'
 SystemInstance createSystemInstance()
          Returns a new object of class 'System Instance'
 SystemOperationMode createSystemOperationMode()
          Returns a new object of class 'System Operation Mode'
 InstancePackage getInstancePackage()
          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 InstanceFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createFeatureInstance

FeatureInstance createFeatureInstance()
Returns a new object of class 'Feature Instance'.

Returns:
a new object of class 'Feature Instance'.

createConnectionInstance

ConnectionInstance createConnectionInstance()
Returns a new object of class 'Connection Instance'.

Returns:
a new object of class 'Connection Instance'.

createSystemOperationMode

SystemOperationMode createSystemOperationMode()
Returns a new object of class 'System Operation Mode'.

Returns:
a new object of class 'System Operation Mode'.

createModeInstance

ModeInstance createModeInstance()
Returns a new object of class 'Mode Instance'.

Returns:
a new object of class 'Mode Instance'.

createModeTransitionInstance

ModeTransitionInstance createModeTransitionInstance()
Returns a new object of class 'Mode Transition Instance'.

Returns:
a new object of class 'Mode Transition Instance'.

createConnectionReference

ConnectionReference createConnectionReference()
Returns a new object of class 'Connection Reference'.

Returns:
a new object of class 'Connection Reference'.

createComponentInstance

ComponentInstance createComponentInstance()
Returns a new object of class 'Component Instance'.

Returns:
a new object of class 'Component Instance'.

createFlowSpecificationInstance

FlowSpecificationInstance createFlowSpecificationInstance()
Returns a new object of class 'Flow Specification Instance'.

Returns:
a new object of class 'Flow Specification Instance'.

createEndToEndFlowInstance

EndToEndFlowInstance createEndToEndFlowInstance()
Returns a new object of class 'End To End Flow Instance'.

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

createSystemInstance

SystemInstance createSystemInstance()
Returns a new object of class 'System Instance'.

Returns:
a new object of class 'System Instance'.

createInstanceReferenceValue

InstanceReferenceValue createInstanceReferenceValue()
Returns a new object of class 'Reference Value'.

Returns:
a new object of class 'Reference Value'.

getInstancePackage

InstancePackage getInstancePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.