anl.aida.query
Class LessThan

java.lang.Object
  extended by anl.aida.query.LessThan
All Implemented Interfaces:
BooleanOp

public class LessThan
extends java.lang.Object
implements BooleanOp

Evaluates whether the rhs is less than the lhs.

Author:
Nick Collier

Constructor Summary
LessThan()
           
 
Method Summary
 boolean execute(float rhs, float lhs)
          Executes this operator on the arguments and returns the result as a boolean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LessThan

public LessThan()
Method Detail

execute

public boolean execute(float rhs,
                       float lhs)
Description copied from interface: BooleanOp
Executes this operator on the arguments and returns the result as a boolean.

Specified by:
execute in interface BooleanOp
Returns: