Package org.goplanit.converter.service
Interface ServiceNetworkReader
-
- All Superinterfaces:
ConverterEntity,ConverterReader<TransportLayerNetwork<?,?>>,NetworkReader
- All Known Implementing Classes:
PlanitServiceNetworkReader
public interface ServiceNetworkReader extends NetworkReader
Interface to read a PLANit service network- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetTypeDescription()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.ConverterReader
getSettings, read
-
-
-
-
Method Detail
-
getTypeDescription
default String getTypeDescription()
short description (one word capitals) of this reader for logging purposes- Specified by:
getTypeDescriptionin interfaceConverterEntity- Specified by:
getTypeDescriptionin interfaceNetworkReader- Returns:
- description
-
-