Class ScenarioRunnerImpl

    • Constructor Detail

      • ScenarioRunnerImpl

        public ScenarioRunnerImpl​(org.kie.api.runtime.KieSession ksession,
                                  int maximumAmountOfRuleFirings)
        Parameters:
        ksession - A populated type resolved to be used to resolve the types in the scenario.
        maximumAmountOfRuleFirings - Limit for amount of rules that can fire. To prevent infinite loops.
        Throws:
        ClassNotFoundException