Interface SimuComStatus
-
- All Known Implementing Classes:
SimuComStatusImpl
public interface SimuComStatus extends EObject
A representation of the model object 'Simu Com Status'.The following features are supported:
- See Also:
SimucomstatusPackage.getSimuComStatus()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
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 Detail
-
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:
setProcessStatus(SimulatedProcesses)
,SimucomstatusPackage.getSimuComStatus_ProcessStatus()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setProcessStatus
void setProcessStatus(SimulatedProcesses value)
Sets the value of the 'Process Status
' containment reference.- Parameters:
value
- the new value of the 'Process Status' containment reference.- See Also:
getProcessStatus()
- 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:
setResourceStatus(SimulatedResources)
,SimucomstatusPackage.getSimuComStatus_ResourceStatus()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setResourceStatus
void setResourceStatus(SimulatedResources value)
Sets the value of the 'Resource Status
' containment reference.- Parameters:
value
- the new value of the 'Resource Status' containment reference.- See Also:
getResourceStatus()
- 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:
setCurrentSimulationTime(double)
,SimucomstatusPackage.getSimuComStatus_CurrentSimulationTime()
- 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:
getCurrentSimulationTime()
- Generated class or method.
-
-