public class AdapterList<T extends AdapterConfiguration> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
configurations |
protected List<T>[] |
experimentTypesToAdapterMapping |
protected Map<String,List<T>> |
nameToAdapterMapping |
| Constructor and Description |
|---|
AdapterList(List<T> configurations) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAdapterNamesForExperiment(ExperimentType type) |
List<T> |
getAdaptersForExperiment(ExperimentType type) |
List<T> |
getAdaptersForName(String name) |
List<T> |
getConfigurations() |
protected void |
setConfigurations(List<T> configurations) |
protected List<T extends AdapterConfiguration>[] experimentTypesToAdapterMapping
protected Map<String,List<T extends AdapterConfiguration>> nameToAdapterMapping
protected List<T extends AdapterConfiguration> configurations
public List<T> getAdaptersForExperiment(ExperimentType type)
public Set<String> getAdapterNamesForExperiment(ExperimentType type)
Copyright © 2014–2017. All rights reserved.