Uses of Class
de.rwth.swc.coffee4j.model.InputParameterModel
-
Packages that use InputParameterModel Package Description de.rwth.swc.coffee4j.model de.rwth.swc.coffee4j.model.converter de.rwth.swc.coffee4j.model.manager -
-
Uses of InputParameterModel in de.rwth.swc.coffee4j.model
Methods in de.rwth.swc.coffee4j.model that return InputParameterModel Modifier and Type Method Description InputParameterModelInputParameterModel.Builder. build()Builds the testModel. -
Uses of InputParameterModel in de.rwth.swc.coffee4j.model.converter
Methods in de.rwth.swc.coffee4j.model.converter that return InputParameterModel Modifier and Type Method Description InputParameterModelIndexBasedModelConverter. getModel()InputParameterModelModelConverter. getModel()Methods in de.rwth.swc.coffee4j.model.converter with parameters of type InputParameterModel Modifier and Type Method Description ModelConverterModelConverterFactory. create(InputParameterModel model)Creates a newModelConverterwhich converts the given testModel and its parameters, values, and constraints.Constructors in de.rwth.swc.coffee4j.model.converter with parameters of type InputParameterModel Constructor Description IndexBasedModelConverter(InputParameterModel model)Creates and initializes a new converter with aSimpleCartesianProductConstraintConverterto convertConstrainttoTupleList.IndexBasedModelConverter(InputParameterModel model, IndexBasedConstraintConverter constraintsConverter)Creates and initializes a new converter with the given testModel and constraints converter. -
Uses of InputParameterModel in de.rwth.swc.coffee4j.model.manager
Constructors in de.rwth.swc.coffee4j.model.manager with parameters of type InputParameterModel Constructor Description CombinatorialTestConsumerManager(CombinatorialTestConsumerManagerConfiguration configuration, java.util.function.Consumer<Combination> testInputConsumer, InputParameterModel model)Creates a new manager with the given configuration, consumer and testModel.CombinatorialTestExecutionManager(CombinatorialTestConsumerManagerConfiguration configuration, TestInputExecutor executor, InputParameterModel model)Creates a new manager with the given configuration, executor and testModel.
-