Class AIslandTreasureModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IIslandModel getIslandModel()  
      java.lang.String getLoggerName()  
      java.math.BigInteger getTotalNumberOfIslands()  
      void setLoggerName​(java.lang.String loggerName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.api4.java.common.attributedobjects.IObjectEvaluator

        getPropertyOf
      • Methods inherited from interface org.api4.java.ai.graphsearch.problem.pathsearch.pathevaluation.IPathEvaluator

        evaluate
    • Field Detail

      • logger

        protected org.slf4j.Logger logger
    • Constructor Detail

      • AIslandTreasureModel

        public AIslandTreasureModel​(IIslandModel islandModel)
    • Method Detail

      • getTotalNumberOfIslands

        public java.math.BigInteger getTotalNumberOfIslands()
      • setLoggerName

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

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