se.sics.jasper
Class PrologTerm

java.lang.Object
  extended by se.sics.jasper.PrologTerm
All Implemented Interfaces:
java.io.Serializable

Deprecated. Only intended as an example

public abstract class PrologTerm
extends java.lang.Object
implements java.io.Serializable

This code is unsupported and unfinished. It is provided "as is" for demontration purposes only. The supported interface between Java and SICStus is the SICStus class and related classes.

See Also:
Serialized Form

Constructor Summary
PrologTerm()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologTerm

public PrologTerm()
Deprecated.