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

R

ReadDbNow(File) - Method in class dba.fileIO.ReadFromXML
Unmarshall a xml file and return the Database
ReadFromXML - Class in dba.fileIO
Class to read the db from a xml file
ReadFromXML() - Constructor for class dba.fileIO.ReadFromXML
 
readOptions() - Method in class dba.options.Options
Reads all Options from the File
redo() - Method in class dba.gui.auxClasses.GuiLogic
 
RelationCheck - Class in dbaCore.logic.Analysis
Superclass for the RelationCheck-Classes, offers common methods
RelationCheck() - Constructor for class dbaCore.logic.Analysis.RelationCheck
 
RelationCheckTest - Class in <Unnamed>
 
RelationCheckTest() - Constructor for class RelationCheckTest
 
RelationDetailsGraphUpdater - Class in dba.gui.auxClasses.jGraph
Updates / Draws the RelationDetailsView
RelationDetailsGraphUpdater(mxGraph, ArrayList<RelationSchema>) - Constructor for class dba.gui.auxClasses.jGraph.RelationDetailsGraphUpdater
 
RelationDetailsView - Class in dba.gui.auxClasses
Displays the relations and their functional dependencies
RelationDetailsView() - Constructor for class dba.gui.auxClasses.RelationDetailsView
 
RelationDetailsView(GuiLogic) - Constructor for class dba.gui.auxClasses.RelationDetailsView
Creates a new instance and registers this instance as a observer of given GuiLogic
RelationGraphUpdater - Class in dba.gui.auxClasses.jGraph
Updates / Draws a given RelationView-graph
RelationGraphUpdater(mxGraph, mxGraphComponent, ArrayList<RelationSchema>, ArrayList<ForeignKeyConstraint>) - Constructor for class dba.gui.auxClasses.jGraph.RelationGraphUpdater
 
RelationInformation - Interface in dbaCore.logic.Analysis
Interface incorporating all important methods to check a relation
RelationInspectorGui - Class in dba.utils
Relation-inspection for the GUI
RelationInspectorGui() - Constructor for class dba.utils.RelationInspectorGui
 
RelationLogic - Class in dba.gui.auxClasses
Class to provide methods for relations
RelationLogic() - Constructor for class dba.gui.auxClasses.RelationLogic
 
relationNameAlreadyExists(String, ArrayList<RelationSchema>) - Method in class dbaCore.logic.Analysis.RelationUtils
Returns if a given Relation-name already exists
RelationNode - Class in dba.gui.auxClasses.nodes
Represents Relation Node in JTree Component
RelationNode(RelationSchema) - Constructor for class dba.gui.auxClasses.nodes.RelationNode
Parametric constructor
RelationSchema - Class in dbaCore.data
Class representing a Relation
RelationSchema() - Constructor for class dbaCore.data.RelationSchema
 
RelationSchema(String) - Constructor for class dbaCore.data.RelationSchema
 
RelationSchema(String, ArrayList<Attribute>) - Constructor for class dbaCore.data.RelationSchema
 
RelationSchema(String, ArrayList<Attribute>, ArrayList<FunctionalDependency>) - Constructor for class dbaCore.data.RelationSchema
 
RelationUpdater - Class in dba.gui.auxClasses.jGraph
Base-Class for graph-updates
RelationUpdater() - Constructor for class dba.gui.auxClasses.jGraph.RelationUpdater
 
RelationUtils - Class in dbaCore.logic.Analysis
Basic Methods to analyze a relation
RelationView - Class in dba.gui.auxClasses
 
RelationView() - Constructor for class dba.gui.auxClasses.RelationView
 
RelationView(GuiLogic) - Constructor for class dba.gui.auxClasses.RelationView
Creates a new instance and registers this instance as a observer of given GuiLogic
RelationWizard - Class in dba.gui.newRelation
This class provides a JDialog which represents a Wizzard for a new Relation or editing a existing Relation
RelationWizard(Database, RelationSchema, WizardEnum) - Constructor for class dba.gui.newRelation.RelationWizard
Defaultconstructor to create the frame.
removeAttribute(Attribute) - Method in class dbaCore.data.RelationSchema
 
