org.drools.reteoo
Class ReteooFactHandleFactory
java.lang.Object
org.drools.common.AbstractFactHandleFactory
org.drools.reteoo.ReteooFactHandleFactory
- All Implemented Interfaces:
- FactHandleFactory
public class ReteooFactHandleFactory
- extends AbstractFactHandleFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReteooFactHandleFactory
public ReteooFactHandleFactory()
ReteooFactHandleFactory
public ReteooFactHandleFactory(int id,
long counter)
newFactHandle
public final InternalFactHandle newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
- Specified by:
newFactHandle
in interface FactHandleFactory
- Specified by:
newFactHandle
in class AbstractFactHandleFactory
newInstance
public FactHandleFactory newInstance()
- Specified by:
newInstance
in interface FactHandleFactory
- Specified by:
newInstance
in class AbstractFactHandleFactory
- Returns:
- a fresh instance of the fact handle factory, with any IDs reset etc.
newInstance
public FactHandleFactory newInstance(int id,
long counter)
getFactHandleType
public Class getFactHandleType()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.