Class 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 Detail

      • StripsForwardPlanningGraphGenerator

        public StripsForwardPlanningGraphGenerator​(StripsPlanningProblem problem)
    • Method Detail

      • getRootGenerator

        public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<StripsForwardPlanningNode> getRootGenerator()
        Specified by:
        getRootGenerator in interface org.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:
        getSuccessorGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<StripsForwardPlanningNode,​java.lang.String>