Class RestrictedProductivityChecker
java.lang.Object
fr.lirmm.graphik.integraal.core.unifier.checker.RestrictedProductivityChecker
Restricted dependency checker based on a homomorphism test over produced atoms.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a restricted productivity checker. -
Method Summary
Modifier and TypeMethodDescriptioninstance()Returns the singleton instance.booleanisValidDependency(Rule r1, Rule r2, Substitution s)
-
Constructor Details
-
RestrictedProductivityChecker
protected RestrictedProductivityChecker()Creates a restricted productivity checker.
-
-
Method Details
-
instance
Returns the singleton instance.- Returns:
- the singleton checker instance
-
isValidDependency
-