|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.reteoo.DefaultFactHandleFactory
public class DefaultFactHandleFactory
Constructor Summary | |
---|---|
DefaultFactHandleFactory()
|
Method Summary | |
---|---|
FactHandle |
newFactHandle()
Construct a handle with a new id. |
FactHandle |
newFactHandle(long id)
Construct a handle with a specified id. |
FactHandleFactory |
newInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultFactHandleFactory()
Method Detail |
---|
public final FactHandle newFactHandle()
FactHandleFactory
newFactHandle
in interface FactHandleFactory
public final FactHandle newFactHandle(long id)
FactHandleFactory
newFactHandle
in interface FactHandleFactory
id
- The id to use.
public FactHandleFactory newInstance()
newInstance
in interface FactHandleFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |