Class OperationAllocationDependencyGraph
java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph<AllocationComponentOperationPair>
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph
@Deprecated public class OperationAllocationDependencyGraph extends AbstractDependencyGraph<AllocationComponentOperationPair>
Deprecated.
1.15 ported to teetime
This class represents operation 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 OperationAllocationDependencyGraph(AllocationComponentOperationPair 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
-
OperationAllocationDependencyGraph
Deprecated.Creates a new graph with the given root entity.- Parameters:
rootEntity- The root entity to use for this graph
-