org.deri.iris.builtins
Class BooleanLessBuiltin

java.lang.Object
  extended by org.deri.iris.builtins.AbstractBuiltin
      extended by org.deri.iris.builtins.BooleanBuiltin
          extended by org.deri.iris.builtins.LessBuiltin
              extended by 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.


Field Summary
 
Fields inherited from class org.deri.iris.builtins.AbstractBuiltin
EMPTY_TERM
 
Constructor Summary
BooleanLessBuiltin(ITerm... terms)
           
 
Method Summary
protected  boolean computeResult(ITerm[] terms)
          Compute the result of the comparison.
 
Methods inherited from class org.deri.iris.builtins.BooleanBuiltin
evaluateTerms
 
Methods inherited from class org.deri.iris.builtins.AbstractBuiltin
compareTo, equals, evaluate, getPredicate, getTuple, hashCode, isBuiltin, isGround, maxUnknownVariables, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanLessBuiltin

public BooleanLessBuiltin(ITerm... terms)
Method Detail

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.