Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.Parameter
-
-
Uses of Parameter in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return Parameter Modifier and Type Method Description ParameterParameter.Builder. build()Builds a new parameter.Methods in de.rwth.swc.coffee4j.engine.configuration.model that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>InputParameterModel. getParameters()Set<Parameter>StrengthGroup. getParameters()Map<Parameter,Value>Combination. getParameterValueMap()Methods in de.rwth.swc.coffee4j.engine.configuration.model with parameters of type Parameter Modifier and Type Method Description 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.Method parameters in de.rwth.swc.coffee4j.engine.configuration.model with type arguments of type Parameter Modifier and Type Method Description CombinationCombination.Builder. build(Collection<Parameter> parameters)SeedSeed.Builder. build(Collection<Parameter> parameters)Constructs the actualSeedinstance from this builder.StrengthGroupStrengthGroup.Builder. build(Collection<Parameter> parameters)Builds theStrengthGroupwith the information given to the builder.static CombinationCombination. of(Map<Parameter,Value> parameterValueMap)InputParameterModel.BuilderInputParameterModel.Builder. parameters(Collection<Parameter> parameters)Adds all parameters to the testModel. -
Uses of Parameter in de.rwth.swc.coffee4j.engine.converter.constraints
Method parameters in de.rwth.swc.coffee4j.engine.converter.constraints with type arguments of type Parameter Modifier and Type Method Description protected abstract TupleListAbstractIndexBasedConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id)template method implemented by sub-classes to convert the givenConstraintinto aTupleList.IndexBasedConstraintConverterConstraintConverterFactory. create(List<Parameter> parameters)Constructor parameters in de.rwth.swc.coffee4j.engine.converter.constraints with type arguments of type Parameter Constructor Description AbstractIndexBasedConstraintConverter(List<Parameter> parameters) -
Uses of Parameter in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased
Method parameters in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased with type arguments of type Parameter Modifier and Type Method Description protected TupleListSimpleCartesianProductConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id)IndexBasedConstraintConverterSimpleCartesianProductConstraintConverterFactory. create(List<Parameter> parameters)Constructor parameters in de.rwth.swc.coffee4j.engine.converter.constraints.methodbased with type arguments of type Parameter Constructor Description SimpleCartesianProductConstraintConverter(List<Parameter> parameters) -
Uses of Parameter in de.rwth.swc.coffee4j.engine.converter.model
Methods in de.rwth.swc.coffee4j.engine.converter.model 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.engine.converter.model 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. -
Uses of Parameter in de.rwth.swc.coffee4j.engine.converter.tuplebased
Method parameters in de.rwth.swc.coffee4j.engine.converter.tuplebased with type arguments of type Parameter Modifier and Type Method Description protected TupleListTupleBasedConstraintConverter. convertedConstraint(Constraint constraint, it.unimi.dsi.fastutil.objects.Object2IntMap<String> parameterIdMap, it.unimi.dsi.fastutil.ints.Int2ObjectMap<Parameter> idToParameterMap, int id)IndexBasedConstraintConverterTupleBasedConstraintConverterFactory. create(List<Parameter> parameters)Constructor parameters in de.rwth.swc.coffee4j.engine.converter.tuplebased with type arguments of type Parameter Constructor Description TupleBasedConstraintConverter(List<Parameter> parameters)
-