Interface Action

    • Method Detail

      • getActionStartTime

        double getActionStartTime()
        Returns the value of the 'Action Start Time' attribute.

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

        Returns:
        the value of the 'Action Start Time' attribute.
        See Also:
        setActionStartTime(double), SimucomstatusPackage.getAction_ActionStartTime()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setActionStartTime

        void setActionStartTime​(double value)
        Sets the value of the ' Action Start Time' attribute.
        Parameters:
        value - the new value of the 'Action Start Time' attribute.
        See Also:
        getActionStartTime()
        Generated class or method.
      • getActionDuration

        double getActionDuration()
        Returns the value of the 'Action Duration' attribute.

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

        Returns:
        the value of the 'Action Duration' attribute.
        See Also:
        setActionDuration(double), SimucomstatusPackage.getAction_ActionDuration()
        Generated class or method.
        EMF model class or method.
        required="true" transient="true" volatile="true" ordered="false"
      • setActionDuration

        void setActionDuration​(double value)
        Sets the value of the ' Action Duration' attribute.
        Parameters:
        value - the new value of the 'Action Duration' attribute.
        See Also:
        getActionDuration()
        Generated class or method.