static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create() |
Factory method based on all defaults.
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(String pathDirectory) |
Factory method based on defaults with custom set path directory.
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(String pathDirectory,
String xmlFileExtension,
MacroscopicNetwork network,
Zoning zoning) |
Factory method for intermodal reader( without services)
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(String pathDirectory,
String xmlFileExtension,
MacroscopicNetwork network,
Zoning zoning,
ServiceNetwork serviceNetwork,
RoutedServices routedServices) |
Factory method
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(PlanitIntermodalReaderSettings intermodalSettings) |
Factory method based on passed in network and zoning reader settings
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(IdGroupingToken idGroupingToken) |
Factory method based on all defaults.
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(IdGroupingToken idGroupingToken,
PlanitIntermodalReaderSettings intermodalSettings) |
Factory method based on settings.
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork,
org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning,
org.goplanit.xml.generated.XMLElementServiceNetwork xmlRawServiceNetwork,
org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices,
MacroscopicNetwork network,
Zoning zoning,
ServiceNetwork serviceNetwork,
RoutedServices routedServices) |
constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
|