Class RTNGraphGenerator

  • All Implemented Interfaces:
    ai.libs.jaicore.search.core.interfaces.GraphGenerator<RTNNode,​RTNEdge>

    public class RTNGraphGenerator
    extends java.lang.Object
    implements ai.libs.jaicore.search.core.interfaces.GraphGenerator<RTNNode,​RTNEdge>
    • Method Detail

      • getRootGenerator

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

        public ai.libs.jaicore.search.structure.graphgenerator.SuccessorGenerator<RTNNode,​RTNEdge> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface ai.libs.jaicore.search.core.interfaces.GraphGenerator<RTNNode,​RTNEdge>
      • getGoalTester

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