Package Phase3

Class Algorithm

java.lang.Object
Phase3.Algorithm

public class Algorithm
extends java.lang.Object
Class starting the chosen algorithm (selected in the Wrapper)
  • Constructor Summary

    Constructors 
    Constructor Description
    Algorithm()  
  • Method Summary

    Modifier and Type Method Description
    static void startAlgorithm()
    Main method of the class that starts execution of the algorithm that is chosen in the Wrapper class.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • startAlgorithm

      public static void startAlgorithm()
      Main method of the class that starts execution of the algorithm that is chosen in the Wrapper class.