All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ProcessImpl

public interface Process extends EObject
A representation of the model object 'Process'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      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:
      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:
      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:
      Generated class or method.