org.shiftone.jrat.provider.tree.ui.summary
Class MethodSummaryModel

java.lang.Object
  extended by org.shiftone.jrat.provider.tree.ui.summary.MethodSummaryModel

public class MethodSummaryModel
extends java.lang.Object

Author:
(jeff@shiftone.org) Jeff Drost

Constructor Summary
MethodSummaryModel(TraceTreeNode node)
           
 
Method Summary
 java.util.List getMethodSummaryList()
           
 java.util.Map getMethodSummaryMap()
           
 long getTotalMethodDuration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSummaryModel

public MethodSummaryModel(TraceTreeNode node)
Method Detail

getTotalMethodDuration

public long getTotalMethodDuration()

getMethodSummaryList

public java.util.List getMethodSummaryList()

getMethodSummaryMap

public java.util.Map getMethodSummaryMap()