| Package | Description |
|---|---|
| org.aksw.limes.core.controller | |
| org.aksw.limes.core.execution.planning.planner |
| 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)
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)
Execute a LS given a string metric expression and a double threshold,
generating a mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionPlannerFactory.ExecutionPlannerType |
ExecutionPlannerFactory.getExecutionPlannerType(String name)
Factory function for retrieving a planner name from the set of allowed
types.
|
static ExecutionPlannerFactory.ExecutionPlannerType |
ExecutionPlannerFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Planner |
ExecutionPlannerFactory.getPlanner(ExecutionPlannerFactory.ExecutionPlannerType type,
ACache source,
ACache target)
Factory function for retrieving the desired planner instance.
|
Copyright © 2018. All rights reserved.