public abstract class Compound<X extends Compound<?>> extends Term<X>
Compound()
abstract int
arity()
abstract String
getName()
fromJava, marshal, toJava, unmarshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Compound()
public abstract int arity()
public abstract String getName()