Package | Description |
---|---|
org.drools.core.beliefsystem | |
org.drools.core.beliefsystem.defeasible | |
org.drools.core.beliefsystem.jtms | |
org.drools.core.beliefsystem.simple | |
org.drools.core.common |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
BeliefSet.getBeliefSystem() |
Modifier and Type | Class and Description |
---|---|
class |
DefeasibleBeliefSystem |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
DefeasibleBeliefSet.getBeliefSystem() |
Constructor and Description |
---|
DefeasibleBeliefSet(BeliefSystem beliefSystem,
InternalFactHandle rootHandle) |
Modifier and Type | Class and Description |
---|---|
class |
JTMSBeliefSystem |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
JTMSBeliefSetImpl.getBeliefSystem() |
Constructor and Description |
---|
JTMSBeliefSetImpl(BeliefSystem beliefSystem,
InternalFactHandle rootHandle) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeliefSystem
Default implementation emulates classical Drools TMS behaviour.
|
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
SimpleBeliefSet.getBeliefSystem() |
Constructor and Description |
---|
SimpleBeliefSet(BeliefSystem beliefSystem,
InternalFactHandle fh) |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
PhreakBeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
NamedEntryPoint ep,
TruthMaintenanceSystem tms) |
BeliefSystem |
BeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
NamedEntryPoint ep,
TruthMaintenanceSystem tms) |
BeliefSystem |
TruthMaintenanceSystem.getBeliefSystem() |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.