|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An expressions that can evaluate to the boolean values true and false.
| Method Summary | |
void |
getVariables(Collection variables)
Gets all variables that are used in this BooleanExpr. |
boolean |
isTrue(RdfSource rdfSource)
Evaluates the boolean expression on the supplied RdfSource object. |
| Method Detail |
public boolean isTrue(RdfSource rdfSource)
throws BooleanExprEvaluationException,
SailQueryException
rdfSource - The RdfSource to evaluate the boolean expression against.
BooleanExprEvaluationException - If the boolean expression could
not be evaluated, for example when comparing two incompatible operands.
When thrown, the result of the boolean expression is neither
true or false, but unknown.
SailQueryExceptionpublic void getVariables(Collection variables)
variables - A Collection to add the Var objects to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||