Class ExistentialMinimalForbiddenTuplesCheckerFactory
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.constraint.ExistentialMinimalForbiddenTuplesCheckerFactory
-
- All Implemented Interfaces:
ConstraintCheckerFactory
public class ExistentialMinimalForbiddenTuplesCheckerFactory extends Object implements ConstraintCheckerFactory
Factory for creating an ExistentialMinimalForbiddenTuplesChecker.
-
-
Constructor Summary
Constructors Constructor Description ExistentialMinimalForbiddenTuplesCheckerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintCheckercreateConstraintChecker(CompleteTestModel testModel)ConstraintCheckercreateConstraintCheckerWithNegation(CompleteTestModel testModel, TupleList toBeNegated)
-
-
-
Method Detail
-
createConstraintChecker
public ConstraintChecker createConstraintChecker(CompleteTestModel testModel)
- Specified by:
createConstraintCheckerin interfaceConstraintCheckerFactory
-
createConstraintCheckerWithNegation
public ConstraintChecker createConstraintCheckerWithNegation(CompleteTestModel testModel, TupleList toBeNegated)
- Specified by:
createConstraintCheckerWithNegationin interfaceConstraintCheckerFactory
-
-