Interface EvaluatorFactory
- All Known Implementing Classes:
AndFactory,EqualFactory,MatchFactory,NotFactory,OrFactory,TextProcessingEvaluatorFactory
public interface EvaluatorFactory
This should be implemented by the Factories creating evaluators.
-
Method Summary
-
Method Details
-
create
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
-