Uses of Interface
org.planit.network.converter.NetworkReader
-
Packages that use NetworkReader Package Description org.planit.io.network.converter org.planit.network.converter -
-
Uses of NetworkReader in org.planit.io.network.converter
Classes in org.planit.io.network.converter that implement NetworkReader Modifier and Type Class Description class
PlanitNetworkReader
Implementation of the network reader for the PLANit XML native format -
Uses of NetworkReader in org.planit.network.converter
Fields in org.planit.network.converter declared as NetworkReader Modifier and Type Field Description protected NetworkReader
NetworkConverter. reader
the readerMethods in org.planit.network.converter that return NetworkReader Modifier and Type Method Description NetworkReader
NetworkConverter. getReader()
get the readerMethods in org.planit.network.converter with parameters of type NetworkReader Modifier and Type Method Description static NetworkConverter
NetworkConverterFactory. createConverter(NetworkReader reader, NetworkWriter writer)
Create the converterConstructors in org.planit.network.converter with parameters of type NetworkReader Constructor Description NetworkConverter(NetworkReader reader, NetworkWriter writer)
constructor
-