Uses of Class
org.aksw.limes.core.execution.rewriter.Rewriter
-
Packages that use Rewriter Package Description org.aksw.limes.core.execution.rewriter -
-
Uses of Rewriter in org.aksw.limes.core.execution.rewriter
Subclasses of Rewriter in org.aksw.limes.core.execution.rewriter Modifier and Type Class Description classAlgebraicRewriterImplements the algebraic rewriter class.classDefaultRewriterImplements the default rewriter class.Methods in org.aksw.limes.core.execution.rewriter that return Rewriter Modifier and Type Method Description static RewriterRewriterFactory. getDefaultRewriter()static RewriterRewriterFactory. getRewriter(RewriterFactory.RewriterType type)Factory function for retrieving the desired rewriter instance.
-