Package pl.poznan.put.cs.idss.jrs.core

Contains base classes and interfaces common for whole data management module. This package provides data access and format conversion approach. For all containers serial access shoud be possible. The main idea of data exchange is transfering metadata and then data. If container is random accessible it should implement RandomAccess interface for adding, deleting and pointing objects.

For user the most important are ParseLog and Transfer. First one returns information from the parser (during file reading). Second one should be used to quick transfer all data table from on place to another (especially MemoryContainer.

Skip navigation links