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.common |
Modifier and Type | Method and Description |
---|---|
abstract BeliefSystemType |
SessionConfiguration.getBeliefSystemType() |
BeliefSystemType |
SessionConfigurationImpl.getBeliefSystemType() |
BeliefSystemType |
SessionConfigurationDelegate.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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SessionConfiguration.setBeliefSystemType(BeliefSystemType beliefSystemType) |
void |
SessionConfigurationImpl.setBeliefSystemType(BeliefSystemType beliefSystemType) |
void |
SessionConfigurationDelegate.setBeliefSystemType(BeliefSystemType beliefSystemType) |
Modifier and Type | Method and Description |
---|---|
BeliefSystem |
BeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
NamedEntryPoint ep,
TruthMaintenanceSystem tms) |
BeliefSystem |
PhreakBeliefSystemFactory.createBeliefSystem(BeliefSystemType type,
NamedEntryPoint ep,
TruthMaintenanceSystem tms) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.