Class Choicepoint.State
java.lang.Object
com.yahoo.prelude.semantics.engine.Choicepoint.State
- Enclosing class:
- Choicepoint
The state of this choicepoint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Backtrack to the evaluation state at the point where this choicepoint were instantiatedvoid
int
int
int
void
updateState
(RuleEvaluation evaluation)
-
Constructor Details
-
State
-
-
Method Details
-
updateState
-
backtrack
Backtrack to the evaluation state at the point where this choicepoint were instantiated -
backtrackPosition
-
getPosition
public int getPosition() -
getReferencedMatchCount
public int getReferencedMatchCount() -
getNonreferencedMatchCount
public int getNonreferencedMatchCount()
-