Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
de.lmu.ifi.dbs.elki.visualization.gui |
Package to provide a visualization GUI.
|
de.lmu.ifi.dbs.elki.visualization.visualizers |
Visualizers for various results
|
Modifier and Type | Method and Description |
---|---|
static DataStoreEvent |
DataStoreEvent.insertionEvent(DBIDs inserts)
Insertion event.
|
static DataStoreEvent |
DataStoreEvent.removalEvent(DBIDs removals)
Removal event.
|
static DataStoreEvent |
DataStoreEvent.updateEvent(DBIDs updates)
Update event.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStoreListener.contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or
removed in some way.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizerContext.contentChanged(DataStoreEvent e)
Proxy datastore event to child listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionTableWindow.contentChanged(DataStoreEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVisualization.contentChanged(DataStoreEvent e) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.