Interface SimTimeStopCondition

    • Method Detail

      • getSimulationTime

        int getSimulationTime()
        Returns the value of the 'Simulation Time' attribute.

        If the meaning of the 'Simulation Time' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Simulation Time' attribute.
        See Also:
        setSimulationTime(int), AbstractsimulationPackage.getSimTimeStopCondition_SimulationTime()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setSimulationTime

        void setSimulationTime​(int value)
        Sets the value of the 'Simulation Time' attribute.
        Parameters:
        value - the new value of the 'Simulation Time' attribute.
        See Also:
        getSimulationTime()
        Generated class or method.