Uses of Class
org.aksw.limes.core.execution.rewriter.RewriterFactory.RewriterType
-
Packages that use RewriterFactory.RewriterType Package Description org.aksw.limes.core.controller org.aksw.limes.core.execution.rewriter -
-
Uses of RewriterFactory.RewriterType in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller with parameters of type RewriterFactory.RewriterType Modifier and Type Method Description static AMappingLSPipeline. execute(ACache sourceCache, ACache targetCache, String metricExpression, double threshold, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType, long maxOpt, double k)Execute a LS given a string metric expression and a double threshold, generating a mapping.static AMappingLSPipeline. execute(ACache sourceCache, ACache targetCache, LinkSpecification ls, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType, long maxOpt, double k)Execute a given LS, generating a mapping. -
Uses of RewriterFactory.RewriterType in org.aksw.limes.core.execution.rewriter
Methods in org.aksw.limes.core.execution.rewriter that return RewriterFactory.RewriterType Modifier and Type Method Description static RewriterFactory.RewriterTypeRewriterFactory. getRewriterType(String name)Factory function for retrieving an rewriter name from the set of allowed types.static RewriterFactory.RewriterTypeRewriterFactory.RewriterType. valueOf(String name)Returns the enum constant of this type with the specified name.static RewriterFactory.RewriterType[]RewriterFactory.RewriterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.execution.rewriter with parameters of type RewriterFactory.RewriterType Modifier and Type Method Description static RewriterRewriterFactory. getRewriter(RewriterFactory.RewriterType type)Factory function for retrieving the desired rewriter instance.
-