Interface Sequence
- All Superinterfaces:
EObject
,Expression
,Notifier
,Operation
- All Known Implementing Classes:
SequenceImpl
A representation of the model object 'Sequence'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Left Reg Exp' containment reference.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 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
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
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.
-