Uses of Class
elki.datasource.bundle.SingleObjectBundle
-
Packages that use SingleObjectBundle Package Description elki.database ELKI database layer - loading, storing, indexing and accessing data. -
-
Uses of SingleObjectBundle in elki.database
Methods in elki.database that return SingleObjectBundle Modifier and Type Method Description SingleObjectBundle
HashmapDatabase. delete(DBIDRef id)
Removes the object from the database (by callingHashmapDatabase.doDelete(DBIDRef)
) and indexes and fires a deletion event.SingleObjectBundle
UpdatableDatabase. delete(DBIDRef id)
Removes and returns the specified objects with the given ids from the database.SingleObjectBundle
AbstractDatabase. getBundle(DBIDRef id)
SingleObjectBundle
Database. getBundle(DBIDRef id)
Returns the DatabaseObject represented by the specified id.
-