Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.Value
-
Packages that use Value Package Description de.rwth.swc.coffee4j.engine.configuration.model de.rwth.swc.coffee4j.engine.converter.model -
-
Uses of Value in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return Value Modifier and Type Method Description ValueValue.Builder. build(int id)Creates the value instance with the missing given id.ValueCombination. getValue(Parameter parameter)Retrieves the value of the specific parameter.ValueCombination. getValue(String parameterName)Retrieves the value of the parameter corresponding to the name.static ValueValue. value(int id, Object data)Convenience method which can be statically imported for easier and more readable code.static ValueValue. value(int id, Object data, double weight)Convenience method which can be statically imported for easier and more readable code.Methods in de.rwth.swc.coffee4j.engine.configuration.model that return types with arguments of type Value Modifier and Type Method Description Map<Parameter,Value>Combination. getParameterValueMap()List<Value>Parameter. getValues()Method parameters in de.rwth.swc.coffee4j.engine.configuration.model with type arguments of type Value Modifier and Type Method Description static CombinationCombination. of(Map<Parameter,Value> parameterValueMap)Constructor parameters in de.rwth.swc.coffee4j.engine.configuration.model with type arguments of type Value Constructor Description Parameter(String name, Collection<Value> values)Creates a new parameter with the given name and values. -
Uses of Value in de.rwth.swc.coffee4j.engine.converter.model
Methods in de.rwth.swc.coffee4j.engine.converter.model that return Value Modifier and Type Method Description ValueIndexBasedModelConverter. convertValue(int parameter, int value)ValueModelConverter. convertValue(int parameter, int value)Converts the integer representation of a value into aValueobject.Methods in de.rwth.swc.coffee4j.engine.converter.model with parameters of type Value Modifier and Type Method Description intIndexBasedModelConverter. convertValue(Parameter parameter, Value value)intModelConverter. convertValue(Parameter parameter, Value value)Converts aValueto an integer representation.
-