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
- 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidint
-
Constructor Details
-
RootNodeTrait
-
-
Method Details
-
getMinCapacity
- Specified by:
getMinCapacityin interfaceIRootness- Throws:
InternalErrorException
-
checkDistanceToParent
public void checkDistanceToParent()- Specified by:
checkDistanceToParentin interfaceIRootness
-
checkMinCapacity
public void checkMinCapacity()- Specified by:
checkMinCapacityin interfaceIRootness
-