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.reteoo | |
org.drools.core.reteoo.builder |
Modifier and Type | Method and Description |
---|---|
KieComponentFactory |
RuleBaseConfiguration.getComponentFactory() |
Modifier and Type | Method and Description |
---|---|
void |
RuleBaseConfiguration.setComponentFactory(KieComponentFactory componentFactory) |
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 |
---|---|
void |
BuildContext.setComponentFactory(KieComponentFactory componentFactory) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.