Class ArithFunctionTerm

All Implemented Interfaces:
LogicalFormula, NumberTerm, Term, ToDOM, ToJson, Serializable, Cloneable, Comparable<Term>
Direct Known Subclasses:
ArithExpr

public class ArithFunctionTerm extends Structure implements NumberTerm
Represents an arithmetic function, like math.max(arg1,arg2) -- a functor (math.max) and two arguments. A Structure is thus used to store the data.
See Also: