EASE.Agents.Engine
Class Main

java.lang.Object
  |
  +--EASE.Agents.Engine.Main

public class Main
extends java.lang.Object


Field Summary
(package private)  Debugger debugger
           
 
Constructor Summary
Main()
          Should eventually have a variety of options here so that is can be started up in different modes.
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

debugger

Debugger debugger
Constructor Detail

Main

public Main()
Should eventually have a variety of options here so that is can be started up in different modes.

Method Detail

main

public static void main(java.lang.String[] argv)