Uses of Interface
org.goplanit.converter.ConverterWriter
-
-
Uses of ConverterWriter in org.goplanit.converter
Classes in org.goplanit.converter that implement ConverterWriter Modifier and Type Class Description class
BaseWriterImpl<T>
abstract base class implementation to write a PLANit network to disk with id mapping sorted for convenienceConstructors in org.goplanit.converter with parameters of type ConverterWriter Constructor Description Converter(ConverterReader<T> reader, ConverterWriter<T> writer)
constructor -
Uses of ConverterWriter in org.goplanit.converter.demands
Subinterfaces of ConverterWriter in org.goplanit.converter.demands Modifier and Type Interface Description interface
DemandsWriter
Interface to write a PLANit demands to disk -
Uses of ConverterWriter in org.goplanit.converter.network
Subinterfaces of ConverterWriter in org.goplanit.converter.network Modifier and Type Interface Description interface
NetworkWriter
Interface to write a PLANit network to disk -
Uses of ConverterWriter in org.goplanit.converter.zoning
Subinterfaces of ConverterWriter in org.goplanit.converter.zoning Modifier and Type Interface Description interface
ZoningWriter
Interface to write a PLANit zoning to disk -
Uses of ConverterWriter in org.goplanit.io.converter
Classes in org.goplanit.io.converter that implement ConverterWriter Modifier and Type Class Description class
PlanitWriterImpl<T>
Common functionality for writing in the native PLANit format across different writers -
Uses of ConverterWriter in org.goplanit.io.converter.network
Classes in org.goplanit.io.converter.network that implement ConverterWriter Modifier and Type Class Description class
PlanitNetworkWriter
Writer to persist a PLANit network to disk in the native PLANit format. -
Uses of ConverterWriter in org.goplanit.io.converter.zoning
Classes in org.goplanit.io.converter.zoning that implement ConverterWriter Modifier and Type Class Description class
PlanitZoningWriter
A class that takes a PLANit zoning and persists it to file in the Planit native XML format. -
Uses of ConverterWriter in org.goplanit.matsim.converter
Classes in org.goplanit.matsim.converter that implement ConverterWriter Modifier and Type Class Description class
MatsimNetworkWriter
A class that takes a PLANit network and writes it as a MATSIM network.class
MatsimWriter<T>
Base class from which all matsim writers deriveclass
MatsimZoningWriter
A class that takes a PLANit zoning and extracts and writes the MATSIM public transport information to disk.
-