Uses of Interface
org.drools.common.BeliefSet

Packages that use BeliefSet
org.drools.common   
 

Uses of BeliefSet in org.drools.common
 

Classes in org.drools.common that implement BeliefSet
 class SimpleBeliefSet
           
 

Methods in org.drools.common that return BeliefSet
 BeliefSet BeliefSystem.newBeliefSet()
           
 BeliefSet SimpleBeliefSystem.newBeliefSet()
           
 BeliefSet TruthMaintenanceSystem.newTMSbeliefSet()
           
 

Methods in org.drools.common with parameters of type BeliefSet
 void BeliefSystem.delete(LogicalDependency node, BeliefSet beliefSet, PropagationContext context)
          The typeConf has not yet been looked up, so we leave it to the implementation to decide if it needs it or not.
 void SimpleBeliefSystem.delete(LogicalDependency node, BeliefSet beliefSet, PropagationContext context)
           
 void BeliefSystem.insert(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
          TypeConf is already available, so we pass it, to avoid additional lookups
 void SimpleBeliefSystem.insert(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 void BeliefSystem.read(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 void SimpleBeliefSystem.read(LogicalDependency node, BeliefSet beliefSet, PropagationContext context, ObjectTypeConf typeConf)
           
 

Constructors in org.drools.common with parameters of type BeliefSet
TruthMaintenanceSystem.LogicalRetractCallback(TruthMaintenanceSystem tms, LogicalDependency node, BeliefSet beliefSet, InternalFactHandle handle, PropagationContext context, Activation activation)
           
 



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