|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.realtime.test.airplane.TestAirplane
A simple illustration of the airplane accident scenario described in Asaf Degani's book Taming HAL.
Field Summary | |
static Airplane |
airplane
|
static Pilot |
pilot
|
Constructor Summary | |
TestAirplane()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The main program. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static Airplane airplane
public static Pilot pilot
Constructor Detail |
public TestAirplane()
Method Detail |
public static void main(java.lang.String[] args)
args
- one argument is used: a boolean indicating whether randomization
should be used in selection among events scheduled at same time. There are
two different interpretations of this:
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |