anl.aida.query
Class GreaterThan

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

public class GreaterThan
extends java.lang.Object
implements BooleanOp

Evaluates whether the rhs is greater than the lhs.

Author:
Nick Collier

Constructor Summary
GreaterThan()
           
 
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

GreaterThan

public GreaterThan()
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: