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
-
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 ContainerDependencyGraph(kieker.model.system.model.ExecutionContainer rootEntity)Creates a new graph with the given root entity. -
Method Summary
Methods inherited from class kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
addNode, getNode, getNodes, getRootNode, getVertices, sizeMethods inherited from class kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph
traverse, traverseWithVerticesFirst
-
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
-