Class EnhancedTTSPSimpleGraphGenerator

  • All Implemented Interfaces:
    org.api4.java.common.control.ILoggingCustomizable, org.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String>

    public class EnhancedTTSPSimpleGraphGenerator
    extends java.lang.Object
    implements org.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String>, org.api4.java.common.control.ILoggingCustomizable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLoggerName()  
      org.api4.java.datastructure.graph.implicit.ISingleRootGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState> getRootGenerator()  
      org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String> getSuccessorGenerator()  
      void setLoggerName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnhancedTTSPSimpleGraphGenerator

        public EnhancedTTSPSimpleGraphGenerator​(ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSP problem)
    • Method Detail

      • getRootGenerator

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

        public org.api4.java.datastructure.graph.implicit.ISuccessorGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String> getSuccessorGenerator()
        Specified by:
        getSuccessorGenerator in interface org.api4.java.datastructure.graph.implicit.IGraphGenerator<ai.libs.jaicore.problems.enhancedttsp.EnhancedTTSPState,​java.lang.String>
      • 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