ncsa.tools.ogrescript.types.evaluatable.conditions
Class BooleanExpression

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.types.evaluatable.Expression
          extended byncsa.tools.ogrescript.types.evaluatable.conditions.BooleanExpression
All Implemented Interfaces:
IConditional, UserFacing

public class BooleanExpression
extends Expression
implements IConditional


Field Summary
static java.lang.String TAG_SELF
           
 
Fields inherited from class ncsa.tools.ogrescript.OgreScriptElement
TAG_EXT_PT
 
Constructor Summary
BooleanExpression()
           
 
Method Summary
 boolean evaluate()
           
 
Methods inherited from class ncsa.tools.ogrescript.types.evaluatable.Expression
evaluateExpression, setCastTo, setText
 
Methods inherited from class ncsa.tools.ogrescript.OgreScriptElement
asElement, initializeFromElement
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_SELF

public static final java.lang.String TAG_SELF
See Also:
Constant Field Values
Constructor Detail

BooleanExpression

public BooleanExpression()
Method Detail

evaluate

public boolean evaluate()
                 throws EvaluationException
Specified by:
evaluate in interface IConditional
Throws:
EvaluationException