Uses of Class
kieker.analysis.generic.clustering.mtree.nodes.AbstractNode
Package | Description |
---|---|
kieker.analysis.generic.clustering.mtree |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.generic.clustering.mtree.nodes |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AbstractNode in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that return AbstractNode Modifier and Type Method Description AbstractNode<T>
MTree. getRoot()
AbstractNode<DATA>
ILeafness. newSplitNodeReplacement(DATA data)
-
Uses of AbstractNode in kieker.analysis.generic.clustering.mtree.nodes
Subclasses of AbstractNode in kieker.analysis.generic.clustering.mtree.nodes Modifier and Type Class Description class
InternalNode<T>
class
LeafNode<T>
class
RootLeafNode<T>
class
RootNode<T>
Fields in kieker.analysis.generic.clustering.mtree.nodes declared as AbstractNode Modifier and Type Field Description protected AbstractNode<T>
AbstractNodeTrait. thisNode
Methods in kieker.analysis.generic.clustering.mtree.nodes that return AbstractNode Modifier and Type Method Description protected AbstractNode<T>
AbstractNode. newSplitNodeReplacement(T data)
AbstractNode<T>
LeafNodeTrait. newSplitNodeReplacement(T data)
AbstractNode<T>
NonLeafNodeTrait. newSplitNodeReplacement(T data)
Methods in kieker.analysis.generic.clustering.mtree.nodes that return types with arguments of type AbstractNode Modifier and Type Method Description Pair<AbstractNode<T>>
AbstractNode. splitNodes()
Constructors in kieker.analysis.generic.clustering.mtree.nodes with parameters of type AbstractNode Constructor Description AbstractNodeTrait(AbstractNode<T> thisNode)
LeafNodeTrait(AbstractNode<T> thisNode)
NonLeafNodeTrait(AbstractNode<T> thisNode)
NonRootNodeTrait(AbstractNode<T> thisNode)
RootNodeTrait(AbstractNode<T> thisNode)