|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.jsr94.rules.Jsr94FactHandleFactory
public final class Jsr94FactHandleFactory
A factory for creating Handle
s.
Constructor Summary | |
---|---|
Jsr94FactHandleFactory()
|
Method Summary | |
---|---|
FactHandle |
newFactHandle()
Returns a new Handle . |
FactHandle |
newFactHandle(long id)
Returns a new Handle . |
FactHandleFactory |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jsr94FactHandleFactory()
Method Detail |
---|
public FactHandle newFactHandle()
Handle
.
newFactHandle
in interface FactHandleFactory
Handle
.public FactHandle newFactHandle(long id)
Handle
.
newFactHandle
in interface FactHandleFactory
id
- A unique Handle
id.
Handle
with the given id.public FactHandleFactory newInstance()
newInstance
in interface FactHandleFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |