Class FeatureConjunction

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class FeatureConjunction
    extends PredicateOperator
    A FeatureConjunction is a special type of Conjunction where all children are either a FeatureSet or a Negation (with an underlying FeatureSet). The underlying FeatureSets may only have one value.
    Author:
    bjorncs
    • Constructor Detail

      • FeatureConjunction

        public FeatureConjunction​(java.util.List<Predicate> operands)
    • Method Detail

      • isValidFeatureConjunctionOperand

        public static boolean isValidFeatureConjunctionOperand​(Predicate operand)
      • appendTo

        protected void appendTo​(java.lang.StringBuilder out)
        Specified by:
        appendTo in class Predicate
      • clone

        public FeatureConjunction clone()
                                 throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class Predicate
        Throws:
        java.lang.CloneNotSupportedException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object