public interface SimuComStatus extends EObject
The following features are supported:
SimucomstatusPackage.getSimuComStatus()| Modifier and Type | Method and Description |
|---|---|
double |
getCurrentSimulationTime()
Returns the value of the 'Current Simulation Time' attribute.
|
SimulatedProcesses |
getProcessStatus()
Returns the value of the 'Process Status' containment reference.
|
SimulatedResources |
getResourceStatus()
Returns the value of the 'Resource Status' containment reference.
|
void |
setCurrentSimulationTime(double value)
Sets the value of the '
Current Simulation Time' attribute. |
void |
setProcessStatus(SimulatedProcesses value)
Sets the value of the '
Process Status' containment reference. |
void |
setResourceStatus(SimulatedResources value)
Sets the value of the '
Resource Status' containment reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverSimulatedProcesses getProcessStatus()
If the meaning of the 'Process Status' containment reference isn't clear, there really should be more of a description here...
setProcessStatus(SimulatedProcesses),
SimucomstatusPackage.getSimuComStatus_ProcessStatus()void setProcessStatus(SimulatedProcesses value)
Process Status' containment reference. value - the new value of the 'Process Status' containment reference.getProcessStatus()SimulatedResources getResourceStatus()
If the meaning of the 'Resource Status' containment reference isn't clear, there really should be more of a description here...
setResourceStatus(SimulatedResources),
SimucomstatusPackage.getSimuComStatus_ResourceStatus()void setResourceStatus(SimulatedResources value)
Resource Status' containment reference. value - the new value of the 'Resource Status' containment reference.getResourceStatus()double getCurrentSimulationTime()
If the meaning of the 'Current Simulation Time' attribute isn't clear, there really should be more of a description here...
setCurrentSimulationTime(double),
SimucomstatusPackage.getSimuComStatus_CurrentSimulationTime()void setCurrentSimulationTime(double value)
Current Simulation Time' attribute. value - the new value of the 'Current Simulation Time' attribute.getCurrentSimulationTime()