org.deri.iris.builtins.datatype
Class IsNotNumericBuiltin
java.lang.Object
org.deri.iris.builtins.AbstractBuiltin
org.deri.iris.builtins.BooleanBuiltin
org.deri.iris.builtins.datatype.IsNotNumericBuiltin
- All Implemented Interfaces:
- Comparable<IAtom>, IAtom, IBuiltinAtom
public class IsNotNumericBuiltin
- extends BooleanBuiltin
Checks whether a term is not of any numeric type (integer, float, double,
decimal).
|
Method Summary |
protected boolean |
computeResult(ITerm[] terms)
Compute the result of the comparison. |
IsNotNumericBuiltin
public IsNotNumericBuiltin(ITerm... terms)
- Constructor.
- Parameters:
terms - List of exactly one term.
computeResult
protected boolean computeResult(ITerm[] terms)
- Description copied from class:
BooleanBuiltin
- Compute the result of the comparison.
- Specified by:
computeResult in class BooleanBuiltin
- Parameters:
terms - The terms
- Returns:
- The result of the comparison.