T - public interface IExperimentKeyGenerator<T>
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfValues() |
T |
getValue(int i)
Deterministically computes the i-th value in the (totally ordered) set of values for this key
|
boolean |
isValueValid(java.lang.String value)
Tries to cast the given String to an object of the value domain and checks whether any entry in the set corresponds to it.
|
int getNumberOfValues()
T getValue(int i)
i - The index for the valueboolean isValueValid(java.lang.String value)
value -