static PlanitRoutedServicesWriter |
PlanitRoutedServicesWriterFactory.create() |
Create a PLANitRoutedServicesWriter which can persist a PLANit RoutedServices in the native PLANit XML format with all defaults.
|
static PlanitRoutedServicesWriter |
PlanitRoutedServicesWriterFactory.create(String serviceNetworkPath) |
Create a PLANitRoutedServicesWriter which can persist a PLANit RoutedServices in the native PLANit XML format
|
static PlanitRoutedServicesWriter |
PlanitRoutedServicesWriterFactory.create(String serviceNetworkPath,
String countryName) |
Create a PLANitRoutedServicesWriter which can persist a PLANit RoutedServices in the native PLANit XML format
|
static PlanitRoutedServicesWriter |
PlanitRoutedServicesWriterFactory.create(String networkPath,
String countryName,
org.goplanit.xml.generated.XMLElementRoutedServices xmlRawRoutedServices) |
Create a PLANitRoutedServicesWriter which can persist a PLANit RoutedServices in the native PLANit XML format.
|