Uses of Class
org.aksw.limes.core.execution.planning.planner.ExecutionPlannerFactory.ExecutionPlannerType
-
Packages that use ExecutionPlannerFactory.ExecutionPlannerType Package Description org.aksw.limes.core.controller org.aksw.limes.core.execution.planning.planner -
-
Uses of ExecutionPlannerFactory.ExecutionPlannerType in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller with parameters of type ExecutionPlannerFactory.ExecutionPlannerType 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 ExecutionPlannerFactory.ExecutionPlannerType in org.aksw.limes.core.execution.planning.planner
Methods in org.aksw.limes.core.execution.planning.planner that return ExecutionPlannerFactory.ExecutionPlannerType Modifier and Type Method Description static ExecutionPlannerFactory.ExecutionPlannerTypeExecutionPlannerFactory. getExecutionPlannerType(String name)Factory function for retrieving a planner name from the set of allowed types.static ExecutionPlannerFactory.ExecutionPlannerTypeExecutionPlannerFactory.ExecutionPlannerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionPlannerFactory.ExecutionPlannerType[]ExecutionPlannerFactory.ExecutionPlannerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.execution.planning.planner with parameters of type ExecutionPlannerFactory.ExecutionPlannerType Modifier and Type Method Description static PlannerExecutionPlannerFactory. getPlanner(ExecutionPlannerFactory.ExecutionPlannerType type, ACache source, ACache target)Factory function for retrieving the desired planner instance.
-