public interface MultiPassModule extends Cloneable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
getConfigurations()
Get the list of configurations (parameter sets).
|
int |
getMatchingConfigurationIndex()
Get the index of the configuration that produced a match (positive
comparison result).
|
void |
setMatchingConfigurationIndex(int index)
Set the matching configuration index.
|
void |
setParameters(Map<String,String> params)
Set the current parameters (configuration).
|
List<Map<String,String>> getConfigurations()
void setParameters(Map<String,String> params)
params
- the map of parameters.int getMatchingConfigurationIndex()
getConfigurations()
.void setMatchingConfigurationIndex(int index)
index
- the matching config index.