Interface Sequence

    • 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()
        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:
        getLeftRegExp()
        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:
        setRightRegExp(Expression), ExpressionPackage.getSequence_RightRegExp()
        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:
        getRightRegExp()
        Generated class or method.