ncsa.tools.ogrescript.types.evaluatable
Class Condition

java.lang.Object
  extended byncsa.tools.ogrescript.OgreScriptElement
      extended byncsa.tools.ogrescript.types.evaluatable.Condition
All Implemented Interfaces:
IConditional, UserFacing
Direct Known Subclasses:
Case, Checksum, Contains, EndsWith, Equals, EqualsIgnoreCase, False, HasField, HasMethod, IsA, IsFile, IsNull, IsSubstringOf, Matches, StartsWith, Statement, True

public abstract class Condition
extends OgreScriptElement
implements IConditional

Parent to all classes in ncsa.tools.ogrescript.types.evaluatable.conditions.

Author:
Albert L. Rossi

Field Summary
static java.lang.String TAG_SELF
           
 
Fields inherited from class ncsa.tools.ogrescript.OgreScriptElement
TAG_EXT_PT
 
Constructor Summary
Condition()
           
 
Method Summary
static boolean isCondition(java.lang.String tag)
           
 
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
 
Methods inherited from interface ncsa.tools.ogrescript.IConditional
evaluate
 

Field Detail

TAG_SELF

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

Condition

public Condition()
Method Detail

isCondition

public static boolean isCondition(java.lang.String tag)