Class StartVEFrame

java.lang.Object
  |
  +--StartVEFrame

public class StartVEFrame
extends java.lang.Object

The StartVEFrame class contains main(). We follow here the typical Swarm structure with main() (in Start... as a convention) generating the Observer and the Observer generating the Model.

Author:
Pietro Terna and several of his students

Field Summary
static VEFrameObserverSwarm vEFrameObserverSwarm
          the observer in our application
static boolean verbose
          being verbose?
 
Constructor Summary
StartVEFrame()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main() function is the top-level place where everything starts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vEFrameObserverSwarm

public static VEFrameObserverSwarm vEFrameObserverSwarm
the observer in our application


verbose

public static boolean verbose
being verbose?

Constructor Detail

StartVEFrame

public StartVEFrame()
Method Detail

main

public static void main(java.lang.String[] args)
The main() function is the top-level place where everything starts.