Uses of Class
org.aksw.limes.core.execution.engine.ExecutionEngineFactory.ExecutionEngineType
-
Packages that use ExecutionEngineFactory.ExecutionEngineType Package Description org.aksw.limes.core.controller org.aksw.limes.core.execution.engine -
-
Uses of ExecutionEngineFactory.ExecutionEngineType in org.aksw.limes.core.controller
Methods in org.aksw.limes.core.controller with parameters of type ExecutionEngineFactory.ExecutionEngineType 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 ExecutionEngineFactory.ExecutionEngineType in org.aksw.limes.core.execution.engine
Methods in org.aksw.limes.core.execution.engine that return ExecutionEngineFactory.ExecutionEngineType Modifier and Type Method Description static ExecutionEngineFactory.ExecutionEngineTypeExecutionEngineFactory. getExecutionEngineType(String name)Factory function for retrieving an execution engine name from the set of allowed types.static ExecutionEngineFactory.ExecutionEngineTypeExecutionEngineFactory.ExecutionEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionEngineFactory.ExecutionEngineType[]ExecutionEngineFactory.ExecutionEngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aksw.limes.core.execution.engine with parameters of type ExecutionEngineFactory.ExecutionEngineType Modifier and Type Method Description static ExecutionEngineExecutionEngineFactory. getEngine(ExecutionEngineFactory.ExecutionEngineType type, ACache source, ACache target, String sourceVar, String targetVar, long maxOpt, double k)Factory function for retrieving the desired execution engine instance.
-