Uses of Enum Class
org.drools.core.BeliefSystemType
Packages that use BeliefSystemType
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of BeliefSystemType in org.drools.core
Methods in org.drools.core that return BeliefSystemTypeModifier and TypeMethodDescriptionRuleSessionConfiguration.getBeliefSystemType()static BeliefSystemTypeBeliefSystemType.resolveBeliefSystemType(String id) static BeliefSystemTypeReturns the enum constant of this class with the specified name.static BeliefSystemType[]BeliefSystemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.core with parameters of type BeliefSystemTypeModifier and TypeMethodDescriptionvoidRuleSessionConfiguration.setBeliefSystemType(BeliefSystemType beliefSystemType)