public class RuleSearchState extends Object
Subclasses can be used to hold information such as precondition sets etc.
A new RuleSearchState (or subclass) should be created at the start of each check through a rule set.
This can be achieved through SimpleMode.makeRuleSearchState()
.
Modifier and Type | Field and Description |
---|---|
protected int |
calls |
SimpleMode |
mode |
long |
startTime |
Constructor and Description |
---|
RuleSearchState(SimpleMode mode) |
Modifier and Type | Method and Description |
---|---|
void |
count() |
int |
getCalls() |
void |
otherProperties(ExpressionPresenter out)
Add any other required properties to an output
|
void |
resetBasic() |
protected int calls
public long startTime
public SimpleMode mode
public RuleSearchState(SimpleMode mode)
public void resetBasic()
public int getCalls()
public void count()
public void otherProperties(ExpressionPresenter out)
out
- Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.