Uses of Class
org.drools.core.BeliefSystemType
-
Packages that use BeliefSystemType Package Description org.drools.core 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 BeliefSystemType Modifier and Type Method Description BeliefSystemTypeSessionConfiguration. getBeliefSystemType()static BeliefSystemTypeBeliefSystemType. resolveBeliefSystemType(java.lang.String id)static BeliefSystemTypeBeliefSystemType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BeliefSystemType[]BeliefSystemType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-