Class GeneratedDroolsRuleEngineContext

    • Field Detail

      • KIESESSION

        public static final java.lang.String KIESESSION
        Qualifier of the DroolsRuleEngineContext.kieSession attribute
        See Also:
        Constant Field Values
      • RULEFIRINGLIMIT

        public static final java.lang.String RULEFIRINGLIMIT
        Qualifier of the DroolsRuleEngineContext.ruleFiringLimit attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedDroolsRuleEngineContext

        public GeneratedDroolsRuleEngineContext()
    • Method Detail

      • getKieSession

        public DroolsKIESession getKieSession​(SessionContext ctx)
        Generated method - Getter of the DroolsRuleEngineContext.kieSession attribute.
        Returns:
        the kieSession
      • getKieSession

        public DroolsKIESession getKieSession()
        Generated method - Getter of the DroolsRuleEngineContext.kieSession attribute.
        Returns:
        the kieSession
      • setKieSession

        public void setKieSession​(SessionContext ctx,
                                  DroolsKIESession value)
        Generated method - Setter of the DroolsRuleEngineContext.kieSession attribute.
        Parameters:
        value - the kieSession
      • setKieSession

        public void setKieSession​(DroolsKIESession value)
        Generated method - Setter of the DroolsRuleEngineContext.kieSession attribute.
        Parameters:
        value - the kieSession
      • getRuleFiringLimit

        public java.lang.Long getRuleFiringLimit​(SessionContext ctx)
        Generated method - Getter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Returns:
        the ruleFiringLimit
      • getRuleFiringLimit

        public java.lang.Long getRuleFiringLimit()
        Generated method - Getter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Returns:
        the ruleFiringLimit
      • getRuleFiringLimitAsPrimitive

        public long getRuleFiringLimitAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Returns:
        the ruleFiringLimit
      • getRuleFiringLimitAsPrimitive

        public long getRuleFiringLimitAsPrimitive()
        Generated method - Getter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Returns:
        the ruleFiringLimit
      • setRuleFiringLimit

        public void setRuleFiringLimit​(SessionContext ctx,
                                       java.lang.Long value)
        Generated method - Setter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Parameters:
        value - the ruleFiringLimit
      • setRuleFiringLimit

        public void setRuleFiringLimit​(java.lang.Long value)
        Generated method - Setter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Parameters:
        value - the ruleFiringLimit
      • setRuleFiringLimit

        public void setRuleFiringLimit​(SessionContext ctx,
                                       long value)
        Generated method - Setter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Parameters:
        value - the ruleFiringLimit
      • setRuleFiringLimit

        public void setRuleFiringLimit​(long value)
        Generated method - Setter of the DroolsRuleEngineContext.ruleFiringLimit attribute.
        Parameters:
        value - the ruleFiringLimit