|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumberSetParameter
Interface to generate a set of integers from parameters that include ranges, lists and frequencies.
Method Summary | |
---|---|
boolean |
containsPoint(int point)
|
java.lang.String |
formatted()
|
java.util.Set<java.lang.Integer> |
getValuesInRange(int min,
int max)
Return a set of int values representing the value of the parameter for the given range. |
boolean |
isWildcard(int min,
int max)
Returns true if all values between and including min and max are supplied by the parameter. |
Method Detail |
---|
boolean isWildcard(int min, int max)
min
- - lower end of rangemax
- - upper end of range
java.util.Set<java.lang.Integer> getValuesInRange(int min, int max)
min
- - lower end of rangemax
- - upper end of range
boolean containsPoint(int point)
java.lang.String formatted()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |