Package org.goplanit.converter.service
Interface ServiceNetworkWriter
-
- All Superinterfaces:
ConverterEntity
,ConverterWriter<ServiceNetwork>
- All Known Implementing Classes:
GeometryServiceNetworkWriter
,PlanitServiceNetworkWriter
public interface ServiceNetworkWriter extends ConverterWriter<ServiceNetwork>
Interface to write a PLANit service network 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
-
-