anl.aida.query
Interface BooleanOp

All Known Implementing Classes:
GreaterThan, LessThan

public interface BooleanOp

Operator that returns a boolean when executed.

Author:
Nick Collier

Method Summary
 boolean execute(float rhs, float lhs)
          Executes this operator on the arguments and returns the result as a boolean.
 

Method Detail

execute

boolean execute(float rhs,
                float lhs)
Executes this operator on the arguments and returns the result as a boolean.

Parameters:
rhs -
lhs -
Returns: