Package es.uam.eps.ir.relison
Class Main
java.lang.Object
es.uam.eps.ir.relison.Main
public class Main
extends java.lang.Object
Class for applying the main methods to the executions.
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Main method. Executes the main method in the class specified by the first argument with the rest of execution arguments.- Parameters:
args
- Arguments to select the class whose main method's execute and arguments to execute it.
-