gnu.prolog.term
Class AtomicTerm
java.lang.Object
   gnu.prolog.term.Term
gnu.prolog.term.Term
       gnu.prolog.term.AtomicTerm
gnu.prolog.term.AtomicTerm
- All Implemented Interfaces: 
- Serializable, Cloneable
- Direct Known Subclasses: 
- AtomTerm, JavaObjectTerm, NumericTerm
- public abstract class AtomicTerm 
- extends Term
base class for all constant terms
- Version:
- 0.0.1
- Author:
- Constantine Plotnikov
- See Also:
- Serialized Form
 
 
 
 
 
 
AtomicTerm
public AtomicTerm()
clone
public Term clone(TermCloneContext context)
- Description copied from class: Term
- clone the object using clone context
 
- 
- Specified by:
- clonein class- Term
 
- 
- Parameters:
- context- clone context
- Returns:
- cloned term
 
clone
public Object clone()
- Description copied from class: Term
- clone the term.
 
- 
- Overrides:
- clonein class- Term
 
- 
- Returns:
- cloned term