|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.OS.NetFlow.Filter.SetRange
SetRange this Range class uses a set as reference. Just check whether given data is in the set or not.
| Constructor Summary | |
SetRange()
|
|
| Method Summary | |
void |
config(com.renesys.raceway.DML.Configuration cfg,
byte dataType)
in SetRange, this config does nothing |
boolean |
inRange(java.lang.Object data,
byte dataType)
check whether data is in the set or not |
void |
useSet(java.util.HashSet hSet)
Assigne the hash set to be used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SetRange()
| 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.configExceptionpublic void useSet(java.util.HashSet hSet)
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 | |||||||||