| Package | Description |
|---|---|
| org.uob.braveapi.signaller.algorithms.leichen.graph | |
| org.uob.braveapi.signaller.algorithms.leichen.operationaldata.junctions |
| Constructor and Description |
|---|
DeJRMGraph(java.lang.String graphName,
java.util.List<DeJRMTimetable> timetables,
java.util.List<DeJRMRoute> routes,
double[] junctionLimits) |
| Modifier and Type | Method and Description |
|---|---|
DeJRMRoute |
DeJRMJunction.getRoute(java.lang.String routeName)
Gets the route with the specified name
|
DeJRMRoute |
DeJRMJunction.getRouteForService(DeJRMServiceTimetable service)
Gets the route from this junction for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeJRMRoute> |
DeJRMJunction.getRoutes()
Gets all the routes on this junction.
|
| Modifier and Type | Method and Description |
|---|---|
DeJRMTDSection |
DeJRMJunction.getFirstConflictingTDSOnRoute(DeJRMRoute route)
Gets the first TDS on the specified route that conflicts with another route in this junction.
|