Class StochasticForests.Forest.showProgress

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    StochasticForests.Forest

    public class StochasticForests.Forest.showProgress
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int max_progress  
      (package private) java.lang.String operation  
    • Constructor Summary

      Constructors 
      Constructor Description
      showProgress​(java.lang.String operation, int max_progress)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • operation

        java.lang.String operation
      • max_progress

        int max_progress
    • Constructor Detail

      • showProgress

        public showProgress​(java.lang.String operation,
                            int max_progress)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable