Interface Parallel

All Superinterfaces:
EObject, Expression, Notifier, Operation
All Known Implementing Classes:
ParallelImpl

public interface Parallel extends Operation
A representation of the model object 'Parallel'.

The following features are supported:

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

    • getLeftTask

      Expression getLeftTask()
      Returns the value of the 'Left Task' containment reference.

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

      Returns:
      the value of the 'Left Task' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setLeftTask

      void setLeftTask(Expression value)
      Sets the value of the ' Left Task' containment reference.
      Parameters:
      value - the new value of the 'Left Task' containment reference.
      See Also:
      Generated class or method.
    • getRightTask

      Expression getRightTask()
      Returns the value of the 'Right Task' containment reference.

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

      Returns:
      the value of the 'Right Task' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setRightTask

      void setRightTask(Expression value)
      Sets the value of the ' Right Task ' containment reference.
      Parameters:
      value - the new value of the 'Right Task' containment reference.
      See Also:
      Generated class or method.