Class ResultItem<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.query.ResultItem<T>
Type Parameters:
T - data type of the result item

public final class ResultItem<T>
extends java.lang.Object
The type of the results for nearest-neighbor queries.
Since:
2.0.0
Author:
Eduardo R. D'Avila
  • Constructor Summary

    Constructors 
    Constructor Description
    ResultItem​(T data, double distance)  
  • Method Summary

    Modifier and Type Method Description
    T getData()  
    double getDistance()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResultItem

      public ResultItem​(T data, double distance)
  • Method Details