Drools :: Core 6.1.0.Beta1

Uses of Class
org.drools.core.BeliefSystemType

Packages that use BeliefSystemType
org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory  
org.drools.core.common   
 

Uses of BeliefSystemType in org.drools.core
 

Methods in org.drools.core that return BeliefSystemType
 BeliefSystemType SessionConfiguration.getBeliefSystemType()
           
static BeliefSystemType BeliefSystemType.resolveBeliefSystemType(String id)
           
static BeliefSystemType BeliefSystemType.valueOf(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.
 

Methods in org.drools.core with parameters of type BeliefSystemType
 void SessionConfiguration.setBeliefSystemType(BeliefSystemType beliefSystemType)
           
 

Uses of BeliefSystemType in org.drools.core.common
 

Methods in org.drools.core.common with parameters of type BeliefSystemType
 BeliefSystem BeliefSystemFactory.createBeliefSystem(BeliefSystemType type, NamedEntryPoint ep, TruthMaintenanceSystem tms)
           
 BeliefSystem PhreakBeliefSystemFactory.createBeliefSystem(BeliefSystemType type, NamedEntryPoint ep, TruthMaintenanceSystem tms)
           
 


Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.