Uses of Class
de.rwth.swc.coffee4j.model.Parameter
-
Packages that use Parameter Package Description de.rwth.swc.coffee4j.model de.rwth.swc.coffee4j.model.converter -
-
Uses of Parameter in de.rwth.swc.coffee4j.model
Methods in de.rwth.swc.coffee4j.model that return Parameter Modifier and Type Method Description ParameterParameter.Builder. build()Builds a new parameter.Methods in de.rwth.swc.coffee4j.model that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>InputParameterModel. getParameters()java.util.Map<Parameter,Value>Combination. getParameterValueMap()Methods in de.rwth.swc.coffee4j.model with parameters of type Parameter Modifier and Type Method Description java.lang.ObjectCombination. getRawValue(Parameter parameter)The same asCombination.getValue(Parameter)only withValue.get()begin called afterwards.ValueCombination. getValue(Parameter parameter)Retrieves the value of the specific parameter.InputParameterModel.BuilderInputParameterModel.Builder. parameter(Parameter parameter)Adds a parameter to the testModel.InputParameterModel.BuilderInputParameterModel.Builder. parameters(Parameter... parameters)Adds all parameters to the testModel.Combination.BuilderCombination.Builder. value(Parameter parameter, Value value)Adds a mapping from a parameter to a value to this combination.Constructor parameters in de.rwth.swc.coffee4j.model with type arguments of type Parameter Constructor Description Combination(java.util.Map<Parameter,Value> parameterValueMap)Creates a new combination with the mappings.InputParameterModel(int strength, java.lang.String name, java.util.List<Parameter> parameters)Creates a new testModel with no constraints.InputParameterModel(int strength, java.lang.String name, java.util.List<Parameter> parameters, java.util.Collection<Constraint> exclusionConstraints, java.util.Collection<Constraint> errorConstraints)Creates a new testModel with all given configuration arguments. -
Uses of Parameter in de.rwth.swc.coffee4j.model.converter
Methods in de.rwth.swc.coffee4j.model.converter that return Parameter Modifier and Type Method Description ParameterIndexBasedModelConverter. convertParameter(int parameter)ParameterModelConverter. convertParameter(int parameter)Converts an integer representation back to aParameterobject.Methods in de.rwth.swc.coffee4j.model.converter with parameters of type Parameter Modifier and Type Method Description intIndexBasedModelConverter. convertParameter(Parameter parameter)intModelConverter. convertParameter(Parameter parameter)Converts aParameterobject into an equivalent integer representation.intIndexBasedModelConverter. convertValue(Parameter parameter, Value value)intModelConverter. convertValue(Parameter parameter, Value value)Converts aValueto an integer representation.
-