Uses of Class
org.goplanit.converter.ConverterBase
-
Packages that use ConverterBase Package Description org.goplanit.converter org.goplanit.converter.intermodal org.goplanit.converter.network org.goplanit.converter.zoning -
-
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
MultiConverter<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.intermodal
Subclasses of ConverterBase in org.goplanit.converter.intermodal Modifier and Type Class Description class
IntermodalConverter
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.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
-