de.uka.ipd.sdq.spa.expression
Interface Parallel

All Superinterfaces:
Expression, 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:
ExpressionPackage.getParallel()

Method Summary
 Expression getLeftTask()
          Returns the value of the 'Left Task' containment reference.
 Expression getRightTask()
          Returns the value of the 'Right Task' containment reference.
 void setLeftTask(Expression value)
          Sets the value of the 'Left Task' containment reference.
 void setRightTask(Expression value)
          Sets the value of the 'Right Task' containment reference.
 

Method Detail

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:
setLeftTask(Expression), ExpressionPackage.getParallel_LeftTask()

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:
getLeftTask()

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:
setRightTask(Expression), ExpressionPackage.getParallel_RightTask()

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:
getRightTask()