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
 
 
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