Interface Sequence

All Superinterfaces:
EObject, Expression, Notifier, 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:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • 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:
      Generated class or method.
    • 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:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • 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:
      Generated class or method.