|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuleBase | |
|---|---|
| org.drools.core | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
| org.drools.core.common | |
| org.drools.core.event | Events provide all sorts of call backs to monitor the engine as it is running. |
| org.drools.core.impl | |
| org.drools.core.reteoo | |
| org.drools.core.util | |
| Uses of RuleBase in org.drools.core |
|---|
| Methods in org.drools.core that return RuleBase | |
|---|---|
RuleBase |
WorkingMemory.getRuleBase()
Retrieve the RuleBase for this working memory. |
static RuleBase |
RuleBaseFactory.newRuleBase()
Create a new default rule base (RETEOO type engine) |
static RuleBase |
RuleBaseFactory.newRuleBase(int type)
|
static RuleBase |
RuleBaseFactory.newRuleBase(int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
static RuleBase |
RuleBaseFactory.newRuleBase(RuleBaseConfiguration config)
|
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId)
|
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId,
int type)
|
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId,
int type,
RuleBaseConfiguration config)
Create a new RuleBase of the appropriate type |
static RuleBase |
RuleBaseFactory.newRuleBase(String rulebaseId,
RuleBaseConfiguration config)
|
| Uses of RuleBase in org.drools.core.common |
|---|
| Subinterfaces of RuleBase in org.drools.core.common | |
|---|---|
interface |
InternalRuleBase
|
| Methods in org.drools.core.common that return RuleBase | |
|---|---|
RuleBase |
AbstractWorkingMemory.getRuleBase()
|
RuleBase |
InternalWorkingMemoryEntryPoint.getRuleBase()
|
RuleBase |
NamedEntryPoint.getRuleBase()
|
| Uses of RuleBase in org.drools.core.event |
|---|
| Methods in org.drools.core.event that return RuleBase | |
|---|---|
RuleBase |
RuleBaseEvent.getRuleBase()
|
| Methods in org.drools.core.event with parameters of type RuleBase | |
|---|---|
void |
RuleBaseEventSupport.setRuleBase(RuleBase ruleBase)
|
| Uses of RuleBase in org.drools.core.impl |
|---|
| Fields in org.drools.core.impl declared as RuleBase | |
|---|---|
RuleBase |
KnowledgeBaseImpl.ruleBase
|
| Methods in org.drools.core.impl that return RuleBase | |
|---|---|
RuleBase |
InternalKnowledgeBase.getRuleBase()
|
RuleBase |
StatefulKnowledgeSessionImpl.getRuleBase()
|
RuleBase |
KnowledgeBaseImpl.getRuleBase()
|
| Constructors in org.drools.core.impl with parameters of type RuleBase | |
|---|---|
KnowledgeBaseImpl(RuleBase ruleBase)
|
|
| Uses of RuleBase in org.drools.core.reteoo |
|---|
| Classes in org.drools.core.reteoo that implement RuleBase | |
|---|---|
class |
ReteooRuleBase
Implementation of RuleBase. |
| Methods in org.drools.core.reteoo that return RuleBase | |
|---|---|
RuleBase |
DisposedReteooWorkingMemory.getRuleBase()
|
| Uses of RuleBase in org.drools.core.util |
|---|
| Methods in org.drools.core.util that return RuleBase | |
|---|---|
RuleBase |
BinaryRuleBaseLoader.getRuleBase()
|
| Constructors in org.drools.core.util with parameters of type RuleBase | |
|---|---|
BinaryRuleBaseLoader(RuleBase rb)
This will add any binary packages to the rulebase. |
|
BinaryRuleBaseLoader(RuleBase rb,
ClassLoader classLoader)
This will add any binary packages to the rulebase. |
|
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||