All Packages Class Hierarchy This Package Previous Next Index
Class calypso.main.Main
java.lang.Object
|
+----calypso.main.Main
- public class Main
- extends Object
The Main class for the Calypso SwC software.
This class contains the main() method that runs the Calypso system
as a whole. All other parts of the system are initialized by this
class.
- Author:
- Juhana Räsänen / TCM Laboratory / HUT
-
main(String[])
- This is *the* Main Method of the Calypso Universe.
main
public static void main(String argv[])
- This is *the* Main Method of the Calypso Universe.
- Parameters:
- argv_ - Command line parameters.
All Packages Class Hierarchy This Package Previous Next Index