All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JIP.engine.JIPAtom

java.lang.Object
   |
   +----JIP.engine.JIPTerm
           |
           +----JIP.engine.JIPAtom

public class JIPAtom
extends JIPTerm
JIPAtom is a wrapper to a prolog atom

Version:
4.x.x Home Page : http:\\www.geocities.com\jiprolog
Author:
Ugo Chirico 2000

See Also:
JIPTerm

Method Index

 o getName()
Returns the atom as a string
 o getNewAtom(String)
Returns a new JIPAtom from a string

Methods

 o getNewAtom
 public static JIPAtom getNewAtom(String strName)
Returns a new JIPAtom from a string

Parameters:
strName - the atom as string
 o getName
 public String getName()
Returns the atom as a string


All Packages  Class Hierarchy  This Package  Previous  Next  Index