se.sics.jasper
Class PrologTerm

java.lang.Object
  |
  +--se.sics.jasper.PrologTerm

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.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrologTerm

public PrologTerm()
Deprecated.