jist.swans
Class Main

java.lang.Object
  extended by jist.swans.Main

public final class Main
extends java.lang.Object

Primary entry-point into the SWANS simulator. Performs cmd-line parsing, and general initialisation of simulation.

Since:
SWANS1.0

Field Summary
static boolean ASSERT
          Whether certain checks are performed.
static java.lang.String VERSION
          SWANS version.
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          SWANS entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
SWANS version.

See Also:
Constant Field Values

ASSERT

public static final boolean ASSERT
Whether certain checks are performed. (Java 1.3.x compatibility)

See Also:
Constant Field Values
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
SWANS entry point.

Parameters:
args - command-line arguments