Class ProductivityChecker
java.lang.Object
fr.lirmm.graphik.integraal.core.unifier.checker.ProductivityChecker
Dependency checker rejecting dependencies that are already productive.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductivityCheckerinstance()Returns the singleton instance.booleanisValidDependency(Rule r1, Rule r2, Substitution s)
-
Constructor Details
-
ProductivityChecker
protected ProductivityChecker()Creates a productivity checker.
-
-
Method Details
-
instance
Returns the singleton instance.- Returns:
- the singleton checker instance
-
isValidDependency
-