Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter |
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.tools.trace.analysis.filter.visualization |
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.tools.trace.analysis.filter.visualization.dependencyGraph |
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.tools.trace.analysis.filter.visualization.descriptions |
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.tools.trace.analysis.filter.visualization.traceColoring |
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.visualization.trace |
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.visualization.trace.dependency.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.visualization.trace.descriptions |
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 AbstractGraph in kieker.tools.trace.analysis.filter
Classes in kieker.tools.trace.analysis.filter with type parameters of type AbstractGraph Modifier and Type Class Description classAbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>Deprecated.1.15 ported to teetimeinterfaceIGraphOutputtingFilter<G extends AbstractGraph<?,?,?>>Deprecated.1.15 has no ressemblence in the teetime portinterfaceIGraphProducingFilter<G extends AbstractGraph<?,?,?>>Deprecated.1.15 ported to teetime -
Uses of AbstractGraph in kieker.tools.trace.analysis.filter.visualization
Classes in kieker.tools.trace.analysis.filter.visualization with type parameters of type AbstractGraph Modifier and Type Class Description classAbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Deprecated.1.15 moved to teetimeclassAbstractGraphFormatter<G extends AbstractGraph<?,?,?>>Abstract superclass for all graph formatters.Methods in kieker.tools.trace.analysis.filter.visualization with parameters of type AbstractGraph Modifier and Type Method Description java.lang.StringAbstractGraphFormatter. createFormattedRepresentation(AbstractGraph<?,?,?> graph, boolean includeWeights, boolean useShortLabels, boolean plotLoops)Creates a formatted representation of the given graph.voidGraphWriterPlugin. writeGraph(AbstractGraph<?,?,?> graph)Deprecated.Formats a given graph and saves the generated specification to disk. -
Uses of AbstractGraph in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractGraph in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classAbstractDependencyGraph<T extends ISystemModelElement>Deprecated.1.15 ported to teetimeclassComponentAllocationDependencyGraphDeprecated.1.15 ported to teetimeclassComponentAssemblyDependencyGraphDeprecated.1.15 ported to teetimeclassContainerDependencyGraphDeprecated.1.15 ported to teetimeclassOperationAllocationDependencyGraphDeprecated.1.15 ported to teetimeclassOperationAssemblyDependencyGraphDeprecated.1.15 ported to teetime -
Uses of AbstractGraph in kieker.tools.trace.analysis.filter.visualization.descriptions
Methods in kieker.tools.trace.analysis.filter.visualization.descriptions that return AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,O>DescriptionDecoratorFilter. performConcreteGraphProcessing(AbstractGraph<V,E,O> graph)Deprecated.Methods in kieker.tools.trace.analysis.filter.visualization.descriptions with parameters of type AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,O>DescriptionDecoratorFilter. performConcreteGraphProcessing(AbstractGraph<V,E,O> graph)Deprecated. -
Uses of AbstractGraph in kieker.tools.trace.analysis.filter.visualization.traceColoring
Methods in kieker.tools.trace.analysis.filter.visualization.traceColoring that return AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters.Methods in kieker.tools.trace.analysis.filter.visualization.traceColoring with parameters of type AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)Deprecated.This method encapsulates the concrete graph processing performed by the concrete filters. -
Uses of AbstractGraph in kieker.visualization.trace
Classes in kieker.visualization.trace with type parameters of type AbstractGraph Modifier and Type Class Description classAbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Abstract superclass for all graph filters.classAbstractGraphProducingFilter<G extends AbstractGraph<?,?,?>>Abstract superclass for graph-producing filters.interfaceIGraphProducingFilter<G extends AbstractGraph<?,?,?>>Interface for graph-producing filters.Methods in kieker.visualization.trace that return AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)This method encapsulates the concrete graph processing performed by the concrete filters.Methods in kieker.visualization.trace with parameters of type AbstractGraph Modifier and Type Method Description protected voidGraphWriterPlugin. execute(AbstractGraph<?,?,?> graph)Formats a given graph and saves the generated specification to disk.protected AbstractGraph<V,E,TraceInformation>TraceColoringFilter. performConcreteGraphProcessing(AbstractGraph<V,E,TraceInformation> graph)This method encapsulates the concrete graph processing performed by the concrete filters. -
Uses of AbstractGraph in kieker.visualization.trace.dependency.graph
Subclasses of AbstractGraph in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classAbstractDependencyGraph<T extends ISystemModelElement>Abstract superclass for dependency graphs.classComponentAllocationDependencyGraphThis class represents component dependency graphs on the allocation level.classComponentAssemblyDependencyGraphThis class represents component dependency graphs on the assembly level.classContainerDependencyGraphThis class represents container dependency graphs.classOperationAllocationDependencyGraphThis class represents operation dependency graphs on the allocation level.classOperationAssemblyDependencyGraphThis class represents operation dependency graphs on the assembly level. -
Uses of AbstractGraph in kieker.visualization.trace.descriptions
Methods in kieker.visualization.trace.descriptions that return AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,O>DescriptionDecoratorFilter. performConcreteGraphProcessing(AbstractGraph<V,E,O> graph)Methods in kieker.visualization.trace.descriptions with parameters of type AbstractGraph Modifier and Type Method Description protected AbstractGraph<V,E,O>DescriptionDecoratorFilter. performConcreteGraphProcessing(AbstractGraph<V,E,O> graph)