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 classConverter<T>Convert PLANit entities parsed by a reader from one format and persisted with a writer to anotherclassMultiConverter<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 classIntermodalConverterA 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.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
-