org.shiftone.jrat.provider.tree.ui.graph
Class GraphNode

java.lang.Object
  extended by org.shiftone.jrat.provider.tree.ui.graph.GraphNode

public class GraphNode
extends java.lang.Object

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
GraphNode(MethodKey methodKey)
           
 
Method Summary
 void addCalled(GraphNode graphNode)
           
 void addCalledBy(GraphNode graphNode)
           
 void addStackNode(TreeNode treeNode)
           
 MethodKey getMethodKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphNode

public GraphNode(MethodKey methodKey)
Method Detail

getMethodKey

public MethodKey getMethodKey()

addStackNode

public void addStackNode(TreeNode treeNode)

addCalled

public void addCalled(GraphNode graphNode)

addCalledBy

public void addCalledBy(GraphNode graphNode)