Uses of Interface
adams.gui.tools.wekainvestigator.data.DataContainer
-
-
Uses of DataContainer in adams.gui.tools.wekainvestigator.data
Subinterfaces of DataContainer in adams.gui.tools.wekainvestigator.data Modifier and Type Interface Description interface
MonitoringDataContainer
Interface for data containers that monitor their source for changes.Classes in adams.gui.tools.wekainvestigator.data that implement DataContainer Modifier and Type Class Description class
AbstractDataContainer
Ancestor for data containers.class
DatabaseContainer
Dataset loaded from database.class
DataGeneratorContainer
Dataset generated by datagenerator.class
FileContainer
File-based dataset.class
MemoryContainer
Dataset exists only in memory.class
SpreadSheetContainer
SpreadSheet-based dataset.class
TextDirectoryLoaderContainer
Dataset generated by TextDirectoryLoader.Methods in adams.gui.tools.wekainvestigator.data that return DataContainer Modifier and Type Method Description DataContainer
DataContainerList. remove(int index)
DataContainer
DataContainerList. set(int index, DataContainer element)
Methods in adams.gui.tools.wekainvestigator.data with parameters of type DataContainer Modifier and Type Method Description boolean
DataContainerList. add(DataContainer cont)
Adds the data container and sets the undo enabled flag accordingly.int
AbstractDataContainer. compareTo(DataContainer o)
Compares this container with the specified one.DataContainer
DataContainerList. set(int index, DataContainer element)
Method parameters in adams.gui.tools.wekainvestigator.data with type arguments of type DataContainer Modifier and Type Method Description boolean
DataContainerList. addAll(Collection<? extends DataContainer> c)
Adds all the data containers and sets their undo enabled flag accordingly.boolean
DataContainerList. removeIf(java.util.function.Predicate<? super DataContainer> filter)
-
Uses of DataContainer in adams.gui.tools.wekainvestigator.datatable
Fields in adams.gui.tools.wekainvestigator.datatable with type parameters of type DataContainer Modifier and Type Field Description protected List<DataContainer>
DataTableModel. m_Data
the underlying data.Methods in adams.gui.tools.wekainvestigator.datatable that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>
DataTableModel. getData()
Returns the underlying data.Method parameters in adams.gui.tools.wekainvestigator.datatable with type arguments of type DataContainer Modifier and Type Method Description void
DataTableModel. setData(List<DataContainer> value)
Sets the underlying data and notifies listeners of change.void
DataTableModel. setData(List<DataContainer> value, boolean notify)
Sets the underlying data.Constructor parameters in adams.gui.tools.wekainvestigator.datatable with type arguments of type DataContainer Constructor Description DataTableModel(List<DataContainer> data, boolean readOnly)
Initializes the model. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.datatable.action
Methods in adams.gui.tools.wekainvestigator.datatable.action that return DataContainer Modifier and Type Method Description protected DataContainer[]
AbstractEditableDataTableAction. getSelectedData()
Returns the currently selected data containers.Methods in adams.gui.tools.wekainvestigator.datatable.action with parameters of type DataContainer Modifier and Type Method Description protected boolean
Revert. hasChanged(DataContainer cont)
Checks whether the container got changed or the source has changed. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.evaluation
Method parameters in adams.gui.tools.wekainvestigator.evaluation with type arguments of type DataContainer Modifier and Type Method Description static List<String>
DatasetHelper. generateDatasetList(List<DataContainer> conts)
Generates the list of datasets for a combobox.static int
DatasetHelper. indexOfDataset(List<DataContainer> conts, String oldDataset)
Determines the index of the old dataset name in the current dataset model. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.source
Methods in adams.gui.tools.wekainvestigator.source that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>
AbstractSource. getData()
Returns the currently loaded data.Methods in adams.gui.tools.wekainvestigator.source with parameters of type DataContainer Modifier and Type Method Description void
AbstractSource. addData(DataContainer cont)
Adds the data. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab with type parameters of type DataContainer Modifier and Type Field Description protected Map<DataContainer,adams.gui.visualization.stats.scatterplot.ScatterPlot>
ScatterPlotTab. m_PlotCache
the cache for the plots.protected Map<DataContainer,InstancesPanel>
DataTab. m_TableCache
the cache for the tables.protected Map<DataContainer,Date>
DataTab. m_TimestampCache
the cache for the last update cache.protected Map<DataContainer,Date>
ScatterPlotTab. m_TimestampCache
the cache for the last update cache.Methods in adams.gui.tools.wekainvestigator.tab that return DataContainer Modifier and Type Method Description protected DataContainer[]
AbstractInvestigatorTabWithDataTable. backupSelection()
Returns the data containers that are currently selected.Methods in adams.gui.tools.wekainvestigator.tab with parameters of type DataContainer Modifier and Type Method Description protected void
AbstractInvestigatorTabWithDataTable. restoreSelection(DataContainer[] conts)
Tries to restore the selection using the provided containers. -
Uses of DataContainer in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction
Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that return DataContainer Modifier and Type Method Description protected DataContainer[]
AbstractSelectedAttributesAction. getSelectedData()
Returns the currently selected data containers.Methods in adams.gui.tools.wekainvestigator.tab.preprocesstab.attributeselaction that return types with arguments of type DataContainer Modifier and Type Method Description List<DataContainer>
AbstractSelectedAttributesAction. getData()
Returns the currently loaded data.
-