Class ComponentAllocationDependencyGraph
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph<AllocationComponent>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
@Deprecated public class ComponentAllocationDependencyGraph extends AbstractDependencyGraph<AllocationComponent>
Deprecated.
1.15 ported to teetime
This class represents component dependency graphs on the allocation level.
- Since:
- 1.6
-
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 ComponentAllocationDependencyGraph(AllocationComponent rootEntity)Deprecated.Creates a new graph with the given root entity. -
Method Summary
Methods inherited from class kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
addNode, getNode, getNodes, getRootNode, getVertices, sizeMethods inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
traverse, traverseWithVerticesFirst
-
Constructor Details
-
ComponentAllocationDependencyGraph
Deprecated.Creates a new graph with the given root entity.- Parameters:
rootEntity- The root entity to use for this graph
-