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 void
checkDistanceToParent()
void
checkMinCapacity()
int
getMinCapacity()
-
Constructor Details
-
Method Details
-
getMinCapacity
public int getMinCapacity()- Specified by:
getMinCapacity
in interfaceIRootness
-
checkMinCapacity
public void checkMinCapacity()- Specified by:
checkMinCapacity
in interfaceIRootness
-
checkDistanceToParent
public void checkDistanceToParent()- Specified by:
checkDistanceToParent
in interfaceIRootness
-