public class CEOCTFDGraphGenerator extends TFDGraphGenerator
primitiveTasks, problem, util| Constructor and Description |
|---|
CEOCTFDGraphGenerator(CEOCSTNPlanningProblem problem) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPathSemanticallySubsumed(java.util.List<TFDNode> path,
java.util.List<TFDNode> compl) |
protected TFDNode |
postProcessPrimitiveTaskNode(TFDNode node)
A hook for extending classes that can be used to change the nodes before they are attached
|
getGoalTester, getRootGenerator, getSuccessorGenerator, getSuccessorsResultingFromResolvingComplexTask, getSuccessorsResultingFromResolvingPrimitiveTask, isSelfContained, orderRemainingTasksByPriority, postProcessComplexTaskNode, setNodeNumbering, stripTNPrefixes, toStringpublic CEOCTFDGraphGenerator(CEOCSTNPlanningProblem problem)
protected TFDNode postProcessPrimitiveTaskNode(TFDNode node)
TFDGraphGeneratorpostProcessPrimitiveTaskNode in class TFDGraphGeneratorpublic boolean isPathSemanticallySubsumed(java.util.List<TFDNode> path, java.util.List<TFDNode> compl) throws java.lang.InterruptedException
isPathSemanticallySubsumed in interface jaicore.search.core.interfaces.PathUnifyingGraphGenerator<TFDNode,java.lang.String>isPathSemanticallySubsumed in class TFDGraphGeneratorjava.lang.InterruptedException