Modifier and Type | Method and Description |
---|---|
boolean |
DeJRMRoute.doesServiceOperateOnRoute(DeJRMServiceTimetable service)
Does the specified service interact with this route at any point?
|
DeJRMRoute |
DeJRMJunction.getRouteForService(DeJRMServiceTimetable service)
Gets the route from this junction for the specified service.
|
boolean |
DeJRMRoute.isServiceOnRoute(DeJRMServiceTimetable service)
Does the specified service operate entirely on this route?
|
Modifier and Type | Method and Description |
---|---|
DeJRMServiceTimetable |
DeJRMTimetable.getServiceTimetable(java.lang.String serviceId)
Gets the service timetable object for the service with the specified ID.
|
Constructor and Description |
---|
DeJRMServiceTimetable(DeJRMServiceTimetable copy)
Copy constructor
|