|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
---|
static final java.lang.String copyright
static final InstanceFactory eINSTANCE
Method Detail |
---|
FeatureInstance createFeatureInstance()
ConnectionInstance createConnectionInstance()
ComponentInstance createComponentInstance()
SystemInstance createSystemInstance()
InstanceObject createInstanceObject()
PortConnectionInstance createPortConnectionInstance()
AccessConnectionInstance createAccessConnectionInstance()
ModeTransitionConnectionInstance createModeTransitionConnectionInstance()
ModeInstance createModeInstance()
ModeTransitionInstance createModeTransitionInstance()
InstanceReferenceValue createInstanceReferenceValue()
SystemInstanceConfiguration createSystemInstanceConfiguration()
SystemOperationMode createSystemOperationMode()
FlowSpecInstance createFlowSpecInstance()
EndToEndFlowInstance createEndToEndFlowInstance()
FlowElementInstance createFlowElementInstance()
InstancePackage getInstancePackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |