Package org.goplanit.converter.network
Class NetworkReaderImpl
- java.lang.Object
-
- org.goplanit.converter.BaseReaderImpl<TransportLayerNetwork<?,?>>
-
- org.goplanit.converter.network.NetworkReaderImpl
-
- All Implemented Interfaces:
ConverterEntity
,ConverterReader<TransportLayerNetwork<?,?>>
,NetworkReader
- Direct Known Subclasses:
PlanitNetworkReader
,PlanitServiceNetworkReader
public abstract class NetworkReaderImpl extends BaseReaderImpl<TransportLayerNetwork<?,?>> implements NetworkReader
A network reader implementation with built-in convenience containers that maps ids used by the external data source to relate entities to each other to the created PLANit entries.- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.converter.BaseReaderImpl
sourceIdTrackerMap
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
NetworkReaderImpl()
Constructor
-
Method Summary
-
Methods inherited from class org.goplanit.converter.BaseReaderImpl
getBySourceId, getSourceIdContainer, initialiseSourceIdMap, initialiseSourceIdMap, registerBySourceId, registerBySourceId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.converter.ConverterEntity
reset
-
Methods inherited from interface org.goplanit.converter.ConverterReader
getSettings, read
-
Methods inherited from interface org.goplanit.converter.network.NetworkReader
getTypeDescription
-
-