org.eclipse.mat.internal.snapshot.inspections
Class DominatorQuery.Tree

java.lang.Object
  extended by org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Tree
All Implemented Interfaces:
IResult, IResultTree, IStructuredResult
Enclosing class:
DominatorQuery

public abstract static class DominatorQuery.Tree
extends java.lang.Object
implements IResultTree


Constructor Summary
DominatorQuery.Tree(ISnapshot snapshot, int[] roots, DominatorQuery.Grouping groupedBy)
           
 
Method Summary
 DominatorQuery.Grouping getGroupedBy()
           
 ResultMetaData getResultMetaData()
          (Optionally) Return meta data of the result needed to fine-tune the display of the result.
 int[] getRoots()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.mat.query.IResultTree
getChildren, getElements, hasChildren
 
Methods inherited from interface org.eclipse.mat.query.IStructuredResult
getColumns, getColumnValue, getContext
 

Constructor Detail

DominatorQuery.Tree

public DominatorQuery.Tree(ISnapshot snapshot,
                           int[] roots,
                           DominatorQuery.Grouping groupedBy)
Method Detail

getGroupedBy

public DominatorQuery.Grouping getGroupedBy()

getRoots

public int[] getRoots()

getResultMetaData

public ResultMetaData getResultMetaData()
Description copied from interface: IResult
(Optionally) Return meta data of the result needed to fine-tune the display of the result.

Specified by:
getResultMetaData in interface IResult