org.eclipse.mofscript.MOFScriptModel
Interface LogicalExpression

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, MOFScriptObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LogicalExpressionImpl

public interface LogicalExpression
extends Expression

A representation of the model object 'Logical Expression'.

The following features are supported:

See Also:
MOFScriptModelPackage.getLogicalExpression()

Field Summary
static java.lang.String copyright
           
 
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getOperator

LogicalOperator getOperator()
Returns the value of the 'Operator' attribute. The literals are from the enumeration LogicalOperator.

If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' attribute.
See Also:
LogicalOperator, setOperator(LogicalOperator), MOFScriptModelPackage.getLogicalExpression_Operator()

setOperator

void setOperator(LogicalOperator value)
Sets the value of the 'Operator' attribute.

Parameters:
value - the new value of the 'Operator' attribute.
See Also:
LogicalOperator, getOperator()

getPart1

Expression getPart1()
Returns the value of the 'Part1' containment reference.

If the meaning of the 'Part1' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Part1' containment reference.
See Also:
setPart1(Expression), MOFScriptModelPackage.getLogicalExpression_Part1()

setPart1

void setPart1(Expression value)
Sets the value of the 'Part1' containment reference.

Parameters:
value - the new value of the 'Part1' containment reference.
See Also:
getPart1()

getPart2

Expression getPart2()
Returns the value of the 'Part2' containment reference.

If the meaning of the 'Part2' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Part2' containment reference.
See Also:
setPart2(Expression), MOFScriptModelPackage.getLogicalExpression_Part2()

setPart2

void setPart2(Expression value)
Sets the value of the 'Part2' containment reference.

Parameters:
value - the new value of the 'Part2' containment reference.
See Also:
getPart2()