Class OrSimplifier

  • All Implemented Interfaces:
    PredicateProcessor

    public class OrSimplifier
    extends java.lang.Object
    implements PredicateProcessor
    Simplifies Disjunction nodes where all children are of type FeatureSet. All FeatureSet that share the same key are merged into a single FeatureSet. The Disjunction is removed if all children merges into a single feature set.
    Author:
    bjorncs