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
(package private)  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)
           
TrackSwitch2(long id, int length, Junction junction)
           
TrackSwitchX(long id, int length, Junction junction)
           
TrackX(long id, int length, Junction junction)