GNU Prolog for Java

Package gnu.prolog.term

Contains the various types of Term that can be used.

See:
          Description

Class Summary
AtomicTerm base class for all constant terms
AtomTerm Atom term.
ChangeableTerm Terms for which the value varies depending on prolog flags extend this class.
CompoundTerm compound term.
CompoundTermTag A tag of compound term.
DoubleQuotesTerm Term for storing a double quoted string as what this resolves to varies depending on the value of the double_quotes flag.
FloatTerm floating point number term
IntegerTerm 32bit Integer term.
JavaObjectTerm Term which is embedding JavaObject This term should never participate in text IO operations.
NumericTerm  
Term base class for all terms.
TermCloneContext  
TermComparator comparator for two term
TermUtils  
VariableTerm  
 

Package gnu.prolog.term Description

Contains the various types of Term that can be used.


GNU Prolog for Java