Package fr.uga.pddl4j.planners.htn.stn
Interface STNPlanner
- All Superinterfaces:
Callable<Integer>
,HTNPlanner
,Planner
,Serializable
- All Known Implementing Classes:
AbstractSTNPlanner
,PFD
,TFD
This interface defines the main methods to access the STN planners.
- Since:
- 4,0
-
Nested Class Summary
Nested classes/interfaces inherited from interface fr.uga.pddl4j.planners.Planner
Planner.Name
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
The Default value for th INTERACTIVE_MODE of the planner.static String
The INTERACTIVE_MODE setting for the configuration of the planner.Fields inherited from interface fr.uga.pddl4j.planners.Planner
DEFAULT_DOMAIN, DEFAULT_LOG_LEVEL, DEFAULT_PROBLEM, DEFAULT_TIME_OUT, DOMAIN_SETTING, LOG_LEVEL_SETTING, PROBLEM_SETTING, TIME_OUT_SETTING
-
Method Summary
Methods inherited from interface fr.uga.pddl4j.planners.Planner
getConfiguration, getDomain, getDomainFile, getLogLevel, getParserErrorManager, getProblem, getProblemFile, getStatistics, getTimeout, hasValidConfiguration, instantiate, isSupported, parse, parse, setConfiguration, setDomain, setLogLevel, setProblem, setTimeout, solve, solve
-
Field Details
-
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_MODEThe Default value for th INTERACTIVE_MODE of the planner.- See Also:
- Constant Field Values
-