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