static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(String inputDirectory,
String xmlFileExtension,
RoutedServices routedServices) |
Create a PlanitRoutedServicesReader for location and routed services to populate
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(String inputDirectory,
ServiceNetwork parentNetwork) |
Create a PlanitRoutedServicesReader sourced from given input directory
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(PlanitRoutedServicesReaderSettings settings,
ServiceNetwork parentNetwork) |
Create a PlanitRoutedServicesReader based on given settings which in turn contain information on location and parent network to use
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(PlanitRoutedServicesReaderSettings settings,
RoutedServices routedServices) |
Create a PlanitRoutedServicesReader for given (empty) routed services and given settings
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(ServiceNetwork parentNetwork) |
Create a PlanitRoutedServicesReader
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(IdGroupingToken idToken,
ServiceNetwork parentNetwork) |
Create a PlanitRoutedServicesReader based on custom id token
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices,
PlanitRoutedServicesReaderSettings settings,
RoutedServices routedServices) |
Create a PlanitRoutedServicesReader for given XML root element and routed services to populate
|
static PlanitRoutedServicesReader |
PlanitRoutedServicesReaderFactory.create(org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices,
RoutedServices routedServices) |
Create a PlanitRoutedServicesReader for given XML root element and routed services to populate
|