Class SameGameGraphGenerator

  • All Implemented Interfaces:
    org.api4.java.common.control.ILoggingCustomizable, org.api4.java.datastructure.graph.implicit.IGraphGenerator<SameGameNode,​ai.libs.jaicore.problems.samegame.SameGameCell>

    public class SameGameGraphGenerator
    extends java.lang.Object
    implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<SameGameNode,​ai.libs.jaicore.problems.samegame.SameGameCell>, org.api4.java.common.control.ILoggingCustomizable
    • Constructor Summary

      Constructors 
      Constructor Description
      SameGameGraphGenerator​(ai.libs.jaicore.problems.samegame.SameGameState initState)  
    • Constructor Detail

      • SameGameGraphGenerator

        public SameGameGraphGenerator​(ai.libs.jaicore.problems.samegame.SameGameState initState)
    • Method Detail

      • getRootGenerator

        public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<SameGameNode> getRootGenerator()
        Specified by:
        getRootGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<SameGameNode,​ai.libs.jaicore.problems.samegame.SameGameCell>
      • getSuccessorGenerator

        public org.api4.java.datastructure.graph.implicit.ILazySuccessorGenerator<SameGameNode,​ai.libs.jaicore.problems.samegame.SameGameCell> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<SameGameNode,​ai.libs.jaicore.problems.samegame.SameGameCell>
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable