Class RootNodeTrait<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait<T>
kieker.analysis.generic.clustering.mtree.nodes.RootNodeTrait<T>
Type Parameters:
T - data element type
All Implemented Interfaces:
IRootness

public class RootNodeTrait<T>
extends AbstractNodeTrait<T>
implements IRootness
Since:
2.0.0
Author:
Eduardo R. D'Avila
  • Field Summary

    Fields inherited from class kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait

    thisNode
  • Constructor Summary

    Constructors 
    Constructor Description
    RootNodeTrait​(AbstractNode<T> thisNode)  
  • Method Summary

    Modifier and Type Method Description
    void checkDistanceToParent()  
    void checkMinCapacity()  
    int getMinCapacity()  

    Methods inherited from class java.lang.Object

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