|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectncsa.tools.ogrescript.OgreScriptElement
ncsa.tools.ogrescript.types.evaluatable.Condition
ncsa.tools.ogrescript.types.evaluatable.conditions.Statement
ncsa.tools.ogrescript.types.evaluatable.conditions.And
Has usual and-style semantics where elements following the first encountered 'false' are not evaluated. Elements are evaluated from left to right.
| Field Summary | |
static java.lang.String |
TAG_SELF
|
| Fields inherited from class ncsa.tools.ogrescript.OgreScriptElement |
TAG_EXT_PT |
| Constructor Summary | |
And()
|
|
| Method Summary | |
boolean |
evaluate()
|
| Methods inherited from class ncsa.tools.ogrescript.types.evaluatable.conditions.Statement |
addAnd, addBooleanExpression, addChecksum, addContains, addEndsWith, addEquals, addEqualsIgnoreCase, addFalse, addGreaterThan, addGreateThanOrEqual, addHasField, addHasMethod, addIsA, addIsDirectory, addIsFile, addIsNull, addIsSubstringOf, addLessThan, addLessThanOrEqual, addMatches, addNot, addOr, addStartsWith, addTrue, addXOr |
| Methods inherited from class ncsa.tools.ogrescript.types.evaluatable.Condition |
isCondition |
| 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 |
public static final java.lang.String TAG_SELF
| Constructor Detail |
public And()
| Method Detail |
public boolean evaluate()
throws EvaluationException
evaluate in interface IConditionalevaluate in class StatementEvaluationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||