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 classConverter<T>Convert PLANit entities parsed by a reader from one format and persisted with a writer to anotherclassPairConverter<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 classDemandsConverterNetwork 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 classIntermodalConverter<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 classNetworkConverterNetwork 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 classServiceNetworkConverterService 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 classZoningConverterZoning converter class able to convert a zoning network from one source to another
-