Class LogicalCondition


  • public class LogicalCondition
    extends Condition
    • Field Detail

      • type

        protected org.dashbuilder.dataset.filter.LogicalExprType type
      • conditions

        protected Condition[] conditions
    • Constructor Detail

      • LogicalCondition

        public LogicalCondition​(org.dashbuilder.dataset.filter.LogicalExprType type,
                                Collection<Condition> conditionList)
      • LogicalCondition

        public LogicalCondition​(org.dashbuilder.dataset.filter.LogicalExprType type,
                                Condition... conditions)
    • Method Detail

      • getType

        public org.dashbuilder.dataset.filter.LogicalExprType getType()
      • getConditions

        public Condition[] getConditions()