Uses of Class
org.aksw.limes.core.execution.planning.planner.Planner
-
Packages that use Planner Package Description org.aksw.limes.core.execution.planning.planner -
-
Uses of Planner in org.aksw.limes.core.execution.planning.planner
Subclasses of Planner in org.aksw.limes.core.execution.planning.planner 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.Methods in org.aksw.limes.core.execution.planning.planner that return Planner Modifier and Type Method Description static PlannerExecutionPlannerFactory. getPlanner(ExecutionPlannerFactory.ExecutionPlannerType type, ACache source, ACache target)Factory function for retrieving the desired planner instance.
-