DBNormalizer API

Packages
de.fesenmeyer.dbnormalizer.core The top-level package of the core logic, which contains the fundamental classes of DBNormalizer.
de.fesenmeyer.dbnormalizer.core.algorithms Package which provides the several algorithms implemented by DBNormalizer.
de.fesenmeyer.dbnormalizer.core.configuration Contains the classes used for reading and writing configuration data of a session.
de.fesenmeyer.dbnormalizer.core.configuration.xml Utility-Classes for reading and writing session configuration via XML.
de.fesenmeyer.dbnormalizer.core.dbaccess Package containing database access code and utility methods.
de.fesenmeyer.dbnormalizer.core.log Provides logging functionality.
de.fesenmeyer.dbnormalizer.core.util Package containing utility classes for commonly needed operations.
de.fesenmeyer.dbnormalizer.gui The top-level package of the GUI, which is implemented in Swing.
de.fesenmeyer.dbnormalizer.gui.util Some utility classes for the GUI.