Uses of Interface
de.rwth.swc.coffee4j.engine.InputParameterModel
-
Packages that use InputParameterModel Package Description de.rwth.swc.coffee4j.engine de.rwth.swc.coffee4j.engine.characterization de.rwth.swc.coffee4j.engine.generator.ipog -
-
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine
Classes in de.rwth.swc.coffee4j.engine that implement InputParameterModel Modifier and Type Class Description classCombinatorialTestModelA class containing all important information needed for one combinatorial test. -
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.characterization
Methods in de.rwth.swc.coffee4j.engine.characterization that return InputParameterModel Modifier and Type Method Description InputParameterModelFaultCharacterizationConfiguration. getModel()protected InputParameterModelSuspiciousCombinationAlgorithm. getModel()Constructors in de.rwth.swc.coffee4j.engine.characterization with parameters of type InputParameterModel Constructor Description FaultCharacterizationConfiguration(InputParameterModel model, ConstraintChecker checker, Reporter reporter)Creates a new configuration out of an IPM, reporter and constraints checker.FaultCharacterizationConfiguration(InputParameterModel model, Reporter reporter)Creates a new configuration out of an IPM and a reporter. -
Uses of InputParameterModel in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog with parameters of type InputParameterModel Modifier and Type Method Description IpogConfiguration.BuilderIpogConfiguration.Builder. model(InputParameterModel model)
-