GNU Prolog for Java

gnu.prolog.vm
Interface HasAtom

All Known Implementing Classes:
Environment.DoubleQuotesValue

public interface HasAtom

Implementing classes have an AtomTerm which can be got.

Author:
Daniel Thomas

Method Summary
 AtomTerm getAtom()
          Get the AtomTerm for this class.
 

Method Detail

getAtom

AtomTerm getAtom()
Get the AtomTerm for this class.

Returns:
the AtomTerm for this class.

GNU Prolog for Java