Modifier and Type | Method and Description |
---|---|
DeJRMTDSection.DeJRMTDSectionDirection |
DeJRMTDSection.getDirection() |
static DeJRMTDSection.DeJRMTDSectionDirection |
DeJRMTDSection.DeJRMTDSectionDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeJRMTDSection.DeJRMTDSectionDirection[] |
DeJRMTDSection.DeJRMTDSectionDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DeJRMTDSection(java.lang.String tdSectionId,
double length,
DeJRMTDSection.DeJRMTDSectionDirection direction)
Initialise the TDSection object.
|
Modifier and Type | Method and Description |
---|---|
DeJRMTDSection.DeJRMTDSectionDirection |
DeJRMTimetableEntry.getDirection() |
DeJRMTDSection.DeJRMTDSectionDirection |
DeJRMTimetable.getDirectionForServiceAcrossTDS(java.lang.String serviceId,
java.lang.String tdSection)
Gets the direction across the TDSection the the specified service will travel on this timetable.
|
DeJRMTDSection.DeJRMTDSectionDirection |
DeJRMServiceTimetable.getDirectionForTDSection(java.lang.String tdSection) |
Constructor and Description |
---|
DeJRMTimetableEntry(java.lang.String tdSection,
java.util.Date time,
DeJRMTDSection.DeJRMTDSectionDirection direction) |