Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.base | |
org.drools.core.beliefsystem | |
org.drools.core.beliefsystem.defeasible | |
org.drools.core.beliefsystem.jtms | |
org.drools.core.beliefsystem.simple | |
org.drools.core.common | |
org.drools.core.impl |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
WorkingMemoryEntryPoint.getTruthMaintenanceSystem() |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
WrappedStatefulKnowledgeSessionForRHS.getTruthMaintenanceSystem() |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
BeliefSystem.getTruthMaintenanceSystem() |
Constructor and Description |
---|
DefeasibleBeliefSystem(InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
JTMSBeliefSystem.getTruthMaintenanceSystem() |
Constructor and Description |
---|
JTMSBeliefSystem(InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
SimpleBeliefSystem.getTms() |
TruthMaintenanceSystem |
SimpleBeliefSystem.getTruthMaintenanceSystem() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBeliefSystem.setTms(TruthMaintenanceSystem tms) |
Constructor and Description |
---|
SimpleBeliefSystem(InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
DisconnectedWorkingMemoryEntryPoint.getTruthMaintenanceSystem() |
TruthMaintenanceSystem |
NamedEntryPoint.getTruthMaintenanceSystem() |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
BeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
BeliefSystem |
PhreakBeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
InternalWorkingMemoryEntryPoint ep,
TruthMaintenanceSystem tms) |
Modifier and Type | Method and Description |
---|---|
TruthMaintenanceSystem |
StatefulKnowledgeSessionImpl.getTruthMaintenanceSystem() |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.