Class Main


  • public class Main
    extends java.lang.Object
    Main class for starting a cleanerworld scenario
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static double CLOCK_SPEED
      Use higher values (e.g.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method for starting the scenario.
      • Methods inherited from class java.lang.Object

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

      • CLOCK_SPEED

        protected static double CLOCK_SPEED
        Use higher values (e.g. 2.0) for faster cleaner movement and lower values (e.g. 0.5) for slower movement.
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method for starting the scenario.
        Parameters:
        args - ignored for now.