Uses of Interface
de.rwth.swc.coffee4j.engine.constraint.ConstraintChecker
-
-
Uses of ConstraintChecker in de.rwth.swc.coffee4j.engine.characterization
Methods in de.rwth.swc.coffee4j.engine.characterization that return ConstraintChecker Modifier and Type Method Description ConstraintCheckerFaultCharacterizationConfiguration. getChecker()protected ConstraintCheckerSuspiciousCombinationAlgorithm. getChecker()Constructors in de.rwth.swc.coffee4j.engine.characterization with parameters of type ConstraintChecker Constructor Description FaultCharacterizationConfiguration(InputParameterModel model, ConstraintChecker checker, Reporter reporter)Creates a new configuration out of an IPM, reporter and constraints checker. -
Uses of ConstraintChecker in de.rwth.swc.coffee4j.engine.constraint
Classes in de.rwth.swc.coffee4j.engine.constraint that implement ConstraintChecker Modifier and Type Class Description classModelBasedConstraintCheckerclassNoConstraintCheckerMethods in de.rwth.swc.coffee4j.engine.constraint that return ConstraintChecker Modifier and Type Method Description ConstraintCheckerConstraintCheckerFactory. createAdaptiveConstraintsCheckerWithNegation(TupleList toBeNegated)ConstraintCheckerConstraintCheckerFactory. createHardConstraintsChecker()ConstraintCheckerConstraintCheckerFactory. createHardConstraintsCheckerWithNegation(TupleList toBeNegated)ConstraintCheckerConstraintCheckerFactory. createNoConstraintsChecker()ConstraintCheckerConstraintCheckerFactory. createSoftConstraintsChecker(int threshold)ConstraintCheckerConstraintCheckerFactory. createSoftConstraintsCheckerWithNegation(TupleList toBeNegated, int threshold) -
Uses of ConstraintChecker in de.rwth.swc.coffee4j.engine.generator.ipog
Methods in de.rwth.swc.coffee4j.engine.generator.ipog with parameters of type ConstraintChecker Modifier and Type Method Description IpogConfiguration.BuilderIpogConfiguration.Builder. checker(ConstraintChecker checker) -
Uses of ConstraintChecker in de.rwth.swc.coffee4j.engine.util
Methods in de.rwth.swc.coffee4j.engine.util with parameters of type ConstraintChecker Modifier and Type Method Description static booleanCombinationUtil. canBeAdded(int[] combination, int[] toBeAdded, ConstraintChecker constraintChecker)Checks whether the combinations to be added can be added to the given combinations.
-