|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| BasicFileResourceDescriptor | |
| BasicPersistenceRegistry | |
| BasicPersistenceRegistryTest | |
The persistence layer serves to fulfill all the persistence needs of the system. This layer allows the details of storing data to file and restoring them to objects to be hidden, allowing users to concentrate on the design, implementation and optimization of algorithms.
There are two main interfaces for the sake of practical usage: the PersistanceFacade and the PersistenceRegistry. The facade is intended to make life easier for those who do not want to be concerned about the specifics of the persisters. The registry is intended to provide more lower level access to each of the persisters available in the system. Normally, the facade would be used by the normal users while coding up algorithms, while the registry would be used by user-interface based systems which allow the user to choose between several choices. For details, see the documentation of the individual classes and interfaces.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||