Uses of Class
kieker.analysis.exception.InternalErrorException
| 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.
|
| kieker.analysis.generic.clustering.mtree.utils |
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.graph |
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.graph.selector |
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that throw InternalErrorException Modifier and Type Method Description voidMTree. add(T data)Adds and indexes a data object.voidILeafness. addChild(IndexItem<DATA> child, double distance)voidILeafness. doAddData(DATA data, double distance)booleanILeafness. doRemoveData(DATA data, double distance)intIRootness. getMinCapacity()booleanMTree. remove(T data)Removes a data object from the M-Tree. -
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree.nodes
Methods in kieker.analysis.generic.clustering.mtree.nodes that throw InternalErrorException Modifier and Type Method Description voidAbstractNode. addChild(IndexItem<T> child, double distance)voidNonLeafNodeTrait. addChild(IndexItem<T> inputNewChildNode, double inputDistance)voidAbstractNode. addData(T data, double distance)protected voidAbstractNode. doAddData(T data, double distance)voidNonLeafNodeTrait. doAddData(T data, double distance)protected booleanAbstractNode. doRemoveData(T data, double distance)booleanNonLeafNodeTrait. doRemoveData(T data, double distance)protected intAbstractNode. getMinCapacity()intRootNodeTrait. getMinCapacity()booleanAbstractNode. isMaxCapacityExceeded()booleanAbstractNode. isNodeUnderCapacity()booleanAbstractNode. removeData(T data, double distance)Pair<AbstractNode<T>>AbstractNode. splitNodes() -
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree.utils
Methods in kieker.analysis.generic.clustering.mtree.utils that throw InternalErrorException Modifier and Type Method Description TPair. get(int index)Accesses an object by its index. -
Uses of InternalErrorException in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph that throw InternalErrorException Modifier and Type Method Description voidIGraphElementSelector. setRepository(ModelRepository repository) -
Uses of InternalErrorException in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector that throw InternalErrorException Modifier and Type Method Description voidAllSelectorColor. setRepository(ModelRepository repository)voidDiffSelector. setRepository(ModelRepository repository)