Interface MatchConditionFactory

All Known Implementing Classes:
DefaultMatchConditionFactory

public interface MatchConditionFactory
A MatchConditionFactory abstracts the preparation step of a MatchCondition.
Author:
Karl Eilebrecht
  • Method Summary

    Modifier and Type
    Method
    Description
    createInClauseCondition(List<de.calamanari.adl.irl.SimpleExpression> expressions)
     
    createMatchCondition(de.calamanari.adl.irl.CoreExpression expression)
    Auto-detects the form of match-condition from the given expression which can either be a MatchExpression, a NegationExpression or a CombinedExpression representing an IN (OR or matches) resp. a NOT IN (AND of negations)
    createSimpleCondition(de.calamanari.adl.irl.SimpleExpression expression)