Package fr.uga.pddl4j.planners


package fr.uga.pddl4j.planners
This package contains the classes of the planners implemented in the PDDL4J Library.
See Also:
PlannerConfiguration
  • Interface Summary
    Interface
    Description
    This interface defines the main methods of to access a planner.
    This interface is used to define all the common methods of the search strategies.
  • Class Summary
    Class
    Description
    This abstract class defines the main methods to access a planner.
    This class implements the log level for the trace of the planners.
    This class implements a planner configuration.
    The class implements the statistics of the planner, search time, memory used, etc.
  • Enum Class Summary
    Enum Class
    Description
    The enumeration of the planners.
    The name of the search strategy.
  • Exception Summary
    Exception
    Description
    Thrown to indicate that a planner configuration is invalid.
    A ProblemNotSupportedException is launch to indicate that a problem is not supported by a planner.