Interface SimuComStatus
- All Known Implementing Classes:
SimuComStatusImpl
A representation of the model object 'Simu Com Status'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Current Simulation Time' attribute.Returns the value of the 'Process Status' containment reference.Returns the value of the 'Resource Status' containment reference.void
setCurrentSimulationTime
(double value) Sets the value of the 'Current Simulation Time
' attribute.void
Sets the value of the 'Process Status
' containment reference.void
Sets the value of the 'Resource Status
' containment reference.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
-
Method Details
-
getProcessStatus
SimulatedProcesses getProcessStatus()Returns the value of the 'Process Status' containment reference.If the meaning of the 'Process Status' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Process Status' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setProcessStatus
Sets the value of the 'Process Status
' containment reference.- Parameters:
value
- the new value of the 'Process Status' containment reference.- See Also:
- Generated class or method.
-
getResourceStatus
SimulatedResources getResourceStatus()Returns the value of the 'Resource Status' containment reference.If the meaning of the 'Resource Status' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource Status' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setResourceStatus
Sets the value of the 'Resource Status
' containment reference.- Parameters:
value
- the new value of the 'Resource Status' containment reference.- See Also:
- Generated class or method.
-
getCurrentSimulationTime
double getCurrentSimulationTime()Returns the value of the 'Current Simulation Time' attribute.If the meaning of the 'Current Simulation Time' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Current Simulation Time' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setCurrentSimulationTime
void setCurrentSimulationTime(double value) Sets the value of the 'Current Simulation Time
' attribute.- Parameters:
value
- the new value of the 'Current Simulation Time' attribute.- See Also:
- Generated class or method.
-