Package org.drools.core.reteoo
Class ReteooFactHandleFactory
java.lang.Object
org.drools.core.common.AbstractFactHandleFactory
org.drools.core.reteoo.ReteooFactHandleFactory
- All Implemented Interfaces:
Serializable,FactHandleFactory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnewInitialFactHandle(WorkingMemoryEntryPoint wmEntryPoint) newInstance(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
-
Constructor Details
-
ReteooFactHandleFactory
public ReteooFactHandleFactory() -
ReteooFactHandleFactory
public ReteooFactHandleFactory(long id, long counter)
-
-
Method Details
-
newInitialFactHandle
- Specified by:
newInitialFactHandlein interfaceFactHandleFactory
-
newInstance
- Specified by:
newInstancein interfaceFactHandleFactory- Specified by:
newInstancein classAbstractFactHandleFactory- Returns:
- a fresh instance of the fact handle factory, with any IDs reset etc.
-
newInstance
- Specified by:
newInstancein interfaceFactHandleFactory
-
getFactHandleType
- Specified by:
getFactHandleTypein interfaceFactHandleFactory
-