Class StripsForwardPlanningGraphGenerator
- java.lang.Object
-
- ai.libs.jaicore.planning.classical.algorithms.strips.forward.StripsForwardPlanningGraphGenerator
-
- All Implemented Interfaces:
org.api4.java.datastructure.graph.implicit.IGraphGenerator<StripsForwardPlanningNode,java.lang.String>
public class StripsForwardPlanningGraphGenerator extends java.lang.Object implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<StripsForwardPlanningNode,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description StripsForwardPlanningGraphGenerator(StripsPlanningProblem problem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<StripsForwardPlanningNode>getRootGenerator()org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<StripsForwardPlanningNode,java.lang.String>getSuccessorGenerator()
-
-
-
Constructor Detail
-
StripsForwardPlanningGraphGenerator
public StripsForwardPlanningGraphGenerator(StripsPlanningProblem problem)
-
-
Method Detail
-
getRootGenerator
public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<StripsForwardPlanningNode> getRootGenerator()
- Specified by:
getRootGeneratorin interfaceorg.api4.java.datastructure.graph.implicit.IGraphGenerator<StripsForwardPlanningNode,java.lang.String>
-
getSuccessorGenerator
public org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<StripsForwardPlanningNode,java.lang.String> getSuccessorGenerator()
- Specified by:
getSuccessorGeneratorin interfaceorg.api4.java.datastructure.graph.implicit.IGraphGenerator<StripsForwardPlanningNode,java.lang.String>
-
-