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

Packages that use de.fesenmeyer.dbnormalizer.core.algorithms
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.gui The top-level package of the GUI, which is implemented in Swing. 
 

Classes in de.fesenmeyer.dbnormalizer.core.algorithms used by de.fesenmeyer.dbnormalizer.core
NFDeterminationResult
          Class holding the result of the normal form determination performed by the class NFDetermination.
NormalizationProposal
          Class representing a normalization proposal.
 

Classes in de.fesenmeyer.dbnormalizer.core.algorithms used by de.fesenmeyer.dbnormalizer.core.algorithms
AbstractNormalizationAlgorithm
          Abstract base class for normalization algorithms.
NFDeterminationResult
          Class holding the result of the normal form determination performed by the class NFDetermination.
NormalizationFKsProposal
          Proposal of foreign keys (FKs) to be defined between the created tables of a normalization proposal.
NormalizationProposal
          Class representing a normalization proposal.
 

Classes in de.fesenmeyer.dbnormalizer.core.algorithms used by de.fesenmeyer.dbnormalizer.gui
NFDeterminationResult
          Class holding the result of the normal form determination performed by the class NFDetermination.
NormalizationProposal
          Class representing a normalization proposal.