Uses of Class
org.aksw.limes.core.execution.planning.plan.NestedPlan
-
Packages that use NestedPlan Package Description org.aksw.limes.core.execution.engine org.aksw.limes.core.execution.planning.plan org.aksw.limes.core.execution.planning.planner -
-
Uses of NestedPlan in org.aksw.limes.core.execution.engine
Methods in org.aksw.limes.core.execution.engine with parameters of type NestedPlan Modifier and Type Method Description AMappingSimpleExecutionEngine. executeStatic(NestedPlan plan)Executes an immutable nested plan in lNr depth first oder. -
Uses of NestedPlan in org.aksw.limes.core.execution.planning.plan
Methods in org.aksw.limes.core.execution.planning.plan that return NestedPlan Modifier and Type Method Description NestedPlanNestedPlan. clone()Returns a clone of the current plan.Methods in org.aksw.limes.core.execution.planning.plan that return types with arguments of type NestedPlan Modifier and Type Method Description List<NestedPlan>NestedPlan. getSubPlans()Returns the set of sub-plans of the current plan.Methods in org.aksw.limes.core.execution.planning.plan with parameters of type NestedPlan Modifier and Type Method Description voidNestedPlan. addSubplan(NestedPlan subplan)Adds a sub-Plan to the current list of sub-plans.Method parameters in org.aksw.limes.core.execution.planning.plan with type arguments of type NestedPlan Modifier and Type Method Description voidNestedPlan. setSubPlans(List<NestedPlan> subPlans)Sets the sub-plans of the plan. -
Uses of NestedPlan in org.aksw.limes.core.execution.planning.planner
Methods in org.aksw.limes.core.execution.planning.planner that return NestedPlan Modifier and Type Method Description NestedPlanDynamicPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with AND operator.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, List<NestedPlan> plans, double selectivity)Computes the left-order best instructionList for a list of plans.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, List<NestedPlan> plans, double selectivity)Computes the best conjunctive instructionList for a instructionList against a list of plans by calling back the method.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with AND operator.NestedPlanDynamicPlanner. getBestDifferencePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with MINUS operator.NestedPlanDynamicPlanner. getPlan(LinkSpecification spec)Returns the corresponding plan of a specification.NestedPlanCanonicalPlanner. plan(LinkSpecification spec)Generates a NestedPlan for a link specification.NestedPlanDynamicPlanner. plan(LinkSpecification spec)Generates a NestedPlan for a link specification.NestedPlanDynamicPlanner. plan(LinkSpecification spec, ACache source, ACache target, AMapping sourceMapping, AMapping targetMapping)Generates a instructionList based on the optimality assumption used in databases.NestedPlanHeliosPlanner. plan(LinkSpecification spec)Generates a NestedPlan for a link specification.NestedPlanHeliosPlanner. plan(LinkSpecification spec, ACache source, ACache target, AMapping sourceMapping, AMapping targetMapping)Generates a NestedPlan based on the optimality assumption used in databases.NestedPlanIPlanner. plan(LinkSpecification spec)Generates a NestedPlan for a link specification.NestedPlanLigerPlanner. plan(LinkSpecification spec)Generates a NestedPlan for a link specification.Methods in org.aksw.limes.core.execution.planning.planner that return types with arguments of type NestedPlan Modifier and Type Method Description Map<String,NestedPlan>DynamicPlanner. getPlans()Methods in org.aksw.limes.core.execution.planning.planner with parameters of type NestedPlan Modifier and Type Method Description NestedPlanDynamicPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with AND operator.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, List<NestedPlan> plans, double selectivity)Computes the best conjunctive instructionList for a instructionList against a list of plans by calling back the method.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with AND operator.NestedPlanDynamicPlanner. getBestDifferencePlan(LinkSpecification spec, NestedPlan left, NestedPlan right, double selectivity)Find the least costly plan for a link specification with MINUS operator.LinkSpecificationDynamicPlanner. getLinkSpec(NestedPlan plan)Returns the specification from which the input plan was generated.Method parameters in org.aksw.limes.core.execution.planning.planner with type arguments of type NestedPlan Modifier and Type Method Description NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, List<NestedPlan> plans, double selectivity)Computes the left-order best instructionList for a list of plans.NestedPlanHeliosPlanner. getBestConjunctivePlan(LinkSpecification spec, NestedPlan left, List<NestedPlan> plans, double selectivity)Computes the best conjunctive instructionList for a instructionList against a list of plans by calling back the method.
-