|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.MetadataResult
public class MetadataResult
Result to store meta data.
| Field Summary | |
|---|---|
private AnyMap<AssociationID<?>> |
data
Data store. |
| Constructor Summary | |
|---|---|
MetadataResult()
Constructor. |
|
| Method Summary | ||
|---|---|---|
|
getAssociation(AssociationID<M> meta)
Get a meta data object. |
|
|
getAssociationGenerics(AssociationID<?> meta)
Get a meta data object, with weaker compile time type checking. |
|
Collection<AssociationID<?>> |
getAssociations()
Get stored metadata associations. |
|
|
setAssociation(AssociationID<M> meta,
M value)
Put meta data. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private AnyMap<AssociationID<?>> data
| Constructor Detail |
|---|
public MetadataResult()
| Method Detail |
|---|
public <M> void setAssociation(AssociationID<M> meta,
M value)
M - data classmeta - keyvalue - datapublic <M> M getAssociation(AssociationID<M> meta)
M - data classmeta - Key
public <M> M getAssociationGenerics(AssociationID<?> meta)
M - data classmeta - Key
public Collection<AssociationID<?>> getAssociations()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||