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.
-
Constructor Details
-
Algorithm
public Algorithm()
-
-
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.
-