static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create() |
Factory method based on all defaults.
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(String pathDirectory,
String xmlFileExtension,
MacroscopicNetwork network,
Zoning zoning) |
Factory method
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(PlanitIntermodalReaderSettings intermodalSettings) |
Factory method absed on passed in network and zoning reader settings
|
static PlanitIntermodalReader |
PlanitIntermodalReaderFactory.create(org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork,
org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning,
MacroscopicNetwork network,
Zoning zoning) |
constructor where file has already been parsed and we only need to convert from raw XML objects to PLANit memory model
|