Interface SimuComStatus

All Superinterfaces:
EObject, Notifier
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:
Generated class or method.
EMF model class or method.
  • 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

      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:
      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

      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:
      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.