edu.cmu.sei.aadl.model.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 java.lang.String copyright
           
static InstanceFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 AccessConnectionInstance createAccessConnectionInstance()
          Returns a new object of class 'Access Connection Instance'
 ComponentInstance createComponentInstance()
          Returns a new object of class 'Component Instance'
 ConnectionInstance createConnectionInstance()
          Returns a new object of class 'Connection Instance'
 EndToEndFlowInstance createEndToEndFlowInstance()
          Returns a new object of class 'End To End Flow Instance'
 FeatureInstance createFeatureInstance()
          Returns a new object of class 'Feature Instance'
 FlowElementInstance createFlowElementInstance()
          Returns a new object of class 'Flow Element Instance'
 FlowSpecInstance createFlowSpecInstance()
          Returns a new object of class 'Flow Spec Instance'
 InstanceObject createInstanceObject()
          Returns a new object of class 'Object'
 InstanceReferenceValue createInstanceReferenceValue()
          Returns a new object of class 'Reference Value'
 ModeInstance createModeInstance()
          Returns a new object of class 'Mode Instance'
 ModeTransitionConnectionInstance createModeTransitionConnectionInstance()
          Returns a new object of class 'Mode Transition Connection Instance'
 ModeTransitionInstance createModeTransitionInstance()
          Returns a new object of class 'Mode Transition Instance'
 PortConnectionInstance createPortConnectionInstance()
          Returns a new object of class 'Port Connection Instance'
 SystemInstance createSystemInstance()
          Returns a new object of class 'System Instance'
 SystemInstanceConfiguration createSystemInstanceConfiguration()
          Returns a new object of class 'System Instance Configuration'
 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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

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'.

createComponentInstance

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

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

createSystemInstance

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

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

createInstanceObject

InstanceObject createInstanceObject()
Returns a new object of class 'Object'.

Returns:
a new object of class 'Object'.

createPortConnectionInstance

PortConnectionInstance createPortConnectionInstance()
Returns a new object of class 'Port Connection Instance'.

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

createAccessConnectionInstance

AccessConnectionInstance createAccessConnectionInstance()
Returns a new object of class 'Access Connection Instance'.

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

createModeTransitionConnectionInstance

ModeTransitionConnectionInstance createModeTransitionConnectionInstance()
Returns a new object of class 'Mode Transition Connection Instance'.

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

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'.

createInstanceReferenceValue

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

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

createSystemInstanceConfiguration

SystemInstanceConfiguration createSystemInstanceConfiguration()
Returns a new object of class 'System Instance Configuration'.

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

createSystemOperationMode

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

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

createFlowSpecInstance

FlowSpecInstance createFlowSpecInstance()
Returns a new object of class 'Flow Spec Instance'.

Returns:
a new object of class 'Flow Spec 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'.

createFlowElementInstance

FlowElementInstance createFlowElementInstance()
Returns a new object of class 'Flow Element Instance'.

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

getInstancePackage

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

Returns:
the package supported by this factory.