| Package | Description |
|---|---|
| de.bioforscher.singa.core.parameters |
| Modifier and Type | Method and Description |
|---|---|
ParameterValue<Type> |
UniqueParameterList.getValue(int index) |
<T extends Comparable<T>> |
MixedParameterList.getValue(int index,
Class<T> typeClass) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterValue<Type>> |
UniqueParameterList.getValues() |
List<ParameterValue<?>> |
MixedParameterList.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
MixedParameterList.add(ParameterValue<?> element) |
void |
UniqueParameterList.add(ParameterValue<Type> element) |
| Modifier and Type | Method and Description |
|---|---|
void |
MixedParameterList.setValues(List<ParameterValue<?>> parameterValues) |
void |
UniqueParameterList.setValues(List<ParameterValue<Type>> parameterValues) |
| Constructor and Description |
|---|
MixedParameterList(List<ParameterValue<?>> parameterValues) |
UniqueParameterList(List<ParameterValue<Type>> parameterValues) |
Copyright © 2017. All rights reserved.