Class StripsForwardPlanningGraphGenerator

  • All Implemented Interfaces:
    ai.libs.jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,​java.lang.String>

    public class StripsForwardPlanningGraphGenerator
    extends java.lang.Object
    implements ai.libs.jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,​java.lang.String>
    • Constructor Detail

      • StripsForwardPlanningGraphGenerator

        public StripsForwardPlanningGraphGenerator​(StripsPlanningProblem problem)
    • Method Detail

      • getRootGenerator

        public ai.libs.jaicore.search.structure.graphgenerator.SingleRootGenerator<StripsForwardPlanningNode> getRootGenerator()
        Specified by:
        getRootGenerator in interface ai.libs.jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,​java.lang.String>
      • getSuccessorGenerator

        public ai.libs.jaicore.search.structure.graphgenerator.SingleSuccessorGenerator<StripsForwardPlanningNode,​java.lang.String> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface ai.libs.jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,​java.lang.String>
      • getGoalTester

        public ai.libs.jaicore.search.structure.graphgenerator.NodeGoalTester<StripsForwardPlanningNode> getGoalTester()
        Specified by:
        getGoalTester in interface ai.libs.jaicore.search.core.interfaces.GraphGenerator<StripsForwardPlanningNode,​java.lang.String>