| Modifier and Type | Method and Description |
|---|---|
ConstraintChecker |
FaultCharacterizationConfiguration.getChecker() |
protected ConstraintChecker |
SuspiciousCombinationAlgorithm.getChecker() |
| Constructor and Description |
|---|
FaultCharacterizationConfiguration(InputParameterModel model,
ConstraintChecker checker,
Reporter reporter)
Creates a new configuration out of an IPM, reporter and constraints checker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelBasedConstraintChecker |
class |
NoConstraintChecker |
| Modifier and Type | Method and Description |
|---|---|
ConstraintChecker |
ConstraintCheckerFactory.createAdaptiveConstraintsCheckerWithNegation(TupleList toBeNegated) |
ConstraintChecker |
ConstraintCheckerFactory.createHardConstraintsChecker() |
ConstraintChecker |
ConstraintCheckerFactory.createHardConstraintsCheckerWithNegation(TupleList toBeNegated) |
ConstraintChecker |
ConstraintCheckerFactory.createNoConstraintsChecker() |
ConstraintChecker |
ConstraintCheckerFactory.createSoftConstraintsChecker(int threshold) |
ConstraintChecker |
ConstraintCheckerFactory.createSoftConstraintsCheckerWithNegation(TupleList toBeNegated,
int threshold) |
| Modifier and Type | Method and Description |
|---|---|
IpogConfiguration.Builder |
IpogConfiguration.Builder.checker(ConstraintChecker checker) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CombinationUtil.canBeAdded(int[] combination,
int[] toBeAdded,
ConstraintChecker constraintChecker)
Checks whether the combinations to be added can be added to the given combinations.
|
Copyright © 2019. All rights reserved.