Class CartBasedMaxRuleExecutionsFunction

  • All Implemented Interfaces:
    java.util.function.Function<RuleEvaluationContext,​java.lang.Integer>

    public class CartBasedMaxRuleExecutionsFunction
    extends java.lang.Object
    implements java.util.function.Function<RuleEvaluationContext,​java.lang.Integer>
    Function that returns a number that represents maximum rule executions during a single evaluation of a context with CartRAO present
    • Constructor Detail

      • CartBasedMaxRuleExecutionsFunction

        public CartBasedMaxRuleExecutionsFunction()
    • Method Detail

      • getMinExecutions

        protected int getMinExecutions()
      • setMinExecutions

        public void setMinExecutions​(int minExecutions)