Interface EvaluatorFactory
-
- All Known Implementing Classes:
AndFactory,EqualFactory,MatchFactory,NotFactory,OrFactory,TextProcessingEvaluatorFactory
public interface EvaluatorFactoryThis should be implemented by the Factories creating evaluators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Evaluatorcreate(org.apache.axiom.om.OMElement e)Create an evalautor from the given XML configuration
-
-
-
Method Detail
-
create
Evaluator create(org.apache.axiom.om.OMElement e) throws EvaluatorException
Create an evalautor from the given XML configuration- Parameters:
e- OMElement having the evaluator XML configuration- Returns:
- an evaluator
- Throws:
EvaluatorException- if a syntax error is there
-
-