Uses of Class
net.sf.mrailsim.rails.Junction

Packages that use Junction
net.sf.mrailsim.rails   
 

Uses of Junction in net.sf.mrailsim.rails
 

Fields in net.sf.mrailsim.rails declared as Junction
protected  Junction Track.junction
           
 

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)