Class AbstractBinaryLogicalOperator

    • Constructor Detail

      • AbstractBinaryLogicalOperator

        public AbstractBinaryLogicalOperator()
      • AbstractBinaryLogicalOperator

        public AbstractBinaryLogicalOperator​(java.util.List<AbstractPredicate> operands)
      • AbstractBinaryLogicalOperator

        public AbstractBinaryLogicalOperator​(AbstractPredicate... operands)
    • Method Detail

      • isSetOperands

        public boolean isSetOperands()
      • setOperands

        public void setOperands​(java.util.List<AbstractPredicate> operands)
      • numberOfOperands

        public int numberOfOperands()