Class Main


  • public class Main
    extends java.lang.Object
    Main class for starting application.
    • Method Summary

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

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

      • main

        public static void main​(java.lang.String[] args)
        Starts the application. Command line arguments must be the name of an SD-file to read (must be located in the same directory as the application's .jar file) and the number of different threads to use for calculation.
        Parameters:
        args - the command line arguments