GNU Prolog for Java

Uses of Class
gnu.prolog.term.ChangeableTerm

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

Uses of ChangeableTerm in gnu.prolog.term
 

Subclasses of ChangeableTerm in gnu.prolog.term
 class DoubleQuotesTerm
          Term for storing a double quoted string as what this resolves to varies depending on the value of the double_quotes flag.
 


GNU Prolog for Java