Interface RuleElement
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RuleElementImpl
public interface RuleElement
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rule Element'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Expr Stmt' containment reference.getFor()Returns the value of the 'For' containment reference.de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclarationReturns the value of the 'Var Decl' containment reference.getWhile()Returns the value of the 'While' containment reference.voidsetExprStmt(ExpressionStatement value) Sets the value of the 'Expr Stmt' containment reference.voidSets the value of the 'For' containment reference.voidsetVarDecl(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration value) Sets the value of the 'Var Decl' containment reference.voidSets the value of the 'While' 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVarDecl
de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration getVarDecl()Returns the value of the 'Var Decl' containment reference.- Returns:
- the value of the 'Var Decl' containment reference.
- See Also:
-
setVarDecl
void setVarDecl(de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration value) Sets the value of the 'Var Decl' containment reference.- Parameters:
value- the new value of the 'Var Decl' containment reference.- See Also:
-
getExprStmt
ExpressionStatement getExprStmt()Returns the value of the 'Expr Stmt' containment reference.- Returns:
- the value of the 'Expr Stmt' containment reference.
- See Also:
-
setExprStmt
Sets the value of the 'Expr Stmt' containment reference.- Parameters:
value- the new value of the 'Expr Stmt' containment reference.- See Also:
-
getWhile
While getWhile()Returns the value of the 'While' containment reference.- Returns:
- the value of the 'While' containment reference.
- See Also:
-
setWhile
Sets the value of the 'While' containment reference.- Parameters:
value- the new value of the 'While' containment reference.- See Also:
-
getFor
For getFor()Returns the value of the 'For' containment reference.- Returns:
- the value of the 'For' containment reference.
- See Also:
-
setFor
Sets the value of the 'For' containment reference.- Parameters:
value- the new value of the 'For' containment reference.- See Also:
-