Uses of Class
org.drools.core.RuleBaseConfiguration.SequentialAgenda
-
Packages that use RuleBaseConfiguration.SequentialAgenda Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory -
-
Uses of RuleBaseConfiguration.SequentialAgenda in org.drools.core
Fields in org.drools.core declared as RuleBaseConfiguration.SequentialAgenda Modifier and Type Field Description static RuleBaseConfiguration.SequentialAgendaRuleBaseConfiguration.SequentialAgenda. DYNAMICstatic RuleBaseConfiguration.SequentialAgendaRuleBaseConfiguration.SequentialAgenda. SEQUENTIALMethods in org.drools.core that return RuleBaseConfiguration.SequentialAgenda Modifier and Type Method Description static RuleBaseConfiguration.SequentialAgendaRuleBaseConfiguration.SequentialAgenda. determineSequentialAgenda(String value)RuleBaseConfiguration.SequentialAgendaRuleBaseConfiguration. getSequentialAgenda()Methods in org.drools.core with parameters of type RuleBaseConfiguration.SequentialAgenda Modifier and Type Method Description voidRuleBaseConfiguration. setSequentialAgenda(RuleBaseConfiguration.SequentialAgenda sequentialAgenda)
-