Class ContainerDependencyGraph

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.ExecutionContainer>
kieker.visualization.trace.dependency.graph.ContainerDependencyGraph

public class ContainerDependencyGraph
extends AbstractDependencyGraph<kieker.model.system.model.ExecutionContainer>
This class represents container dependency graphs.
Since:
1.6
  • Constructor Details

    • ContainerDependencyGraph

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