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
-
getName()
- Returns the atom as a string
-
getNewAtom(String)
- Returns a new JIPAtom from a string
getNewAtom
public static JIPAtom getNewAtom(String strName)
- Returns a new JIPAtom from a string
- Parameters:
- strName - the atom as string
getName
public String getName()
- Returns the atom as a string
All Packages Class Hierarchy This Package Previous Next Index