Uses of Interface
org.aksw.limes.core.execution.planning.planner.IPlanner
-
Packages that use IPlanner Package Description org.aksw.limes.core.execution.engine org.aksw.limes.core.execution.engine.partialrecallengine org.aksw.limes.core.execution.planning.planner -
-
Uses of IPlanner in org.aksw.limes.core.execution.engine
Methods in org.aksw.limes.core.execution.engine with parameters of type IPlanner Modifier and Type Method Description AMappingIExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Implementation of the execution of a link specification.AMappingParallelExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Implementation of the execution of an execution plan.AMappingSimpleExecutionEngine. execute(LinkSpecification spec, IPlanner planner)Executes a link specification. -
Uses of IPlanner in org.aksw.limes.core.execution.engine.partialrecallengine
Methods in org.aksw.limes.core.execution.engine.partialrecallengine with parameters of type IPlanner Modifier and Type Method Description AMappingPartialRecallExecutionEngine. execute(LinkSpecification spec, IPlanner planner) -
Uses of IPlanner in org.aksw.limes.core.execution.planning.planner
Classes in org.aksw.limes.core.execution.planning.planner that implement IPlanner Modifier and Type Class Description classCanonicalPlannerImplements the Canonical planner class.classDynamicPlannerImplements the Dynamic planner class.classHeliosPlannerImplements the Helios planner class.classLigerPlannerImplements a planner class used by the partial recall execution engine class.classPlannerImplements the planner abstract class.
-