xoql.function
Class lessEqual

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.BinaryFunction
          extended by cdqa.function.NumBinaryFunction
              extended by xoql.function.lessEqual

public final class lessEqual
extends cdqa.function.NumBinaryFunction


Field Summary
 
Fields inherited from class cdqa.function.Function
NULL
 
Constructor Summary
lessEqual()
           
 
Method Summary
 cdqa.object.XObject onExecute(cdqa.object.XObject o1, cdqa.object.XObject o2)
           
 
Methods inherited from class cdqa.function.NumBinaryFunction
createIteratorInstance
 
Methods inherited from class cdqa.function.BinaryFunction
createIteratorInstance, execute, firstArg, secondArg
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

lessEqual

public lessEqual()
Method Detail

onExecute

public cdqa.object.XObject onExecute(cdqa.object.XObject o1,
                                     cdqa.object.XObject o2)
Specified by:
onExecute in class cdqa.function.BinaryFunction