| Package | Description |
|---|---|
| org.aksw.limes.core.controller | |
| org.aksw.limes.core.execution.engine |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
LSPipeline.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.
|
static AMapping |
LSPipeline.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEngineFactory.ExecutionEngineType |
ExecutionEngineFactory.getExecutionEngineType(String name)
Factory function for retrieving an execution engine name from the set of
allowed types.
|
static ExecutionEngineFactory.ExecutionEngineType |
ExecutionEngineFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionEngine |
ExecutionEngineFactory.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.
|
Copyright © 2020. All rights reserved.