|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectBundle | |
---|---|
de.lmu.ifi.dbs.elki.database | ELKI database layer - loading, storing, indexing and accessing data |
de.lmu.ifi.dbs.elki.datasource.bundle | Object bundles - exchange container for multi-represented objects. |
Uses of ObjectBundle in de.lmu.ifi.dbs.elki.database |
---|
Methods in de.lmu.ifi.dbs.elki.database that return ObjectBundle | |
---|---|
ObjectBundle |
UpdatableDatabase.delete(DBIDs ids)
Removes and returns the specified objects with the given ids from the database. |
Methods in de.lmu.ifi.dbs.elki.database with parameters of type ObjectBundle | |
---|---|
protected Relation<?>[] |
StaticArrayDatabase.alignColumns(ObjectBundle pack)
Find a mapping from package columns to database columns, eventually adding new database columns when needed. |
protected Relation<?>[] |
HashmapDatabase.alignColumns(ObjectBundle pack)
Find a mapping from package columns to database columns, eventually adding new database columns when needed. |
protected int |
StaticArrayDatabase.findDBIDColumn(ObjectBundle pack)
Find an DBID column. |
DBIDs |
UpdatableDatabase.insert(ObjectBundle objpackages)
Inserts the given object(s) and their associations into the database. |
DBIDs |
HashmapDatabase.insert(ObjectBundle objpackages)
|
Uses of ObjectBundle in de.lmu.ifi.dbs.elki.datasource.bundle |
---|
Classes in de.lmu.ifi.dbs.elki.datasource.bundle that implement ObjectBundle | |
---|---|
class |
MultipleObjectsBundle
This class represents a set of "packaged" objects, which is a transfer container for objects e.g. from parsers to a database. |
class |
SingleObjectBundle
This class represents a "packaged" object, which is a transfer container for objects e.g. from parsers to a database. |
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |