
public interface ObjectBundle
| Modifier and Type | Method and Description |
|---|---|
boolean |
assignDBID(int onum,
DBIDVar var)
Assign the object DBID to a variable
|
Object |
data(int onum,
int rnum)
Access a particular object and representation.
|
int |
dataLength()
Get the number of objects contained.
|
BundleMeta |
meta()
Access the meta data.
|
SimpleTypeInformation<?> |
meta(int i)
Access the meta data.
|
int |
metaLength()
Get the metadata length.
|
BundleMeta meta()
SimpleTypeInformation<?> meta(int i)
i - componentint metaLength()
int dataLength()
Object data(int onum, int rnum)
onum - Object numberrnum - Representation numberboolean assignDBID(int onum,
DBIDVar var)
onum - Object numbervar - Variablefalse if there was no predefined DBID.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.