org.drools.reteoo
Class ReteooFactHandleFactory
java.lang.Object
org.drools.common.AbstractFactHandleFactory
org.drools.reteoo.ReteooFactHandleFactory
- All Implemented Interfaces:
- Serializable, FactHandleFactory
public class ReteooFactHandleFactory
- extends AbstractFactHandleFactory
- implements Serializable
- See Also:
- Serialized Form
| 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 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)
- Specified by:
newInstance in interface FactHandleFactory
getFactHandleType
public Class getFactHandleType()
- Specified by:
getFactHandleType in interface FactHandleFactory
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.