Class IndexItem<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.nodes.IndexItem<T>
Direct Known Subclasses:
AbstractNode, Entry

public class IndexItem<T>
extends java.lang.Object
Since:
2.0.0
Author:
Eduardo R. D'Avila
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected double radius  
  • Constructor Summary

    Constructors 
    Constructor Description
    IndexItem​(T data)  
  • Method Summary

    Modifier and Type Method Description
    protected void checkDistanceToParent()  
    T getData()  
    double getDistanceToParent()  
    double getRadius()  
    void setDistanceToParent​(double distance)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait