Interface SimuComStatus

    • Method Detail

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