Interface StimuliFactory
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
StimuliFactoryImpl
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
FieldsModifier and TypeFieldDescriptionstatic final StimuliFactory
The singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'CPU Utilization'.Returns a new object of class 'HDD Utilization'.Returns a new object of class 'Memory Utilization'.Returns a new object of class 'Network Utilization'.Returns a new object of class 'Number Of Elements'.Returns a new object of class 'Operation Response Time'.Returns a new object of class 'Queue Length'.Returns a new object of class 'Simulation Time'.Returns a new object of class 'Task Count'.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
-
createOperationResponseTime
OperationResponseTime createOperationResponseTime()Returns a new object of class 'Operation Response Time'.- Returns:
- a new object of class 'Operation Response Time'.
- Generated class or method.
-
createNumberOfElements
NumberOfElements createNumberOfElements()Returns a new object of class 'Number Of Elements'.- Returns:
- a new object of class 'Number Of Elements'.
- Generated class or method.
-
createCPUUtilization
CPUUtilization createCPUUtilization()Returns a new object of class 'CPU Utilization'.- Returns:
- a new object of class 'CPU Utilization'.
- Generated class or method.
-
createMemoryUtilization
MemoryUtilization createMemoryUtilization()Returns a new object of class 'Memory Utilization'.- Returns:
- a new object of class 'Memory Utilization'.
- Generated class or method.
-
createSimulationTime
SimulationTime createSimulationTime()Returns a new object of class 'Simulation Time'.- Returns:
- a new object of class 'Simulation Time'.
- Generated class or method.
-
createHDDUtilization
HDDUtilization createHDDUtilization()Returns a new object of class 'HDD Utilization'.- Returns:
- a new object of class 'HDD Utilization'.
- Generated class or method.
-
createTaskCount
TaskCount createTaskCount()Returns a new object of class 'Task Count'.- Returns:
- a new object of class 'Task Count'.
- Generated class or method.
-
createQueueLength
QueueLength createQueueLength()Returns a new object of class 'Queue Length'.- Returns:
- a new object of class 'Queue Length'.
- Generated class or method.
-
createNetworkUtilization
NetworkUtilization createNetworkUtilization()Returns a new object of class 'Network Utilization'.- Returns:
- a new object of class 'Network Utilization'.
- Generated class or method.
-
getStimuliPackage
StimuliPackage getStimuliPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-