Uses of Class
org.goplanit.converter.ConverterBase
-
-
Uses of ConverterBase in org.goplanit.converter
Subclasses of ConverterBase in org.goplanit.converter Modifier and Type Class Description class
Converter<T>
Convert PLANit entities parsed by a reader from one format and persisted with a writer to anotherclass
PairConverter<T,U>
Convert multiple PLANit entities parsed by a reader from one format and persisted with a writer to another -
Uses of ConverterBase in org.goplanit.converter.demands
Subclasses of ConverterBase in org.goplanit.converter.demands Modifier and Type Class Description class
DemandsConverter
Network converter class able to convert demands from one type to another -
Uses of ConverterBase in org.goplanit.converter.intermodal
Subclasses of ConverterBase in org.goplanit.converter.intermodal Modifier and Type Class Description class
IntermodalConverter<T extends ServiceNetwork,U extends RoutedServices>
A converter that supports intermodal networks, i.e., a combination of both a network and a zoning with transfer zones -
Uses of ConverterBase in org.goplanit.converter.network
Subclasses of ConverterBase in org.goplanit.converter.network Modifier and Type Class Description class
NetworkConverter
Network converter class able to convert a network from one type to another -
Uses of ConverterBase in org.goplanit.converter.service
Subclasses of ConverterBase in org.goplanit.converter.service Modifier and Type Class Description class
ServiceNetworkConverter
Service network converter class able to convert a service network from one type to another -
Uses of ConverterBase in org.goplanit.converter.zoning
Subclasses of ConverterBase in org.goplanit.converter.zoning Modifier and Type Class Description class
ZoningConverter
Zoning converter class able to convert a zoning network from one source to another
-