Package hlcd.run
Class ComplexExecutor
java.lang.Object
hlcd.run.ComplexExecutor
A complete execution class that initializes all possible parameters in
this program from the \(n\), \(k\), \(d\) values to the code parameters, code
validator parameters, code export parameters and code display parameters.
//minimal example to execute this class:
public static void main(String[] args) {
System.out.println("Running ComplexExecutor...");
ComplexExecutor sr = new ComplexExecutor();
System.out.println("ComplexExecutor completed.");
}- Since:
- 1.8
- Version:
- 1.0 (February 12th, 2022)
- Author:
- Maysara Al Jumaily
- See Also:
SimpleExecutor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComplexExecutor
public ComplexExecutor()Initializes all the parameters in of the execution.
-
-
Method Details
-
main
Executes the program.- Parameters:
args- the arguments specified but will be ignored
-