org.drools.reteoo
Class DefaultFactHandleFactory
java.lang.Object
org.drools.reteoo.DefaultFactHandleFactory
- All Implemented Interfaces:
- FactHandleFactory, Serializable
- public class DefaultFactHandleFactory
- extends Object
- implements FactHandleFactory
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFactHandleFactory
public DefaultFactHandleFactory()
newFactHandle
public final FactHandle newFactHandle()
- Description copied from interface:
FactHandleFactory
- Construct a handle with a new id.
- Specified by:
newFactHandle
in interface FactHandleFactory
- Returns:
- The handle.
newFactHandle
public final FactHandle newFactHandle(long id)
- Description copied from interface:
FactHandleFactory
- Construct a handle with a specified id.
- Specified by:
newFactHandle
in interface FactHandleFactory
- Parameters:
id
- The id to use.
- Returns:
- The handle.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.