org.deri.iris.builtins
Class BooleanLessBuiltin
java.lang.Object
org.deri.iris.builtins.AbstractBuiltin
org.deri.iris.builtins.BooleanBuiltin
org.deri.iris.builtins.LessBuiltin
org.deri.iris.builtins.BooleanLessBuiltin
- All Implemented Interfaces:
- Comparable<IAtom>, IAtom, IBuiltinAtom
public class BooleanLessBuiltin
- extends LessBuiltin
Represents the RIF built-in predicate pred:boolean-less-than.
|
Method Summary |
protected boolean |
computeResult(ITerm[] terms)
Compute the result of the comparison. |
BooleanLessBuiltin
public BooleanLessBuiltin(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.