org.drools
Interface FactHandle
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- FactHandleImpl, Jsr94FactHandle
public interface FactHandle
- extends java.io.Serializable
A FactHandle provides a reference to an Object asserted into the WorkingMemory.
It is normally returned from an assertion into the WorkingMemory.
-

Method Summary |
java.lang.String |
toExternalForm()
Convert this handle to an external representation. |
toExternalForm
java.lang.String toExternalForm()
- Convert this handle to an external representation.
- Returns:
- The external string form.