org.deri.iris.builtins.numeric
Class NumericLessBuiltin
java.lang.Object
org.deri.iris.builtins.AbstractBuiltin
org.deri.iris.builtins.BooleanBuiltin
org.deri.iris.builtins.LessBuiltin
org.deri.iris.builtins.numeric.NumericLessBuiltin
- All Implemented Interfaces:
- Comparable<IAtom>, IAtom, IBuiltinAtom
public class NumericLessBuiltin
- extends LessBuiltin
Represents the RIF built-in predicate pred:numeric-less-than.
|
Method Summary |
protected boolean |
computeResult(ITerm[] terms)
Compute the result of the comparison. |
NumericLessBuiltin
public NumericLessBuiltin(ITerm... terms)
computeResult
protected boolean computeResult(ITerm[] terms)
- Description copied from class:
BooleanBuiltin
- Compute the result of the comparison.
- Overrides:
computeResult in class LessBuiltin
- Parameters:
terms - The terms
- Returns:
- The result of the comparison.