|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.NetFlow.Filter.NumericRange
Basically, given a number, it checks whether the number is within a range or not.
| Constructor Summary | |
NumericRange()
|
|
| Method Summary | |
void |
config(com.renesys.raceway.DML.Configuration cfg,
byte dataType)
config the range, decide the min and max value min -- min value max -- max value |
boolean |
inRange(java.lang.Object data,
byte dataType)
check whether given data is within the range |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NumericRange()
| Method Detail |
public void config(com.renesys.raceway.DML.Configuration cfg,
byte dataType)
throws com.renesys.raceway.DML.configException
config in interface Rangecom.renesys.raceway.DML.configException
public boolean inRange(java.lang.Object data,
byte dataType)
inRange in interface Range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||