GNU Prolog for Java

Uses of Class
gnu.prolog.term.NumericTerm

Packages that use NumericTerm
gnu.prolog.term Contains the various types of Term that can be used. 
 

Uses of NumericTerm in gnu.prolog.term
 

Subclasses of NumericTerm in gnu.prolog.term
 class FloatTerm
          floating point number term
 class IntegerTerm
          32bit Integer term.
 


GNU Prolog for Java