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 SingleObjectBundleHashmapDatabase. delete(DBIDRef id)Removes the object from the database (by callingHashmapDatabase.doDelete(DBIDRef)) and indexes and fires a deletion event.SingleObjectBundleUpdatableDatabase. delete(DBIDRef id)Removes and returns the specified objects with the given ids from the database.SingleObjectBundleAbstractDatabase. getBundle(DBIDRef id)SingleObjectBundleDatabase. getBundle(DBIDRef id)Returns the DatabaseObject represented by the specified id.
-