public class EmptyPreconditions extends Object implements PreconditionSet
Constructor and Description |
---|
EmptyPreconditions() |
Modifier and Type | Method and Description |
---|---|
void |
addAll(Collection<Expression> expressions)
Add a collection of expressions to a set of preconditions
|
void |
clear() |
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.
|
public void addAll(Collection<Expression> expressions)
PreconditionSet
addAll
in interface PreconditionSet
expressions
- The expressions to be addedpublic void clear()
public void export(ExpressionPresenter out)
export
in interface PreconditionSet
public List<Expression> getSortedConditions()
getSortedConditions
in interface PreconditionSet
public Map<Expression,Integer> getIndexes()
getIndexes
in interface PreconditionSet
public Matcher makeRuleSearchState(SimpleMode mode)
PreconditionSet
makeRuleSearchState
in interface PreconditionSet
mode
- the mode this precondition set is being used inpublic void process()
PreconditionSet
process
in interface PreconditionSet
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.