Package org.goplanit.converter
Interface ConverterEntity
-
- All Known Subinterfaces:
ConverterReader<T>
,ConverterWriter<T>
,DemandsReader
,DemandsWriter
,IntermodalReader<T,U>
,IntermodalWriter<T,U>
,NetworkReader
,NetworkWriter
,PairConverterReader<T,U>
,PairConverterWriter<T,U>
,RoutedServicesReader
,RoutedServicesWriter
,ServiceNetworkReader
,ServiceNetworkWriter
,ZoningReader
,ZoningWriter
- All Known Implementing Classes:
BaseReaderImpl
,BaseWriterImpl
,CrsWriterImpl
,GeometryIntermodalWriter
,GeometryIoWriter
,GeometryNetworkWriter
,GeometryRoutedServicesWriter
,GeometryServiceNetworkWriter
,GeometryZoningWriter
,GtfsIntermodalReader
,GtfsServicesReader
,GtfsZoningReader
,MatsimIntermodalWriter
,MatsimNetworkWriter
,MatsimRoutedServicesWriter
,MatsimWriter
,NetworkReaderImpl
,OsmIntermodalReader
,OsmNetworkReader
,OsmZoningReader
,PlanitDemandsReader
,PlanitDemandsWriter
,PlanitIntermodalReader
,PlanitIntermodalWriter
,PlanitNetworkReader
,PlanitNetworkWriter
,PlanitRoutedServicesReader
,PlanitRoutedServicesWriter
,PlanitServiceNetworkReader
,PlanitServiceNetworkWriter
,PlanitWriterImpl
,PlanitZoningReader
,PlanitZoningWriter
,TntpDemandsReader
,TntpNetworkReader
,TntpZoningReader
,UnTypedPlanitCrsWriterImpl
public interface ConverterEntity
Base interface for classes able to read/write something- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTypeDescription()
short description (one word capitals) of this reader for logging purposesvoid
reset()
reset the reader to allow for marking unnecessary resources for garbage collection
-
-
-
Method Detail
-
getTypeDescription
String getTypeDescription()
short description (one word capitals) of this reader for logging purposes- Returns:
- description
-
reset
void reset()
reset the reader to allow for marking unnecessary resources for garbage collection
-
-