public class Variable extends Object implements Term
Variable()
Variable(String name)
Object
eval(Map<Variable,?> context)
boolean
match(Map<Variable,Object> context, Object value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Variable()
public Variable(String name)
public String toString()
toString
public final Object eval(Map<Variable,?> context)
eval
Term
public boolean match(Map<Variable,Object> context, Object value)
match
see also the complete user documentation .