Class NonRootNodeTrait<T>
java.lang.Object
kieker.analysis.generic.clustering.mtree.nodes.AbstractNodeTrait<T>
kieker.analysis.generic.clustering.mtree.nodes.NonRootNodeTrait<T>
- Type Parameters:
T- data element type
- All Implemented Interfaces:
IRootness
public class NonRootNodeTrait<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 NonRootNodeTrait(AbstractNode<T> thisNode) -
Method Summary
Modifier and Type Method Description voidcheckDistanceToParent()voidcheckMinCapacity()intgetMinCapacity()
-
Constructor Details
-
Method Details
-
getMinCapacity
public int getMinCapacity()- Specified by:
getMinCapacityin interfaceIRootness
-
checkMinCapacity
public void checkMinCapacity()- Specified by:
checkMinCapacityin interfaceIRootness
-
checkDistanceToParent
public void checkDistanceToParent()- Specified by:
checkDistanceToParentin interfaceIRootness
-