| Constructors in net.sf.mrailsim.rails with parameters of type Junction |
Track(long id,
int length,
Junction junction)
Initializes the new track |
TrackStraight(long id,
int length,
Junction j)
Initializes a straight track |
TrackSwitch1(long id,
int length,
Junction junction)
Class constructor; initializes a new switch with one alternate track. |
TrackSwitch2(long id,
int length,
Junction junction)
|
TrackSwitchX(long id,
int length,
Junction junction)
Class constructor; initializes a new crossing switch. |
TrackX(long id,
int length,
Junction junction)
|