org.semanticweb.lp
Class NilTerm

java.lang.Object
  extended byorg.semanticweb.lp.Term
      extended byorg.semanticweb.lp.ListTerm
          extended byorg.semanticweb.lp.NilTerm
All Implemented Interfaces:
java.io.Serializable

public class NilTerm
extends ListTerm
implements java.io.Serializable

Description of the Class

Author:
Administrator
See Also:
Serialized Form

Constructor Summary
NilTerm()
          Constructor for the NilTerm object
 
Method Summary
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NilTerm

public NilTerm()
Constructor for the NilTerm object

Method Detail

toString

public java.lang.String toString()
Description of the Method

Returns:
Description of the Return Value