|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.javamatch.query.MatchQuery
net.sourceforge.javamatch.query.NumericQuery
Class NumericQuery is the base class of all MatchQueries that operate on numeric values
Constructor Summary | |
NumericQuery()
|
Method Summary | |
double |
getValue(java.lang.Object srcObject,
java.lang.String memberName)
Returns the value of the given member, when executed on the given object, as a double |
Methods inherited from class net.sourceforge.javamatch.query.MatchQuery |
getMatchValue, getObjectValue, isTwoPass, prePass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NumericQuery()
Method Detail |
public double getValue(java.lang.Object srcObject, java.lang.String memberName) throws MatchException
srcObject
- the object on which the member is executedmemberName
- the member that is executed
MatchException
|
Hosted by |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |