|
GNU Prolog for Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 |
Contains the various types of Term
that can be used.
|
GNU Prolog for Java | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |