| BaseReaderImpl<T> |
Abstract base class implementation for converter readers which has a mechanism to (optionally) keep track of entities by their source id as PLANit only indexes by internal id
|
| BaseWriterImpl<T> |
abstract base class implementation to write a PLANit network to disk with id mapping sorted for convenience
|
| Converter<T> |
Convert PLANit entities parsed by a reader from one format and persisted with a writer to another
|
| ConverterBase |
Base converter for PLANit entities
|
| CrsWriterImpl<T> |
|
| FileBasedConverterWriterSettings |
Settings relevant for file based converter writers, can be used as base implementation
|
| PairConverter<T,U> |
Convert multiple PLANit entities parsed by a reader from one format and persisted with a writer to another
|
| SingleFileBasedConverterWriterSettings |
Settings relevant for file based converter writers, can be used as base implementation
|