Package org.goplanit.converter
Interface PairConverterReader<T,U>
-
- Type Parameters:
T
- reader typeU
- reader type
- All Superinterfaces:
ConverterEntity
- All Known Subinterfaces:
IntermodalReader<T,U>
- All Known Implementing Classes:
GtfsIntermodalReader
,GtfsServicesReader
,OsmIntermodalReader
,PlanitIntermodalReader
public interface PairConverterReader<T,U> extends ConverterEntity
Interface for classes able to convert entities of multiple types which are then returned- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConverterReaderSettings
getSettings()
any settings to configure the reader can be configured by collecting these settingsPair<T,U>
read()
parse the network based on the configuration of the implementing class to yield a PLANit network-
Methods inherited from interface org.goplanit.converter.ConverterEntity
getTypeDescription, reset
-
-
-
-
Method Detail
-
getSettings
ConverterReaderSettings getSettings()
any settings to configure the reader can be configured by collecting these settings- Returns:
- the settings to configrue the reader
-
-