kieker.tools.traceAnalysis.filter.visualization.dependencyGraph
Class ComponentAllocationDependencyGraph
java.lang.Object
  
kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,WeightedBidirectionalDependencyGraphEdge<T>,TraceInformation>
      
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.AbstractDependencyGraph<AllocationComponent>
          
kieker.tools.traceAnalysis.filter.visualization.dependencyGraph.ComponentAllocationDependencyGraph
public class ComponentAllocationDependencyGraph
- extends AbstractDependencyGraph<AllocationComponent>
 
This class represents component dependency graphs on the allocation level.
- Since:
 
  - 1.6
 
- Author:
 
  - Holger Knoche
 
 
 
 
 
 
 
 
ComponentAllocationDependencyGraph
public ComponentAllocationDependencyGraph(AllocationComponent rootEntity)
- Creates a new graph with the given root entity.
- Parameters:
 rootEntity - The root entity to use for this graph
 
Copyright 2014 Kieker Project, http://kieker-monitoring.net>