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.factmodel.traits | |
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.util |
Modifier and Type | Method and Description |
---|---|
KieComponentFactory |
RuleBaseConfiguration.getComponentFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBaseConfiguration.setComponentFactory(KieComponentFactory componentFactory) |
Modifier and Type | Method and Description |
---|---|
protected abstract KieComponentFactory |
AbstractTraitFactory.getComponentFactory() |
protected KieComponentFactory |
TraitFactory.getComponentFactory() |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractTraitFactory.setMode(VirtualPropertyMode newMode,
KieComponentFactory rcf) |
Modifier and Type | Field and Description |
---|---|
static KieComponentFactory |
KieComponentFactory.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static KieComponentFactory |
KieComponentFactory.getDefault() |
Modifier and Type | Method and Description |
---|---|
KieComponentFactory |
BuildContext.getComponentFactory() |
Modifier and Type | Method and Description |
---|---|
protected KieComponentFactory |
StandaloneTraitFactory.getComponentFactory() |
Constructor and Description |
---|
StandaloneTraitFactory(ProjectClassLoader classLoader,
KieComponentFactory factory) |
StandaloneTraitFactory(ProjectClassLoader classLoader,
KieComponentFactory factory,
VirtualPropertyMode mode) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.