Interface STNPlanner

All Superinterfaces:
Callable<Integer>, HTNPlanner, Planner, Serializable
All Known Implementing Classes:
AbstractSTNPlanner, PFD, TFD

public interface STNPlanner extends HTNPlanner
This interface defines the main methods to access the STN planners.
Since:
4,0
  • Field Details

    • INTERACTIVE_MODE_SETTING

      static final String INTERACTIVE_MODE_SETTING
      The INTERACTIVE_MODE setting for the configuration of the planner.
      See Also:
      Constant Field Values
    • DEFAULT_INTERACTIVE_MODE

      static final boolean DEFAULT_INTERACTIVE_MODE
      The Default value for th INTERACTIVE_MODE of the planner.
      See Also:
      Constant Field Values