org.drools.jsr94.rules
Class Jsr94FactHandleFactory
java.lang.Object
org.drools.common.AbstractFactHandleFactory
org.drools.jsr94.rules.Jsr94FactHandleFactory
- All Implemented Interfaces:
- FactHandleFactory
public final class Jsr94FactHandleFactory
- extends AbstractFactHandleFactory
A factory for creating Handles.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr94FactHandleFactory
public Jsr94FactHandleFactory()
newFactHandle
public final InternalFactHandle newFactHandle(int id,
Object object,
long recency,
ObjectTypeConf conf,
InternalWorkingMemory workingMemory,
org.drools.runtime.rule.WorkingMemoryEntryPoint entryPoint)
- 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
getFactHandleType
public Class getFactHandleType()
newInstance
public FactHandleFactory newInstance(int id,
long counter)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.