org.drools
Interface FactHandle

All Superinterfaces:
Serializable
All Known Implementing Classes:
FactHandleImpl, Jsr94FactHandle

public interface FactHandle
extends Serializable


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

Method Detail

toExternalForm

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

Returns:
The external string form.


Copyright © 2001-2005 The Codehaus. All Rights Reserved.