|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RailAccident | |
|---|---|
| net.kolls.railworld.play | Classes used for playing Rail World. |
| net.kolls.railworld.play.ra | Various kinds of rail accidents. |
| net.kolls.railworld.play.script | Scripting support for plug-ins. |
| Uses of RailAccident in net.kolls.railworld.play |
|---|
| Methods in net.kolls.railworld.play that throw RailAccident | |
|---|---|
void |
Trains.step()
Process all train behavior for one step. |
| Constructors in net.kolls.railworld.play with parameters of type RailAccident | |
|---|---|
RailAccidentFrame(RailCanvas rc,
RailAccident ra,
java.lang.String title)
Display an accident. |
|
| Uses of RailAccident in net.kolls.railworld.play.ra |
|---|
| Subclasses of RailAccident in net.kolls.railworld.play.ra | |
|---|---|
class |
HeadOn
A head-on collision between two trains. |
class |
OverRun
A track overrun. |
class |
RearEnd
One train smashes into the end of another train. |
class |
SideOn
A merging collision or overlap which occurs which two trains merge at a switch, cross at a four-way, or enter on top of each other. |
| Uses of RailAccident in net.kolls.railworld.play.script |
|---|
| Methods in net.kolls.railworld.play.script that throw RailAccident | |
|---|---|
void |
ScriptManager.trainStep(Train t)
A train has taken a "step". |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||