| Package | Description |
|---|---|
| de.rwth.swc.coffee4j.model | |
| de.rwth.swc.coffee4j.model.converter |
| Modifier and Type | Method and Description |
|---|---|
Value |
Combination.getValue(Parameter parameter)
Retrieves the value of the specific parameter.
|
Value |
Combination.getValue(String parameterName)
Retrives the value of the parameter corresponding to the name.
|
static Value |
Value.value(int id,
Object data)
Convenience method which can be statically imported for easier and more readable code.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Parameter,Value> |
Combination.getParameterValueMap() |
List<Value> |
Parameter.getValues() |
| Modifier and Type | Method and Description |
|---|---|
Combination.Builder |
Combination.Builder.value(Parameter parameter,
Value value)
Adds a mapping from a parameter to a value to this combination.
|
| Constructor and Description |
|---|
Combination(Map<Parameter,Value> parameterValueMap)
Creates a new combination with the mappings.
|
Parameter(String name,
Collection<Value> values)
Creates a new parameter with the given name and values.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ModelConverter.convertValue(int parameter,
int value)
Converts the integer representation of a value into a
Value object. |
Value |
IndexBasedModelConverter.convertValue(int parameter,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
ModelConverter.convertValue(Parameter parameter,
Value value)
Converts a
Value to an integer representation. |
int |
IndexBasedModelConverter.convertValue(Parameter parameter,
Value value) |
Copyright © 2019. All rights reserved.