kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Class DependencyGraph<T>
java.lang.Object
kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph<T>
public class DependencyGraph<T>
- extends Object
- Author:
- Andre van Hoorn, Lena Stöver
DependencyGraph
public DependencyGraph(int rootNodeId,
T rootEntity)
getRootNode
public final DependencyGraphNode<T> getRootNode()
getNodes
public Collection<DependencyGraphNode<T>> getNodes()
size
public int size()
- Return number of nodes
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>