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

    Modifier and Type
    Method
    Description
    create(org.apache.axiom.om.OMElement e)
    Create an evalautor from the given XML configuration
  • Method Details

    • 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