Package kieker.visualization.trace.call.tree
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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Interface Summary Interface Description AbstractCallTreeFilter.IPairFactory<T> -
Class Summary Class Description AbstractAggregatedCallTreeFilter<T> This class has exactly one input port named "in".AbstractAggregatedCallTreeNode<T> This is an abstract base for a single node within an aggregated call tree.AbstractCallTreeFilter<T> Plugin providing the creation of calling trees both for individual traces and an aggregated form multiple traces.AbstractCallTreeNode<T> This is an abstract base for a single node within a call tree.AggregatedAllocationComponentOperationCallTreeFilter AggregatedAssemblyComponentOperationCallTreeFilter TraceCallTreeFilter Plugin providing the creation of calling trees both for individual traces and an aggregated form for multiple traces.
This class has exactly one input port named "in".TraceCallTreeNode This class represents a single node within the trace call tree.WeightedDirectedCallTreeEdge<T> This class represents a weighted and directed edge within a call tree.