static PlanitIntermodalWriter |
PlanitIntermodalWriterFactory.create() |
Default factory method.
|
static PlanitIntermodalWriter |
PlanitIntermodalWriterFactory.create(String outputDirectory) |
Create a PLANitIntermodalWriter which can persist a PLANit network and zoning in the native PLANit XML format.
|
static PlanitIntermodalWriter |
PlanitIntermodalWriterFactory.create(String outputDirectory,
String countryName) |
Create a PLANitIntermodalWriter which can persist a PLANit network and zoning in the native PLANit XML format
|
static PlanitIntermodalWriter |
PlanitIntermodalWriterFactory.create(String outputDirectory,
String countryName,
org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork,
org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning) |
Create a PLANitNetworkWriter which can persist a PLANit network in the native PLANit XML format.
|
static PlanitIntermodalWriter |
PlanitIntermodalWriterFactory.create(String outputDirectory,
org.goplanit.xml.generated.XMLElementMacroscopicNetwork xmlRawNetwork,
org.goplanit.xml.generated.XMLElementMacroscopicZoning xmlRawZoning) |
Create a PLANitIntermodalWriter which can persist a PLANit network and zoning in the native PLANit XML format.
|