Uses of Class
de.rwth.swc.coffee4j.engine.configuration.model.StrengthGroup.Builder
-
Packages that use StrengthGroup.Builder Package Description de.rwth.swc.coffee4j.engine.configuration.model -
-
Uses of StrengthGroup.Builder in de.rwth.swc.coffee4j.engine.configuration.model
Methods in de.rwth.swc.coffee4j.engine.configuration.model that return StrengthGroup.Builder Modifier and Type Method Description static StrengthGroup.BuilderStrengthGroup. mixedStrengthGroup(String... parameterNames)Creates a newStrengthGroup.Builderfor aStrengthGroupwith the parameters corresponding to the given names.static StrengthGroup.BuilderStrengthGroup. mixedStrengthGroup(Collection<String> parameterNames)Creates a newStrengthGroup.Builderfor aStrengthGroupwith the parameters corresponding to the given names.StrengthGroup.BuilderStrengthGroup.Builder. ofHighestStrength()Specifies that the group of parameters should be tested to the highest possible strength.StrengthGroup.BuilderStrengthGroup.Builder. ofStrength(int strength)Specifies an explicit strength to which the parameters in the group should be tested.Methods in de.rwth.swc.coffee4j.engine.configuration.model with parameters of type StrengthGroup.Builder Modifier and Type Method Description InputParameterModel.BuilderInputParameterModel.Builder. mixedStrengthGroup(StrengthGroup.Builder mixedStrengthGroup)Adds the given mixed strength group for positive combinatorial testing to the model.InputParameterModel.BuilderInputParameterModel.Builder. mixedStrengthGroups(StrengthGroup.Builder... mixedStrengthGroups)Adds the given mixed strength groups for positive combinatorial testing to the model.
-