Package org.drools.core.reteoo
Class ReteooFactHandleFactory
- java.lang.Object
-
- org.drools.core.common.AbstractFactHandleFactory
-
- org.drools.core.reteoo.ReteooFactHandleFactory
-
- All Implemented Interfaces:
java.io.Serializable,FactHandleFactory
public class ReteooFactHandleFactory extends AbstractFactHandleFactory implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReteooFactHandleFactory()ReteooFactHandleFactory(long id, long counter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetFactHandleType()DefaultFactHandlenewInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint)FactHandleFactorynewInstance()FactHandleFactorynewInstance(long id, long counter)-
Methods inherited from class org.drools.core.common.AbstractFactHandleFactory
clear, createDefaultFactHandle, createEventFactHandle, destroyFactHandle, doRecycleIds, getId, getNextId, getNextRecency, getRecency, getWmEntryPoint, increaseFactHandleRecency, newFactHandle, newFactHandle, newFactHandle, stopRecycleIds
-
-
-
-
Method Detail
-
newInitialFactHandle
public DefaultFactHandle newInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint)
- Specified by:
newInitialFactHandlein interfaceFactHandleFactory
-
newInstance
public FactHandleFactory newInstance()
- Specified by:
newInstancein interfaceFactHandleFactory- Specified by:
newInstancein classAbstractFactHandleFactory- Returns:
- a fresh instance of the fact handle factory, with any IDs reset etc.
-
newInstance
public FactHandleFactory newInstance(long id, long counter)
- Specified by:
newInstancein interfaceFactHandleFactory
-
getFactHandleType
public java.lang.Class getFactHandleType()
- Specified by:
getFactHandleTypein interfaceFactHandleFactory
-
-