|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
SimpleBeliefSystem.newBeliefSet()
|
BeliefSet |
BeliefSystem.newBeliefSet()
|
BeliefSet |
TruthMaintenanceSystem.newTMSbeliefSet()
|
| Methods in org.drools.common with parameters of type BeliefSet | |
|---|---|
void |
SimpleBeliefSystem.delete(LogicalDependency node,
BeliefSet beliefSet,
PropagationContext context)
|
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.insert(LogicalDependency node,
BeliefSet beliefSet,
PropagationContext context,
ObjectTypeConf typeConf)
|
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.read(LogicalDependency node,
BeliefSet beliefSet,
PropagationContext context,
ObjectTypeConf typeConf)
|
void |
BeliefSystem.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||