Class ComponentAssemblyDependencyGraph
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraph<AssemblyComponent>
kieker.visualization.trace.dependency.graph.ComponentAssemblyDependencyGraph
public class ComponentAssemblyDependencyGraph extends AbstractDependencyGraph<AssemblyComponent>
This class represents component dependency graphs on the assembly level.
- Since:
- 1.6
- Author:
- Holger Knoche
-
Nested Class Summary
Nested classes/interfaces inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
AbstractGraph.IGraphVisitor<V,E>
-
Constructor Summary
Constructors Constructor Description ComponentAssemblyDependencyGraph(AssemblyComponent rootEntity)
Creates a new graph with the given root entity. -
Method Summary
Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
addNode, getNode, getNodes, getRootNode, getVertices, size
Methods inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
traverse, traverseWithVerticesFirst
-
Constructor Details
-
ComponentAssemblyDependencyGraph
Creates a new graph with the given root entity.- Parameters:
rootEntity
- The root entity to use for this graph
-