Interface Process

    • Method Detail

      • getCurrentAction

        Action getCurrentAction()
        Returns the value of the 'Current Action' containment reference.

        If the meaning of the 'Current Action' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Current Action' containment reference.
        See Also:
        setCurrentAction(Action), SimucomstatusPackage.getProcess_CurrentAction()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" ordered="false"
      • setCurrentAction

        void setCurrentAction​(Action value)
        Sets the value of the ' Current Action' containment reference.
        Parameters:
        value - the new value of the 'Current Action' containment reference.
        See Also:
        getCurrentAction()
        Generated class or method.
      • getId

        String getId()
        Returns the value of the 'Id' attribute.

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

        Returns:
        the value of the 'Id' attribute.
        See Also:
        setId(String), SimucomstatusPackage.getProcess_Id()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setId

        void setId​(String value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
        Generated class or method.
      • getProcessStartTime

        double getProcessStartTime()
        Returns the value of the 'Process Start Time' attribute.

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

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

        void setProcessStartTime​(double value)
        Sets the value of the ' Process Start Time' attribute.
        Parameters:
        value - the new value of the 'Process Start Time' attribute.
        See Also:
        getProcessStartTime()
        Generated class or method.