org.drools.reteoo
Interface FactHandleFactory

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultFactHandleFactory, Jsr94FactHandleFactory

public interface FactHandleFactory
extends java.io.Serializable

 

Method Summary
 FactHandle newFactHandle()
          Construct a handle with a new id.
 FactHandle newFactHandle(long id)
          Construct a handle with a specified id.
 

Method Detail

newFactHandle

public FactHandle newFactHandle()
Construct a handle with a new id.

Returns:
The handle.

newFactHandle

public FactHandle newFactHandle(long id)
Construct a handle with a specified id.

Parameters:
id - The id to use.
Returns:
The handle.