A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractDBItem - Class in de.fesenmeyer.dbnormalizer.core
Abstract base class for the objects contained in a DB, such as a table or a primary key.
AbstractDBItem() - Constructor for class de.fesenmeyer.dbnormalizer.core.AbstractDBItem
 
AbstractNormalizationAlgorithm - Class in de.fesenmeyer.dbnormalizer.core.algorithms
Abstract base class for normalization algorithms.
AbstractNormalizationAlgorithm() - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.AbstractNormalizationAlgorithm
 
accepted - Variable in class de.fesenmeyer.dbnormalizer.gui.DBConfigFrame
 
accepted - Variable in class de.fesenmeyer.dbnormalizer.gui.DBTableSelectionFrame
 
acceptFDs() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
saves the FDs from the table to the internal table representation
actionPerformed(ActionEvent) - Method in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
actionPerformed(ActionEvent) - Method in class de.fesenmeyer.dbnormalizer.gui.DBConfigFrame
 
actionPerformed(ActionEvent) - Method in class de.fesenmeyer.dbnormalizer.gui.DBTableSelectionFrame
 
addAttributes(DBNormalizerTreeNode, String[]) - Method in class de.fesenmeyer.dbnormalizer.gui.TableTree
 
addButton - Variable in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
addButtonClicked() - Method in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
addCellEditorListener(CellEditorListener) - Method in class de.fesenmeyer.dbnormalizer.gui.util.JComponentCellEditor
 
addColumnInfo(String, TableColumn) - Method in class de.fesenmeyer.dbnormalizer.core.Table
Adds the TableColumn information specified by argument col for the column (attribute) specified by argument colName.
addContainer(TableContainer) - Method in class de.fesenmeyer.dbnormalizer.gui.TableTree
 
addCreatedTable(Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Adds a table to the tables to be created due to the normalization proposal.
addExportedKeysToTables(Collection<FK>, Collection<Table>) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsDetermination
Helper method which adds each FK given by the fks argument as exported key to the appropriate table contained in the collection given by the tables argument, if possible.
addImportedKeysToTables(Collection<FK>, Collection<Table>) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsDetermination
Helper method which adds each FK given by the fks argument as imported key to the appropriate table contained in the collection given by the tables argument, if possible.
addMode - Variable in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
addNormalizationProposal(NormalizationProposal) - Method in class de.fesenmeyer.dbnormalizer.gui.TableTree
 
addTable(DBNormalizerTreeNode, String) - Method in class de.fesenmeyer.dbnormalizer.gui.TableTree
 
addTable2Normalize(TableContainer, Table) - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Adds a table to the set of tables to be normalized.
addTableContainer2Normalize(TableContainer) - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Adds a TableContainer to the session.
addTableInformation(Collection<TableContainerConfig>) - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Adds tables to be normalized to this session, based on configuration data.
addToViolatingFDs(NormalForm, FD) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDetermination
Helper method which adds a FD to the map of violating FDs.
append(LoggingEvent) - Method in class de.fesenmeyer.dbnormalizer.core.log.TextAreaAppender
 
ApplicationFrame - Class in de.fesenmeyer.dbnormalizer.gui
 
ApplicationFrame() - Constructor for class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
applicationFrame - Variable in class de.fesenmeyer.dbnormalizer.gui.TableMainPanel
 
assignFrom(DBConfig) - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Assign a DB-Configuration to this session.
attributes - Variable in class de.fesenmeyer.dbnormalizer.core.configuration.AttributeSetConfig
The attributes.
attributes - Variable in class de.fesenmeyer.dbnormalizer.core.Key
The attributes this key consists of.
attributes - Variable in class de.fesenmeyer.dbnormalizer.core.Table
The set of attributes belonging to this table.
AttributeSetConfig - Class in de.fesenmeyer.dbnormalizer.core.configuration
Configuration class for attributes.
AttributeSetConfig() - Constructor for class de.fesenmeyer.dbnormalizer.core.configuration.AttributeSetConfig
 
attributeSetConfig - Variable in class de.fesenmeyer.dbnormalizer.core.configuration.TableConfig
The attributes.
AttributeStringSet - Class in de.fesenmeyer.dbnormalizer.core
A Set implementation for handling a set of attribute names.
AttributeStringSet(AttributeStringSet) - Constructor for class de.fesenmeyer.dbnormalizer.core.AttributeStringSet
Class constructor for creating an instance by copying the AttributeStringSet given by the attrStrSet argument.
AttributeStringSet(Collection<String>) - Constructor for class de.fesenmeyer.dbnormalizer.core.AttributeStringSet
Class constructor for creating an instance by copying the collection given by the attrStrs argument.
AttributeStringSet() - Constructor for class de.fesenmeyer.dbnormalizer.core.AttributeStringSet
Class constructor for creating an empty instance.

A B C D E F G H I J K L M N O P R S T U V W X