public class Variable extends Object implements Term
Term
Variables are wildcards used to match GroundTerms.
GroundTerms
Variable(String name)
boolean
equals(Object oth)
String
getName()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Variable(String name)
name
public String getName()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object oth)
equals
oth