public class ValidationResult extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationResult.GeographicBounds |
| Modifier and Type | Field and Description |
|---|---|
ValidationResult.GeographicBounds |
boundsWithoutOutliers |
int[] |
dailyBusSeconds |
int[] |
dailyMetroSeconds |
int[] |
dailyRailSeconds |
int[] |
dailyTotalSeconds |
int[] |
dailyTramSeconds |
int[] |
dailyTripCounts |
LocalDate |
declaredEndDate |
LocalDate |
declaredStartDate |
int |
errorCount |
String |
fatalException |
LocalDate |
firstCalendarDate
the actual first and last date of service which is calculated in
ServiceValidator.complete(com.conveyal.gtfs.validator.ValidationResult)
These variables are actually not directly tied to data in the calendar_dates.txt file. |
ValidationResult.GeographicBounds |
fullBounds |
LocalDate |
lastCalendarDate |
long |
validationTime |
| Constructor and Description |
|---|
ValidationResult() |
public String fatalException
public int errorCount
public LocalDate declaredStartDate
public LocalDate declaredEndDate
public LocalDate firstCalendarDate
ServiceValidator.complete(com.conveyal.gtfs.validator.ValidationResult)
These variables are actually not directly tied to data in the calendar_dates.txt file. Instead, they represent
the first and last date respectively of any entry in the calendar.txt and calendar_dates.txt files.public LocalDate lastCalendarDate
public int[] dailyBusSeconds
public int[] dailyTramSeconds
public int[] dailyMetroSeconds
public int[] dailyRailSeconds
public int[] dailyTotalSeconds
public int[] dailyTripCounts
public ValidationResult.GeographicBounds fullBounds
public ValidationResult.GeographicBounds boundsWithoutOutliers
public long validationTime
Copyright © 2019. All rights reserved.