removeChangeListener(ChangeListener) - Method in class dbaCore.data.events.ChangeSupport
Removes a ChangeListener from the collection
removeChangeListener(ChangeListener) - Method in class dbaCore.data.HistoricObject
 
RemoveExtension - Class in dba.utils
 
RemoveExtension() - Constructor for class dba.utils.RemoveExtension
 
removeExtension(String, String) - Static method in class dba.utils.RemoveExtension
Remove given file extension
removeForeignKey(String, String) - Method in class dbaCore.data.Database
Removes a existent ForeignKey associated with this attribute
removeFunctionalDependency(FunctionalDependency) - Method in class dbaCore.data.RelationSchema
 
removePropertyChangeListener(PropertyChangeListener) - Method in class dbaCore.data.TimeLine
 
removeRedundantFunctionalDependencies(ArrayList<FunctionalDependency>) - Method in class dbaCore.logic.Analysis.RelationCheck
Removes redundant functional dependencies from the ArrayList
removeRelationSchema(RelationSchema) - Method in class dbaCore.data.Database
Removes a RelationSchema from the database (also removes the Listener)
removeRow(int) - Method in class dba.gui.metaInfoFrame.PersonTableModel
Delete row from our Table
removeRow(int) - Method in class dba.gui.newRelation.auxClasses.AttributeTableModel
Delete row from our Table
removeUnneccessarySourceAttributes(ArrayList<FunctionalDependency>) - Method in class dbaCore.logic.Analysis.RelationCheck
Returns a ArrayList of FunctionalDependencies, no unnecessary Attributes on the Left side
removeUpdate(DocumentEvent) - Method in class dba.gui.newRelation.auxClasses.CustomDocumentListener
 
renameAttribute() - Method in class dba.gui.auxClasses.AttrLogic
Rename the currently marked Attribute
renameAttribute(RelationSchema, Attribute, String) - Method in class dbaCore.data.Database
Renames a Attribute
renameAttributeWithoutFiring(Attribute, String) - Method in class dbaCore.data.RelationSchema
Renames a given Attribute without firing Change
renameRelation() - Method in class dba.gui.auxClasses.RelationLogic
Rename the selected relation
renameRelationSchema(RelationSchema, String) - Method in class dbaCore.data.Database
Renames the RelationSchema and updates the ForeignKey-Constraints
replaceRangeOfRelationSchemas(RelationSchema, ArrayList<RelationSchema>) - Method in class dbaCore.data.Database
Replaces the targetRelation with the sourceRelation
replaceRangeOfRelationsWithoutFiring(RelationSchema, ArrayList<RelationSchema>) - Method in class dbaCore.data.Database
Replaces the targetRelation with the sourceRelation, no ChangeEvent gets fired!
replaceRelationSchema(RelationSchema, RelationSchema) - Method in class dbaCore.data.Database
Replaces the targetRelation with the sourceRelation
resetPrimaryKey(RelationSchema) - Method in class dbaCore.logic.Analysis.RelationUtils
Resets the Primary Key to the optimal choice
restoreAttributesByFds(RelationSchema) - Method in class dbaCore.logic.Analysis.RelationUtils
Restores Attributes of the given relation with the attributes of the functionalDependencies
restoreExpansionState() - Method in class dba.gui.CustomTree
Restore the expansion state as stored in the list
restoreReferences() - Method in class dbaCore.data.Database
Restores the references between the attributes and the fd's
restoreReferences() - Method in class dbaCore.data.RelationSchema
Restores the References between the FunctionalDependencies and the Attributes of the relation
run() - Method in class dba.gui.auxClasses.feedback.FeedbackbarThread
 
run() - Method in class dba.gui.auxClasses.jGraph.RelationDetailsGraphUpdater
 
run() - Method in class dba.gui.auxClasses.jGraph.RelationGraphUpdater
 
A B C D E F G H I J K L M N O P R S T U V W X Z