|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactHandleFactory | |
---|---|
org.drools.common | |
org.drools.jsr94.rules | Provides the core client APIs for using a rule engine. |
org.drools.reteoo | |
org.drools.spi |
Uses of FactHandleFactory in org.drools.common |
---|
Classes in org.drools.common that implement FactHandleFactory | |
---|---|
class |
AbstractFactHandleFactory
|
Fields in org.drools.common declared as FactHandleFactory | |
---|---|
protected FactHandleFactory |
AbstractRuleBase.factHandleFactory
The fact handle factory. |
protected FactHandleFactory |
AbstractWorkingMemory.handleFactory
|
Methods in org.drools.common that return FactHandleFactory | |
---|---|
FactHandleFactory |
InternalWorkingMemory.getFactHandleFactory()
|
FactHandleFactory |
AbstractWorkingMemory.getFactHandleFactory()
|
FactHandleFactory |
AbstractRuleBase.getFactHandleFactory()
|
FactHandleFactory |
InternalRuleBase.newFactHandleFactory()
|
FactHandleFactory |
AbstractRuleBase.newFactHandleFactory()
|
abstract FactHandleFactory |
AbstractFactHandleFactory.newInstance()
|
Constructors in org.drools.common with parameters of type FactHandleFactory | |
---|---|
AbstractRuleBase(String id,
RuleBaseConfiguration config,
FactHandleFactory factHandleFactory)
Construct. |
|
AbstractWorkingMemory(int id,
InternalRuleBase ruleBase,
FactHandleFactory handleFactory)
Construct. |
Uses of FactHandleFactory in org.drools.jsr94.rules |
---|
Classes in org.drools.jsr94.rules that implement FactHandleFactory | |
---|---|
class |
Jsr94FactHandleFactory
A factory for creating Handle s. |
Methods in org.drools.jsr94.rules that return FactHandleFactory | |
---|---|
FactHandleFactory |
Jsr94FactHandleFactory.newInstance()
|
Uses of FactHandleFactory in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement FactHandleFactory | |
---|---|
class |
ReteooFactHandleFactory
|
Methods in org.drools.reteoo that return FactHandleFactory | |
---|---|
FactHandleFactory |
ReteooFactHandleFactory.newInstance()
|
Constructors in org.drools.reteoo with parameters of type FactHandleFactory | |
---|---|
ReteooRuleBase(String id,
FactHandleFactory factHandleFactory)
|
|
ReteooRuleBase(String id,
RuleBaseConfiguration config,
FactHandleFactory factHandleFactory)
Construct. |
Uses of FactHandleFactory in org.drools.spi |
---|
Methods in org.drools.spi that return FactHandleFactory | |
---|---|
FactHandleFactory |
FactHandleFactory.newInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |