org.drools
Interface FactHandle

All Known Implementing Classes:
org.drools.reteoo.FactHandleImpl

public interface FactHandle

Persistent handle to an asserted fact.

Version:
$Id: FactHandle.java,v 1.7 2003/11/19 21:31:09 bob Exp $
Author:
bob mcwhirter
See Also:
WorkingMemory.assertObject(java.lang.Object)

Method Summary
 java.lang.String toExternalForm()
          Convert this handle to an external representation.
 

Method Detail

toExternalForm

public java.lang.String toExternalForm()
Convert this handle to an external representation.

Returns:
The external string form.