|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.query.LessThan
public class LessThan
Evaluates whether the rhs is less than the lhs.
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 |
---|
public LessThan()
Method Detail |
---|
public boolean execute(float rhs, float lhs)
BooleanOp
execute
in interface BooleanOp
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |