public abstract class DeJRMJunction
extends java.lang.Object
Constructor and Description |
---|
DeJRMJunction() |
Modifier and Type | Method and Description |
---|---|
DeJRMTDSection |
getFirstConflictingTDSOnRoute(DeJRMRoute route)
Gets the first TDS on the specified route that conflicts with another route in this junction.
|
DeJRMRoute |
getRoute(java.lang.String routeName)
Gets the route with the specified name
|
DeJRMRoute |
getRouteForService(DeJRMServiceTimetable service)
Gets the route from this junction for the specified service.
|
java.util.List<java.lang.String> |
getRouteNames()
Gets the list of route names for this junction.
|
java.util.List<DeJRMRoute> |
getRoutes()
Gets all the routes on this junction.
|
public java.util.List<DeJRMRoute> getRoutes()
public java.util.List<java.lang.String> getRouteNames()
public DeJRMRoute getRoute(java.lang.String routeName)
routeName
- public DeJRMRoute getRouteForService(DeJRMServiceTimetable service)
service
- public DeJRMTDSection getFirstConflictingTDSOnRoute(DeJRMRoute route)
route
-