de.unidu.is.hyspirit
Interface HySpirit

All Known Implementing Classes:
HySpiritAbstractClient

public interface HySpirit

An interface definition for connecting to the HySpirit inference engine for pDatalog built by our group (the version implemented in the Beta object-oriented programming language).

Version:
$Revision: 1.6 $, $Date: 2005/02/28 22:27:55 $
Author:
Henrik Nottelmann

Method Summary
 void close()
          Closes the connection.
 java.lang.String send(java.lang.String text)
          Sends text (facts, rules, queries etc.) to HySpirit, and receives the result.
 

Method Detail

send

public java.lang.String send(java.lang.String text)
Sends text (facts, rules, queries etc.) to HySpirit, and receives the result.

Parameters:
text - text to be sent to HySpirit
Returns:
HySpirit answer

close

public void close()
Closes the connection.