org.drools.reteoo
Class ReteooFactHandleFactory

java.lang.Object
  extended by org.drools.common.AbstractFactHandleFactory
      extended by org.drools.reteoo.ReteooFactHandleFactory
All Implemented Interfaces:
FactHandleFactory

public class ReteooFactHandleFactory
extends AbstractFactHandleFactory


Constructor Summary
ReteooFactHandleFactory()
           
ReteooFactHandleFactory(int id, long counter)
           
 
Method Summary
 Class getFactHandleType()
           
protected  InternalFactHandle newFactHandle(int id, Object object, long recency, ObjectTypeConf conf, InternalWorkingMemory workingMemory, org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
           
 FactHandleFactory newInstance()
           
 FactHandleFactory newInstance(int id, long counter)
           
 
Methods inherited from class org.drools.common.AbstractFactHandleFactory
clear, destroyFactHandle, getAtomicId, getAtomicRecency, getId, getRecency, increaseFactHandleRecency, newFactHandle, newFactHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReteooFactHandleFactory

public ReteooFactHandleFactory()

ReteooFactHandleFactory

public ReteooFactHandleFactory(int id,
                               long counter)
Method Detail

newFactHandle

protected final InternalFactHandle newFactHandle(int id,
                                                 Object object,
                                                 long recency,
                                                 ObjectTypeConf conf,
                                                 InternalWorkingMemory workingMemory,
                                                 org.drools.runtime.rule.WorkingMemoryEntryPoint wmEntryPoint)
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-2013 JBoss Inc.. All Rights Reserved.