Kieker 1.7

kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class OperationAllocationDependencyGraph

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
      extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph<AllocationComponentOperationPair>
          extended by kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.OperationAllocationDependencyGraph

public class OperationAllocationDependencyGraph
extends AbstractDependencyGraph<AllocationComponentOperationPair>

This class represents operation dependency graphs on the allocation level.

Since:
1.6
Author:
Holger Knoche

Nested Class Summary
 
Nested classes/interfaces inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
AbstractGraph.IGraphVisitor<V,E>
 
Constructor Summary
OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)
          Creates a new graph with the given root entity.
 
Method Summary
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
getNodes, getRootNode, getVertices, size
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph
traverse, traverseWithVerticesFirst
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationAllocationDependencyGraph

public OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)
Creates a new graph with the given root entity.

Parameters:
rootEntity - The root entity to use for this graph

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net