public interface Termable
Term
. It is used
so that things that can be treated like terms can be used with the different
objects and algorithms rather than having to explicitly convert to terms
beforehand. Note that a Term
is by definition Termable
and
should return itself.Modifier and Type | Method and Description |
---|---|
Term |
asTerm()
Get the term for the object.
|
Term asTerm()