Interface SimucomstatusFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
SimucomstatusFactoryImpl
The Factory for the model. It provides a create method for each
non-abstract class of the model.
- See Also:
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SimucomstatusFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Active Resouce'.Returns a new object of class 'Passive Resource'.Returns a new object of class 'Process'.Returns a new object of class 'Simu Com Status'.Returns a new object of class 'Simulated Processes'.Returns a new object of class 'Simulated Resources'.Returns a new object of class 'Wait For Acquire'.Returns a new object of class 'Wait For Delay'.Returns a new object of class 'Wait For Demand'.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 Details
-
eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Details
-
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.
-