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 void
MTree. add(T data)
Adds and indexes a data object.void
ILeafness. addChild(IndexItem<DATA> child, double distance)
void
ILeafness. doAddData(DATA data, double distance)
boolean
ILeafness. doRemoveData(DATA data, double distance)
int
IRootness. getMinCapacity()
boolean
MTree. 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 void
AbstractNode. addChild(IndexItem<T> child, double distance)
void
NonLeafNodeTrait. addChild(IndexItem<T> inputNewChildNode, double inputDistance)
void
AbstractNode. addData(T data, double distance)
protected void
AbstractNode. doAddData(T data, double distance)
void
NonLeafNodeTrait. doAddData(T data, double distance)
protected boolean
AbstractNode. doRemoveData(T data, double distance)
boolean
NonLeafNodeTrait. doRemoveData(T data, double distance)
protected int
AbstractNode. getMinCapacity()
int
RootNodeTrait. getMinCapacity()
boolean
AbstractNode. isMaxCapacityExceeded()
boolean
AbstractNode. isNodeUnderCapacity()
boolean
AbstractNode. 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 T
Pair. 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 void
IGraphElementSelector. 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 void
AllSelectorColor. setRepository(ModelRepository repository)
void
DiffSelector. setRepository(ModelRepository repository)