Uses of Interface
org.goplanit.converter.service.ServiceNetworkReader
-
Packages that use ServiceNetworkReader Package Description org.goplanit.converter.service org.goplanit.io.converter.service -
-
Uses of ServiceNetworkReader in org.goplanit.converter.service
Methods in org.goplanit.converter.service that return ServiceNetworkReader Modifier and Type Method Description ServiceNetworkReader
ServiceNetworkConverter. getReader()
get the readerMethods in org.goplanit.converter.service with parameters of type ServiceNetworkReader Modifier and Type Method Description static ServiceNetworkConverter
ServiceNetworkConverterFactory. create(ServiceNetworkReader reader, ServiceNetworkWriter writer)
Create the service network converterConstructors in org.goplanit.converter.service with parameters of type ServiceNetworkReader Constructor Description ServiceNetworkConverter(ServiceNetworkReader reader, ServiceNetworkWriter writer)
constructor -
Uses of ServiceNetworkReader in org.goplanit.io.converter.service
Classes in org.goplanit.io.converter.service that implement ServiceNetworkReader Modifier and Type Class Description class
PlanitServiceNetworkReader
Implementation of a service network reader in the PLANit XML native format
-