|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TokenEvaluationEngine.State
Holder for evaluation state during the engine's evaluation. Evaluation on any term, clause, or query requires state of the current term and query, and of the already matched known and possible predicates.
| Method Summary | |
|---|---|
Set<TokenPredicate> |
getKnownPredicates()
known matching predicates. |
Set<TokenPredicate> |
getPossiblePredicates()
possible matching predicates. |
Query |
getQuery()
the current query, or null if in term-evaluation mode. |
String |
getTerm()
the current clause's term, or null if in query-evaluation mode. |
| Method Detail |
|---|
String getTerm()
Query getQuery()
Set<TokenPredicate> getKnownPredicates()
Set<TokenPredicate> getPossiblePredicates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||