GNU Prolog for Java

Uses of Class
gnu.prolog.term.TermCloneContext

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

Uses of TermCloneContext in gnu.prolog.term
 

Methods in gnu.prolog.term with parameters of type TermCloneContext
 Term CompoundTerm.clone(TermCloneContext context)
          clone the object using clone context
abstract  Term Term.clone(TermCloneContext context)
          clone the object using clone context
 Term VariableTerm.clone(TermCloneContext context)
          clone the object using clone context
 Term AtomicTerm.clone(TermCloneContext context)
           
 


GNU Prolog for Java