All Packages Class Hierarchy This Package Previous Next Index
Class ShoeKb.Atom
java.lang.Object
|
+----ShoeKb.Atom
- public class Atom
- extends Object
A logical atom. An atom consists of a predicate and a set of
arguments. The arguments may be variables or literals. If they
are variables, then they are preceded by a question mark.
-
Atom(String, String, String)
-
-
Atom(String, String[])
-
-
getArguments()
-
-
getPredicate()
-
-
toString()
-
Atom
public Atom(String predicate,
String arguments[])
Atom
public Atom(String predicate,
String arg1,
String arg2)
getPredicate
public String getPredicate()
getArguments
public String[] getArguments()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index