Class AbstractHTNPlanner

java.lang.Object
fr.uga.pddl4j.planners.AbstractPlanner
fr.uga.pddl4j.planners.htn.AbstractHTNPlanner
All Implemented Interfaces:
HTNPlanner, Planner, Serializable, Callable<Integer>
Direct Known Subclasses:
AbstractSTNPlanner

public abstract class AbstractHTNPlanner extends AbstractPlanner implements HTNPlanner
This abstract class defines the commun methods of all HTN planners.
Since:
4,0
See Also:
Serialized Form
  • Constructor Details

    • AbstractHTNPlanner

      public AbstractHTNPlanner()
      Creates a new planner with a default configuration.
    • AbstractHTNPlanner

      public AbstractHTNPlanner(PlannerConfiguration configuration)
      Creates a new planner with a specific configuration.
      Parameters:
      configuration - the configuration of the planner.