GNU Prolog for Java

gnu.prolog.term
Class NumericTerm

java.lang.Object
  extended by gnu.prolog.term.Term
      extended by gnu.prolog.term.AtomicTerm
          extended by gnu.prolog.term.NumericTerm
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FloatTerm, IntegerTerm

public abstract class NumericTerm
extends AtomicTerm

Author:
Daniel Thomas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class gnu.prolog.term.Term
ATOM, COMPOUND, FLOAT, INTEGER, JAVA_OBJECT, UNKNOWN, VARIABLE
 
Constructor Summary
NumericTerm()
           
 
Method Summary
 
Methods inherited from class gnu.prolog.term.AtomicTerm
clone, clone
 
Methods inherited from class gnu.prolog.term.Term
dereference, getTermType, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericTerm

public NumericTerm()

GNU Prolog for Java