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

All Superinterfaces:
Expression, Operation
All Known Implementing Classes:
SequenceImpl

public interface Sequence
extends Operation

A representation of the model object 'Sequence'.

The following features are supported:

See Also:
ExpressionPackage.getSequence()

Method Summary
 Expression getLeftRegExp()
          Returns the value of the 'Left Reg Exp' containment reference.
 Expression getRightRegExp()
          Returns the value of the 'Right Reg Exp' containment reference.
 void setLeftRegExp(Expression value)
          Sets the value of the 'Left Reg Exp' containment reference.
 void setRightRegExp(Expression value)
          Sets the value of the 'Right Reg Exp' containment reference.
 

Method Detail

getLeftRegExp

Expression getLeftRegExp()
Returns the value of the 'Left Reg Exp' containment reference.

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

Returns:
the value of the 'Left Reg Exp' containment reference.
See Also:
setLeftRegExp(Expression), ExpressionPackage.getSequence_LeftRegExp()

setLeftRegExp

void setLeftRegExp(Expression value)
Sets the value of the 'Left Reg Exp' containment reference.

Parameters:
value - the new value of the 'Left Reg Exp' containment reference.
See Also:
getLeftRegExp()

getRightRegExp

Expression getRightRegExp()
Returns the value of the 'Right Reg Exp' containment reference.

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

Returns:
the value of the 'Right Reg Exp' containment reference.
See Also:
setRightRegExp(Expression), ExpressionPackage.getSequence_RightRegExp()

setRightRegExp

void setRightRegExp(Expression value)
Sets the value of the 'Right Reg Exp' containment reference.

Parameters:
value - the new value of the 'Right Reg Exp' containment reference.
See Also:
getRightRegExp()