All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
WaitForAcquire, WaitForDelay, WaitForDemand
All Known Implementing Classes:
ActionImpl, WaitForAcquireImpl, WaitForDelayImpl, WaitForDemandImpl

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

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

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