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:
ExpressionPackage.getSequence()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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.
-
-