public class StripsForwardPlanningGraphGenerator extends java.lang.Object implements jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>
| Constructor and Description |
|---|
StripsForwardPlanningGraphGenerator(StripsPlanningProblem problem) |
| Modifier and Type | Method and Description |
|---|---|
jaicore.search.structure.graphgenerator.NodeGoalTester<StripsForwardPlanningNode> |
getGoalTester() |
jaicore.search.structure.graphgenerator.SingleRootGenerator<StripsForwardPlanningNode> |
getRootGenerator() |
jaicore.search.structure.graphgenerator.SingleSuccessorGenerator<StripsForwardPlanningNode,java.lang.String> |
getSuccessorGenerator() |
boolean |
isSelfContained() |
void |
setNodeNumbering(boolean nodenumbering) |
public StripsForwardPlanningGraphGenerator(StripsPlanningProblem problem)
public jaicore.search.structure.graphgenerator.SingleRootGenerator<StripsForwardPlanningNode> getRootGenerator()
getRootGenerator in interface jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>public jaicore.search.structure.graphgenerator.SingleSuccessorGenerator<StripsForwardPlanningNode,java.lang.String> getSuccessorGenerator()
getSuccessorGenerator in interface jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>public jaicore.search.structure.graphgenerator.NodeGoalTester<StripsForwardPlanningNode> getGoalTester()
getGoalTester in interface jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>public boolean isSelfContained()
isSelfContained in interface jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>public void setNodeNumbering(boolean nodenumbering)
setNodeNumbering in interface jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,java.lang.String>