Uses of Package
de.fesenmeyer.dbnormalizer.core.configuration

Packages that use de.fesenmeyer.dbnormalizer.core.configuration
de.fesenmeyer.dbnormalizer.core The top-level package of the core logic, which contains the fundamental classes of DBNormalizer. 
de.fesenmeyer.dbnormalizer.core.configuration Contains the classes used for reading and writing configuration data of a session. 
de.fesenmeyer.dbnormalizer.gui The top-level package of the GUI, which is implemented in Swing. 
 

Classes in de.fesenmeyer.dbnormalizer.core.configuration used by de.fesenmeyer.dbnormalizer.core
AttributeSetConfig
          Configuration class for attributes.
SessionConfig
          The main configuration class which holds all the data for reading or writing a session.
TableConfig
          Configuration class for tables.
TableContainerConfig
          Configuration class for table containers.
 

Classes in de.fesenmeyer.dbnormalizer.core.configuration used by de.fesenmeyer.dbnormalizer.core.configuration
AttributeSetConfig
          Configuration class for attributes.
ConfigurationException
          Exception to be thrown if an error occurs while reading or writing a configuration file, e.g. when the XML-file is not valid.
FDConfig
          Configuration class which represents a functional dependency (FD).
SessionConfig
          The main configuration class which holds all the data for reading or writing a session.
TableConfig
          Configuration class for tables.
TableContainerConfig
          Configuration class for table containers.
 

Classes in de.fesenmeyer.dbnormalizer.core.configuration used by de.fesenmeyer.dbnormalizer.gui
ConfigurationException
          Exception to be thrown if an error occurs while reading or writing a configuration file, e.g. when the XML-file is not valid.