Class AbstractNodeTrait<T>

java.lang.Object
kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait<T>
Type Parameters:
T - data element type
Direct Known Subclasses:
LeafNodeTrait, NonLeafNodeTrait, NonRootNodeTrait, RootNodeTrait

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

    Fields 
    Modifier and Type Field Description
    protected AbstractNode<T> thisNode  
  • Constructor Summary

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

    Methods inherited from class java.lang.Object

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