|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjasi.airtraffic.kernel.AirtrafficSimulation
public final class AirtrafficSimulation
A factory for the simulation kernel of the air traffic simulation.
| Field Summary | |
|---|---|
static java.lang.String |
ARC_FILE
The simulation's default archive file name. |
static java.lang.String |
ERR_FILE
The simulation's default error-output file. |
static java.lang.String |
OUT_FILE
The simulation's default output file name. |
| Constructor Summary | |
|---|---|
AirtrafficSimulation()
|
|
| Method Summary | |
|---|---|
static Simulation |
createSimulation(boolean timer,
boolean xml)
Create the simulation instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ARC_FILE
public static final java.lang.String OUT_FILE
public static final java.lang.String ERR_FILE
| Constructor Detail |
|---|
public AirtrafficSimulation()
| Method Detail |
|---|
public static Simulation createSimulation(boolean timer,
boolean xml)
timer - If true, use a timer; otherwise increase time as fast as
possible.xml - If true, use an XML archive; otherwise use a binary stream
archive.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||