|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogicalExpression
A representation of the model object 'Logical Expression'.
The following features are supported:
MOFScriptModelPackage.getLogicalExpression()
Method Summary | |
---|---|
LogicalOperator |
getOperator()
Returns the value of the 'Operator' attribute. |
Expression |
getPart1()
Returns the value of the 'Part1' containment reference |
Expression |
getPart2()
Returns the value of the 'Part2' containment reference |
void |
setOperator(LogicalOperator value)
Sets the value of the ' Operator ' attribute |
void |
setPart1(Expression value)
Sets the value of the ' Part1 ' containment reference |
void |
setPart2(Expression value)
Sets the value of the ' Part2 ' containment reference |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
LogicalOperator getOperator()
LogicalOperator
.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
LogicalOperator
,
setOperator(LogicalOperator)
,
MOFScriptModelPackage.getLogicalExpression_Operator()
void setOperator(LogicalOperator value)
Operator
' attribute.
value
- the new value of the 'Operator' attribute.LogicalOperator
,
getOperator()
Expression getPart1()
If the meaning of the 'Part1' containment reference isn't clear, there really should be more of a description here...
setPart1(Expression)
,
MOFScriptModelPackage.getLogicalExpression_Part1()
void setPart1(Expression value)
Part1
' containment reference.
value
- the new value of the 'Part1' containment reference.getPart1()
Expression getPart2()
If the meaning of the 'Part2' containment reference isn't clear, there really should be more of a description here...
setPart2(Expression)
,
MOFScriptModelPackage.getLogicalExpression_Part2()
void setPart2(Expression value)
Part2
' containment reference.
value
- the new value of the 'Part2' containment reference.getPart2()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |