Package org.goplanit.converter.service
Interface RoutedServicesWriter
-
- All Superinterfaces:
ConverterEntity
,ConverterWriter<RoutedServices>
- All Known Implementing Classes:
GeometryRoutedServicesWriter
,MatsimRoutedServicesWriter
,PlanitRoutedServicesWriter
public interface RoutedServicesWriter extends ConverterWriter<RoutedServices>
Interface to write a PLANit RoutedServices to disk- 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.ConverterWriter
getIdMapperType, getSettings, setIdMapperType, write
-
-
-
-
Method Detail
-
getTypeDescription
default String getTypeDescription()
short description (one word capitals) of this reader for logging purposes- Specified by:
getTypeDescription
in interfaceConverterEntity
- Returns:
- description
-
-