Uses of Interface
adams.db.DatabaseConnectionHandler
-
-
Uses of DatabaseConnectionHandler in adams.data.baseline
Classes in adams.data.baseline that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionBaselineCorrection<T extends DataContainer>Ancestor for baseline correction schemes that require database access.classSlidingWindow<T extends DataContainer>Applies a baseline correction scheme on partitions of the data with a sliding window approach. -
Uses of DatabaseConnectionHandler in adams.data.filter
Classes in adams.data.filter that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionFilter<T extends DataContainer>Ancestor for filters that require database access.classBaselineCorrection<T extends DataContainer>A filter that runs a baseline correction scheme over the data.classMultiFilter<T extends DataContainer>A meta-filter that runs multiple filters over the data.classOutlierDetector<T extends DataContainer>A filter that runs an outlier detector over the data and attaches the generated detections as notes to the chromatogram.classReportFilter<T extends DataContainer>A filter that modifies the reports of data containers being passed through.classSmoothing<T extends DataContainer>A filter that runs a smoothing scheme over the data. -
Uses of DatabaseConnectionHandler in adams.data.instances
Classes in adams.data.instances that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractInstanceGenerator<T extends DataContainer & ReportHandler>Abstract base class for schemes that turn temperature profiles into weka.core.Instance objects. -
Uses of DatabaseConnectionHandler in adams.data.noise
Classes in adams.data.noise that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionDenoiser<T extends DataContainer>Ancestor for denoisers that require database access. -
Uses of DatabaseConnectionHandler in adams.data.outlier
Classes in adams.data.outlier that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionOutlierDetector<T extends DataContainer>Ancestor for outlier detectors that require a database connection.classFilteredOutlierDetector<T extends DataContainer>A meta detector that first filters the data through a filter before pushing it through the base detector.classMultiOutlierDetector<T extends DataContainer>A meta-detector that runs multiple outlier detectors over the data. -
Uses of DatabaseConnectionHandler in adams.data.report
Classes in adams.data.report that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionReportFilter<T extends DataContainer>Ancestor for report filters that require database access.classFilteredReportFilter<T extends DataContainer>This filter first pushes the data through the provided data filter before applying the actual report filter. -
Uses of DatabaseConnectionHandler in adams.data.smoothing
Classes in adams.data.smoothing that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionSmoother<T extends DataContainer>Ancestor for filters that require database access. -
Uses of DatabaseConnectionHandler in adams.db
Classes in adams.db that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseObjectWithOptionHandlingAbstract ancestor for classes that need to be able to change the database connection with commandline parameters.classAbstractTableCleanUpAncestor of classes that clean up tables in some fashion.classAbstractTimeWindowTableCleanUpAncestor for clean up schemes that use a time window.classSQLTableCleanUpExecutes an SQL statement to clean up the table. -
Uses of DatabaseConnectionHandler in adams.db.upgrade
Classes in adams.db.upgrade that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractTableUpgradeAbstract superclass for all helper classes that upgrade tables in one way or another.classFixInvalidMySQLTimestampDefaultReplaces invalid MySQL default values of TIMESTAMP columns.classPassThroughA dummy upgrader, does nothing. -
Uses of DatabaseConnectionHandler in adams.flow.condition.bool
Classes in adams.flow.condition.bool that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractBooleanDatabaseConditionAncestor for conditions that operate on a database.classTableExistsChecks whether table(s) exist that match the given regular expression. -
Uses of DatabaseConnectionHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement DatabaseConnectionHandler Modifier and Type Class Description classSequencePlotterPanelThe panel that plots all the sequences. -
Uses of DatabaseConnectionHandler in adams.gui
Classes in adams.gui that implement DatabaseConnectionHandler Modifier and Type Class Description classMainGUI for ADAMS. -
Uses of DatabaseConnectionHandler in adams.gui.application
Classes in adams.gui.application that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractApplicationFrameAbstract frame class for applications. -
Uses of DatabaseConnectionHandler in adams.gui.core
Classes in adams.gui.core that implement DatabaseConnectionHandler Modifier and Type Class Description classBasePanelWithDatabaseConnectionAncestor for panels that depend on a database connection.classSqlConnectionPanelPanel for database connection. -
Uses of DatabaseConnectionHandler in adams.gui.goe
Classes in adams.gui.goe that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDatabaseConnectionAwarePropertyEditorSupportAncestor for GOE editors that are DatabaseConnectionChangeListeners and need to de-register correctly. -
Uses of DatabaseConnectionHandler in adams.gui.menu
Classes in adams.gui.menu that implement DatabaseConnectionHandler Modifier and Type Class Description static classAbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlotFor plotting the performance of the genetic algorithm. -
Uses of DatabaseConnectionHandler in adams.gui.scripting
Classes in adams.gui.scripting that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractScriptingDialogA dialog for loading/saving and executing scripts.classAbstractScriptingEngineProcesses scripting commands.classScriptingDialogA dialog for loading/saving and executing scripts.classScriptingEngineProcesses scripting commands. -
Uses of DatabaseConnectionHandler in adams.gui.selection
Classes in adams.gui.selection that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractConditionalDatabaseSelectionPanel<T,C extends AbstractConditions>Abstract ancestor for selection panels that allow a conditional display of the items collected from the database.classAbstractDatabaseSelectionDialog<T,P extends AbstractDatabaseSelectionPanel>Abstract ancestor for dialogs that allow the selection of items from a table, using a database as backend.classAbstractDatabaseSelectionPanel<T>Abstract ancestor for table-based selection panels that use the database as backend.classAbstractSelectDatabaseFieldDialog<T extends AbstractField>Dialog for selecting fields (obtained from a database).classAbstractSelectDatabaseFieldPanel<T extends AbstractField>A panel for selecting a field (obtained from a database). -
Uses of DatabaseConnectionHandler in adams.gui.tools
Classes in adams.gui.tools that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractManagementPanelWithDatabase<T extends Comparable>A panel for managing the objects stored in a database.classAbstractManagementPanelWithDatabaseConnectionListener<T extends Comparable>Ancestor for management panels that listen to changes of the global database connection.classAbstractManagementPanelWithSelectableDatabase<T extends Comparable>A panel for managing the objects stored in a database.classLogEntryDatabaseViewerPanelFor viewing LogEntry records stored in the database. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.container
Subinterfaces of DatabaseConnectionHandler in adams.gui.visualization.container Modifier and Type Interface Description interfaceDatabaseContainerManager<T extends AbstractContainer>Interface for container managers that manage containers encapsulating database objects.Classes in adams.gui.visualization.container that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractDataContainerZoomOverviewPanel<P extends DataContainerPanel,C extends Paintlet,Z extends AbstractDataContainerZoomOverviewPaintlet,T extends DataContainer,M extends AbstractContainerManager>Panel that shows the zoom in the data container panel as overlay.classDataContainerPanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data.classDataContainerPanelWithContainerList<T extends DataContainer,M extends AbstractContainerManager,C extends AbstractContainer>Data container panel with a container list in the side panel.classDataContainerPanelWithSidePanel<T extends DataContainer,M extends AbstractContainerManager>Special panel for displaying the DataContainer data and a side panel with additional information. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement DatabaseConnectionHandler Modifier and Type Class Description classInstancePanelA panel for displaying instances.classInstanceZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement DatabaseConnectionHandler Modifier and Type Class Description classReportContainerManagerA container manager for Report objects. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement DatabaseConnectionHandler Modifier and Type Class Description classXYSequencePanelA panel for displaying XY sequences. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement DatabaseConnectionHandler Modifier and Type Class Description classSpreadSheetRowPanelA panel for displaying instances.classSpreadSheetRowZoomOverviewPanelPanel that shows the zoom in the TIC panel as overlay. -
Uses of DatabaseConnectionHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement DatabaseConnectionHandler Modifier and Type Class Description classTimeseriesContainerManager<C extends TimeseriesContainer>A handler for the Timeseries containers.classTimeseriesExplorerA panel for exploring Timeseries, manipulating them with filters, etc.classTimeseriesPanel<T extends Timeseries,M extends TimeseriesContainerManager<C>,C extends TimeseriesContainer>Special panel for displaying the spectral data.classTimeseriesZoomOverviewPanelPanel that shows the zoom in the timeseries panel as overlay. -
Uses of DatabaseConnectionHandler in adams.terminal.application
Classes in adams.terminal.application that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractTerminalApplicationAncestor for terminal-based applications. -
Uses of DatabaseConnectionHandler in adams.tools
Classes in adams.tools that implement DatabaseConnectionHandler Modifier and Type Class Description classAbstractAddRemoveTimeWindowDatabaseToolAncestor for tools that add or remove stuff in the database.classAbstractDatabaseToolAbstract ancestor for tools that need database access.classAbstractTimeWindowDatabaseToolAbstract ancestor for database tools that act within a time frame.classDropTablesDrops all tables that match a regular expression (matching sense can be inverted).classInitializeTablesMakes sure that all tables exist and are initialized.classTableUpgradeTool for running a specific table upgrade.classTruncateTablesTruncates all tables that match a regular expression (matching sense can be inverted).
-