net.sf.arise.piji.fun
Class GreaterThanFunction

java.lang.Object
  |
  +--net.sf.arise.piji.AbstractFunction
        |
        +--net.sf.arise.piji.fun.AbstractCompareFunction
              |
              +--net.sf.arise.piji.fun.GreaterThanFunction
All Implemented Interfaces:
Function

public final class GreaterThanFunction
extends AbstractCompareFunction

< is the Comparable greater-than operator. Takes two or more arguments. Also works on numbers.

Author:
Kjetil Valstadsve

Constructor Summary
GreaterThanFunction(Context ctx)
           
 
Method Summary
protected  boolean compareFailed(java.lang.Object last, java.lang.Object value)
           
 
Methods inherited from class net.sf.arise.piji.fun.AbstractCompareFunction
apply, requiresComparable
 
Methods inherited from class net.sf.arise.piji.AbstractFunction
checkArgumentCount, checkLeaf, checkLeaf, checkList, checkList, checkString, checkString, checkSymbol, checkSymbol, checkSymbol, checkSymbol, fillContext, fillContext, getArgumentCount, getContext, getDocumentationString, isLeaf, isList, isString, isSymbol, isVararg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreaterThanFunction

public GreaterThanFunction(Context ctx)
Method Detail

compareFailed

protected boolean compareFailed(java.lang.Object last,
                                java.lang.Object value)
Specified by:
compareFailed in class AbstractCompareFunction


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth