Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Interface AnnotationResult<T>

Type Parameters:
T - Data type of annotations returned
All Superinterfaces:
Result
All Known Implementing Classes:
AnnotationFromDatabase, AnnotationFromHashMap

public interface AnnotationResult<T>
extends Result

The AnnotationResult interface. Allows random-access queries for annotation data.

Author:
Erich Schubert

Method Summary
 AssociationID<T> getAssociationID()
          Return the association ID of this result.
 T getValueFor(Integer objID)
          Get associated value for an object.
 

Method Detail

getAssociationID

AssociationID<T> getAssociationID()
Return the association ID of this result.

Returns:
Association ID

getValueFor

T getValueFor(Integer objID)
Get associated value for an object.

Parameters:
objID - Object ID
Returns:
Associated value

Release 0.2 (2009-07-06_1820)