|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectStartESFrame
public class StartESFrame
The StartESFrame 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.
Field Summary | |
---|---|
static ESFrameObserverSwarm |
eSFrameObserverSwarm
the observer in our application |
static boolean |
verbose
being verbose? are whole zero time orders invisibiles? |
static boolean |
wholeZeroTimeOrdersAreInvisible
being verbose? are whole zero time orders invisibiles? |
static boolean |
writeNumberOfUnitsToFile
being verbose? are whole zero time orders invisibiles? |
Constructor Summary | |
---|---|
StartESFrame()
|
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 |
---|
public static ESFrameObserverSwarm eSFrameObserverSwarm
public static boolean verbose
public static boolean wholeZeroTimeOrdersAreInvisible
public static boolean writeNumberOfUnitsToFile
Constructor Detail |
---|
public StartESFrame()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |