|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TrackLinkInterface | |
| nl.tudelft.simulation.traffic.controlpoint.blocks | |
| nl.tudelft.simulation.traffic.track | |
| Uses of TrackLinkInterface in nl.tudelft.simulation.traffic.controlpoint.blocks |
| Methods in nl.tudelft.simulation.traffic.controlpoint.blocks with parameters of type TrackLinkInterface | |
protected void |
VirtualSwitchBlock.turnSwitch(TrackLinkInterface startLink,
TrackInterface fromTrack,
TrackInterface toTrack,
SwitchBlockTrafficLight switchBlockTrafficLight)
turnSwitch turns the switch to the position from fromTrack to toTrack |
| Uses of TrackLinkInterface in nl.tudelft.simulation.traffic.track |
| Classes in nl.tudelft.simulation.traffic.track that implement TrackLinkInterface | |
class |
ComplexTrackLink
This is a complex track link, with several possible predecessors and several possible successors. |
class |
SimpleTrackLink
This is a simple track link, with one predecessor and one successor. |
| Fields in nl.tudelft.simulation.traffic.track declared as TrackLinkInterface | |
protected TrackLinkInterface |
Track.startLink
the start link |
protected TrackLinkInterface |
Track.endLink
the end link |
| Methods in nl.tudelft.simulation.traffic.track that return TrackLinkInterface | |
TrackLinkInterface |
TrackInterface.getStartLink()
This method returns the link seen as the link from which the track starts. |
TrackLinkInterface |
TrackInterface.getEndLink()
This method returns the link seen as the link at which the track ends. |
TrackLinkInterface |
Track.getStartLink()
|
TrackLinkInterface |
Track.getEndLink()
|
| Constructors in nl.tudelft.simulation.traffic.track with parameters of type TrackLinkInterface | |
VirtualTrack(java.lang.String name,
TrackLinkInterface startLink,
TrackLinkInterface endLink)
|
|
Track(java.lang.String name,
TrackLinkInterface startLink,
TrackLinkInterface endLink)
|
|
StraightTrack(java.lang.String name,
TrackLinkInterface startLink,
TrackLinkInterface endLink)
|
|
ArcTrack(java.lang.String name,
TrackLinkInterface startLink,
TrackLinkInterface endLink,
double radius)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||