de.unidu.is.hyspirit
Class HySpiritSocketClient

java.lang.Object
  extended byde.unidu.is.hyspirit.HySpiritAbstractClient
      extended byde.unidu.is.hyspirit.HySpiritSocketClient
All Implemented Interfaces:
HySpirit

public class HySpiritSocketClient
extends HySpiritAbstractClient

A class for connecting to the HySpirit inference engine for pDatalog built by our group (the version implemented in the Beta object-oriented programming language) via sockets.

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

Field Summary
protected  java.lang.String host
          The HySpirit host.
protected  int port
          The HySpirit port.
 
Fields inherited from class de.unidu.is.hyspirit.HySpiritAbstractClient
in, out
 
Constructor Summary
HySpiritSocketClient(java.lang.String host, int port)
          Creates a new object.
 
Methods inherited from class de.unidu.is.hyspirit.HySpiritAbstractClient
close, getLine, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

protected java.lang.String host
The HySpirit host.


port

protected int port
The HySpirit port.

Constructor Detail

HySpiritSocketClient

public HySpiritSocketClient(java.lang.String host,
                            int port)
Creates a new object.

Parameters:
host - HySpirit host
port - HySpirit port