| Package | Description |
|---|---|
| org.aksw.limes.core.execution.engine | |
| org.aksw.limes.core.execution.engine.partialrecallengine.refinement | |
| org.aksw.limes.core.execution.planning.plan |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
SimpleExecutionEngine.executeInstructions(Plan plan)
Implementation of the execution of a plan.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
PartialRecallRefinementNode.getPlan() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<LinkSpecification,Plan> |
LigerRefinementOperator.getNewNodes() |
| Modifier and Type | Method and Description |
|---|---|
static int |
RuntimeComparison.comparePlans(Plan newPlan,
Plan bestPlan)
Compares two plans based on their runtime estimation.
|
void |
PartialRecallRefinementNode.setPlan(Plan p) |
| Modifier and Type | Method and Description |
|---|---|
static LinkedList<PartialRecallRefinementNode> |
RuntimeComparison.sortLinkSpecifications(HashMap<LinkSpecification,Plan> plans)
Sorts a map of link specifications in ascending order based on the
runtime estimations of their corresponding plans.
|
| Constructor and Description |
|---|
PartialRecallRefinementNode(LinkSpecification sp,
Plan p) |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedPlan
Implements the nested plan of a link specification.
|
| Modifier and Type | Method and Description |
|---|---|
Plan |
Plan.clone()
Returns a clone of the current plan.
|
Copyright © 2020. All rights reserved.