|
||||||||||
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 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 |
---|
static final InstanceFactory eINSTANCE
Method Detail |
---|
FeatureInstance createFeatureInstance()
ConnectionInstance createConnectionInstance()
SystemOperationMode createSystemOperationMode()
ModeInstance createModeInstance()
ModeTransitionInstance createModeTransitionInstance()
ConnectionReference createConnectionReference()
ComponentInstance createComponentInstance()
FlowSpecificationInstance createFlowSpecificationInstance()
EndToEndFlowInstance createEndToEndFlowInstance()
SystemInstance createSystemInstance()
InstanceReferenceValue createInstanceReferenceValue()
InstancePackage getInstancePackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |