Package org.goplanit.converter.network
Interface NetworkReader
-
- All Superinterfaces:
ConverterEntity
,ConverterReader<TransportLayerNetwork<?,?>>
- All Known Subinterfaces:
ServiceNetworkReader
- All Known Implementing Classes:
NetworkReaderImpl
,OsmNetworkReader
,PlanitNetworkReader
,PlanitServiceNetworkReader
,TntpNetworkReader
public interface NetworkReader extends ConverterReader<TransportLayerNetwork<?,?>>
Interface to read a PLANit network- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getTypeDescription()
short description (one word capitals) of this reader for logging purposes-
Methods inherited from interface org.goplanit.converter.ConverterEntity
reset
-
Methods inherited from interface org.goplanit.converter.ConverterReader
getSettings, read
-
-
-
-
Method Detail
-
getTypeDescription
default String getTypeDescription()
short description (one word capitals) of this reader for logging purposes- Specified by:
getTypeDescription
in interfaceConverterEntity
- Returns:
- description
-
-