org.drools
Interface FactHandle

All Superinterfaces:
Serializable
All Known Implementing Classes:
FactHandleImpl

public interface FactHandle
extends Serializable


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

Method Detail

toExternalForm

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

Returns:
The external string form.


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