public class ReteooFactHandleFactory extends AbstractFactHandleFactory implements Serializable
| Constructor and Description |
|---|
ReteooFactHandleFactory() |
ReteooFactHandleFactory(long id,
long counter) |
| Modifier and Type | Method and Description |
|---|---|
DefaultFactHandle |
createDefaultFactHandle(long id,
Object initialFact,
long recency,
WorkingMemoryEntryPoint wmEntryPoint) |
Class |
getFactHandleType() |
InternalFactHandle |
newFactHandle(long id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
WorkingMemoryEntryPoint wmEntryPoint) |
FactHandleFactory |
newInstance() |
FactHandleFactory |
newInstance(long id,
long counter) |
clear, destroyFactHandle, doRecycleIds, getId, getNextId, getNextRecency, getRecency, increaseFactHandleRecency, newFactHandle, newFactHandle, stopRecycleIdspublic ReteooFactHandleFactory()
public ReteooFactHandleFactory(long id,
long counter)
public InternalFactHandle newFactHandle(long id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, WorkingMemoryEntryPoint wmEntryPoint)
newFactHandle in interface FactHandleFactorynewFactHandle in class AbstractFactHandleFactorypublic DefaultFactHandle createDefaultFactHandle(long id, Object initialFact, long recency, WorkingMemoryEntryPoint wmEntryPoint)
createDefaultFactHandle in interface FactHandleFactorypublic FactHandleFactory newInstance()
newInstance in interface FactHandleFactorynewInstance in class AbstractFactHandleFactorypublic FactHandleFactory newInstance(long id, long counter)
newInstance in interface FactHandleFactorypublic Class getFactHandleType()
getFactHandleType in interface FactHandleFactoryCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.