public class LSPipeline extends Object
| Constructor and Description |
|---|
LSPipeline() |
| Modifier and Type | Method and Description |
|---|---|
static AMapping |
execute(ACache sourceCache,
ACache targetCache,
LinkSpecification ls)
Execute a given LS with default rewriter, planner and execution engine,
generating a mapping.
|
static AMapping |
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 |
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.
|
public static AMapping execute(ACache sourceCache, ACache targetCache, String metricExpression, double threshold, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType)
sourceCache - Resources from source KBtargetCache - Resources from target KBmetricExpression - Specifies which measures are used and how they are combined to assert the similarity
between two resourcesthreshold - Minimal similarity value for resource pairs to be included in the generated mappingsourceVar - Name of SPARQL variable for resources from source KBtargetVar - Name of SPARQL variable for resources from target KBrewriterType - Specifies rewriter module to useexecutionPlannerType - Specifies executionPlanner module to useexecutionEngineType - Specifies executionEngine module to usepublic static AMapping execute(ACache sourceCache, ACache targetCache, LinkSpecification ls, String sourceVar, String targetVar, RewriterFactory.RewriterType rewriterType, ExecutionPlannerFactory.ExecutionPlannerType executionPlannerType, ExecutionEngineFactory.ExecutionEngineType executionEngineType)
sourceCache - Resources from source KBtargetCache - Resources from target KBls - LIMES Link SpecificationsourceVar - Name of SPARQL variable for resources from source KBtargetVar - Name of SPARQL variable for resources from target KBrewriterType - Specifies rewriter module to useexecutionPlannerType - Specifies executionPlanner module to useexecutionEngineType - Specifies executionEngine module to usepublic static AMapping execute(ACache sourceCache, ACache targetCache, LinkSpecification ls)
sourceCache - Resources from source KBtargetCache - Resources from target KBls - LIMES Link SpecificationCopyright © 2018. All rights reserved.