Uses of Class
org.goplanit.converter.BaseReaderImpl
-
Packages that use BaseReaderImpl Package Description org.goplanit.converter.network org.goplanit.io.converter.demands Classes used to process the Java classes generated from XSD filesorg.goplanit.io.converter.network org.goplanit.io.converter.service org.goplanit.io.converter.zoning org.goplanit.tntp.converter.demands org.goplanit.tntp.converter.network org.goplanit.tntp.converter.zoning -
-
Uses of BaseReaderImpl in org.goplanit.converter.network
Subclasses of BaseReaderImpl in org.goplanit.converter.network Modifier and Type Class Description class
NetworkReaderImpl
A network reader implementation with built-in convenience containers that maps ids used by the external data source to relate entities to each other to the created PLANit entries. -
Uses of BaseReaderImpl in org.goplanit.io.converter.demands
Subclasses of BaseReaderImpl in org.goplanit.io.converter.demands Modifier and Type Class Description class
PlanitDemandsReader
Reader to parse PLANit demands from native XML format -
Uses of BaseReaderImpl in org.goplanit.io.converter.network
Subclasses of BaseReaderImpl in org.goplanit.io.converter.network Modifier and Type Class Description class
PlanitNetworkReader
Implementation of the network reader for the PLANit XML native format -
Uses of BaseReaderImpl in org.goplanit.io.converter.service
Subclasses of BaseReaderImpl in org.goplanit.io.converter.service Modifier and Type Class Description class
PlanitRoutedServicesReader
Implementation of a routed service reader in the PLANit XML native formatclass
PlanitServiceNetworkReader
Implementation of a service network reader in the PLANit XML native format -
Uses of BaseReaderImpl in org.goplanit.io.converter.zoning
Subclasses of BaseReaderImpl in org.goplanit.io.converter.zoning Modifier and Type Class Description class
PlanitZoningReader
Class to parse zoning from native XML format -
Uses of BaseReaderImpl in org.goplanit.tntp.converter.demands
Subclasses of BaseReaderImpl in org.goplanit.tntp.converter.demands Modifier and Type Class Description class
TntpDemandsReader
Demands reader component for TNTP data format -
Uses of BaseReaderImpl in org.goplanit.tntp.converter.network
Subclasses of BaseReaderImpl in org.goplanit.tntp.converter.network Modifier and Type Class Description class
TntpNetworkReader
Network reader component for TNTP data format -
Uses of BaseReaderImpl in org.goplanit.tntp.converter.zoning
Subclasses of BaseReaderImpl in org.goplanit.tntp.converter.zoning Modifier and Type Class Description class
TntpZoningReader
Zoning reader component for TNTP data format.
-