public interface PreconditionSet
Modifier and Type | Method and Description |
---|---|
void |
addAll(Collection<Expression> expressions)
Add a collection of expressions to a set of preconditions
|
void |
export(ExpressionPresenter out) |
Map<Expression,Integer> |
getIndexes() |
List<Expression> |
getSortedConditions() |
Matcher |
makeRuleSearchState(SimpleMode mode)
Make a Matcher for this set of preconditions.
|
void |
process()
Carry out 'global' processing on this precondition set.
|
void addAll(Collection<Expression> expressions)
expressions
- The expressions to be addedvoid export(ExpressionPresenter out)
List<Expression> getSortedConditions()
Map<Expression,Integer> getIndexes()
Matcher makeRuleSearchState(SimpleMode mode)
mode
- the mode this precondition set is being used invoid process()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.