Uses of Class
org.aksw.limes.core.execution.planning.plan.Plan
-
Packages that use Plan Package Description org.aksw.limes.core.execution.engine org.aksw.limes.core.execution.engine.partialrecallengine.refinement org.aksw.limes.core.execution.planning.plan -
-
Uses of Plan in org.aksw.limes.core.execution.engine
Methods in org.aksw.limes.core.execution.engine with parameters of type Plan Modifier and Type Method Description AMappingSimpleExecutionEngine. executeInstructions(Plan plan)Implementation of the execution of a plan. -
Uses of Plan in org.aksw.limes.core.execution.engine.partialrecallengine.refinement
Methods in org.aksw.limes.core.execution.engine.partialrecallengine.refinement that return Plan Modifier and Type Method Description PlanPartialRecallRefinementNode. getPlan()Methods in org.aksw.limes.core.execution.engine.partialrecallengine.refinement that return types with arguments of type Plan Modifier and Type Method Description HashMap<LinkSpecification,Plan>LigerRefinementOperator. getNewNodes()Methods in org.aksw.limes.core.execution.engine.partialrecallengine.refinement with parameters of type Plan Modifier and Type Method Description static intRuntimeComparison. comparePlans(Plan newPlan, Plan bestPlan)Compares two plans based on their runtime estimation.voidPartialRecallRefinementNode. setPlan(Plan p)Method parameters in org.aksw.limes.core.execution.engine.partialrecallengine.refinement with type arguments of type Plan Modifier and Type Method 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.Constructors in org.aksw.limes.core.execution.engine.partialrecallengine.refinement with parameters of type Plan Constructor Description PartialRecallRefinementNode(LinkSpecification sp, Plan p) -
Uses of Plan in org.aksw.limes.core.execution.planning.plan
Subclasses of Plan in org.aksw.limes.core.execution.planning.plan Modifier and Type Class Description classNestedPlanImplements the nested plan of a link specification.Methods in org.aksw.limes.core.execution.planning.plan that return Plan Modifier and Type Method Description PlanPlan. clone()Returns a clone of the current plan.
-