Kieker 1.2

kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph
Class DependencyGraph<T>

java.lang.Object
  extended by kieker.tools.traceAnalysis.plugins.visualization.dependencyGraph.DependencyGraph<T>

public class DependencyGraph<T>
extends Object

Author:
Andre van Hoorn, Lena Stöver

Constructor Summary
DependencyGraph(int rootNodeId, T rootEntity)
           
 
Method Summary
 Collection<DependencyGraphNode<T>> getNodes()
           
 DependencyGraphNode<T> getRootNode()
           
 int size()
          Return number of nodes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraph

public DependencyGraph(int rootNodeId,
                       T rootEntity)
Method Detail

getRootNode

public final DependencyGraphNode<T> getRootNode()

getNodes

public Collection<DependencyGraphNode<T>> getNodes()

size

public int size()
Return number of nodes


Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net