Class SameGameGraphGenerator
- java.lang.Object
-
- ai.libs.jaicore.search.exampleproblems.samegame.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoggerName()org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<SameGameNode>getRootGenerator()org.api4.java.datastructure.graph.implicit.ILazySuccessorGenerator<SameGameNode,ai.libs.jaicore.problems.samegame.SameGameCell>getSuccessorGenerator()voidsetLoggerName(java.lang.String name)
-
-
-
Method Detail
-
getRootGenerator
public org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<SameGameNode> getRootGenerator()
- Specified by:
getRootGeneratorin interfaceorg.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:
getSuccessorGeneratorin interfaceorg.api4.java.datastructure.graph.implicit.IGraphGenerator<SameGameNode,ai.libs.jaicore.problems.samegame.SameGameCell>
-
getLoggerName
public java.lang.String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
setLoggerName
public void setLoggerName(java.lang.String name)
- Specified by:
setLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
-