| Package | Description |
|---|---|
| org.aksw.limes.core.controller | |
| org.aksw.limes.core.execution.rewriter |
| 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 RewriterFactory.RewriterType |
RewriterFactory.getRewriterType(String name)
Factory function for retrieving an rewriter name from the set of allowed
types.
|
static RewriterFactory.RewriterType |
RewriterFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Rewriter |
RewriterFactory.getRewriter(RewriterFactory.RewriterType type)
Factory function for retrieving the desired rewriter instance.
|
Copyright © 2020. All rights reserved.