Interface SimucomstatusFactory
-
- All Superinterfaces:
EFactory,EModelElement,EObject,Notifier
- All Known Implementing Classes:
SimucomstatusFactoryImpl
public interface SimucomstatusFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
SimucomstatusPackage- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static SimucomstatusFactoryeINSTANCEThe singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveResoucecreateActiveResouce()Returns a new object of class 'Active Resouce'.PassiveResourcecreatePassiveResource()Returns a new object of class 'Passive Resource'.ProcesscreateProcess()Returns a new object of class 'Process'.SimuComStatuscreateSimuComStatus()Returns a new object of class 'Simu Com Status'.SimulatedProcessescreateSimulatedProcesses()Returns a new object of class 'Simulated Processes'.SimulatedResourcescreateSimulatedResources()Returns a new object of class 'Simulated Resources'.WaitForAcquirecreateWaitForAcquire()Returns a new object of class 'Wait For Acquire'.WaitForDelaycreateWaitForDelay()Returns a new object of class 'Wait For Delay'.WaitForDemandcreateWaitForDemand()Returns a new object of class 'Wait For Demand'.SimucomstatusPackagegetSimucomstatusPackage()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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final SimucomstatusFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createSimuComStatus
SimuComStatus createSimuComStatus()
Returns a new object of class 'Simu Com Status'.- Returns:
- a new object of class 'Simu Com Status'.
- Generated class or method.
-
createSimulatedProcesses
SimulatedProcesses createSimulatedProcesses()
Returns a new object of class 'Simulated Processes'.- Returns:
- a new object of class 'Simulated Processes'.
- Generated class or method.
-
createProcess
Process createProcess()
Returns a new object of class 'Process'.- Returns:
- a new object of class 'Process'.
- Generated class or method.
-
createSimulatedResources
SimulatedResources createSimulatedResources()
Returns a new object of class 'Simulated Resources'.- Returns:
- a new object of class 'Simulated Resources'.
- Generated class or method.
-
createActiveResouce
ActiveResouce createActiveResouce()
Returns a new object of class 'Active Resouce'.- Returns:
- a new object of class 'Active Resouce'.
- Generated class or method.
-
createWaitForDemand
WaitForDemand createWaitForDemand()
Returns a new object of class 'Wait For Demand'.- Returns:
- a new object of class 'Wait For Demand'.
- Generated class or method.
-
createPassiveResource
PassiveResource createPassiveResource()
Returns a new object of class 'Passive Resource'.- Returns:
- a new object of class 'Passive Resource'.
- Generated class or method.
-
createWaitForAcquire
WaitForAcquire createWaitForAcquire()
Returns a new object of class 'Wait For Acquire'.- Returns:
- a new object of class 'Wait For Acquire'.
- Generated class or method.
-
createWaitForDelay
WaitForDelay createWaitForDelay()
Returns a new object of class 'Wait For Delay'.- Returns:
- a new object of class 'Wait For Delay'.
- Generated class or method.
-
getSimucomstatusPackage
SimucomstatusPackage getSimucomstatusPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-