Class ComponentAllocationDependencyGraph

java.lang.Object
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​kieker.model.system.model.TraceInformation>
kieker.visualization.trace.dependency.graph.AbstractDependencyGraph<kieker.model.system.model.AllocationComponent>
kieker.visualization.trace.dependency.graph.ComponentAllocationDependencyGraph

public class ComponentAllocationDependencyGraph
extends AbstractDependencyGraph<kieker.model.system.model.AllocationComponent>
This class represents component dependency graphs on the allocation level.
Since:
1.6
  • Constructor Details

    • ComponentAllocationDependencyGraph

      public ComponentAllocationDependencyGraph​(kieker.model.system.model.AllocationComponent rootEntity)
      Creates a new graph with the given root entity.
      Parameters:
      rootEntity - The root entity to use for this graph