TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaTosThdCountGridElement

java.lang.Object
  extended byorg.eclipse.hyades.collection.threadanalyzer.TaTosThdCountGridElement
All Implemented Interfaces:
TaGridElement

public class TaTosThdCountGridElement
extends java.lang.Object
implements TaGridElement


Constructor Summary
TaTosThdCountGridElement(int thdCount, java.lang.Object additionalInfo)
           
 
Method Summary
 int compareTo(TaGridElement g)
           
 java.lang.Object getAdditionalInfo()
           
 int getThdCount()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaTosThdCountGridElement

public TaTosThdCountGridElement(int thdCount,
                                java.lang.Object additionalInfo)
Method Detail

toString

public java.lang.String toString()

compareTo

public int compareTo(TaGridElement g)
Specified by:
compareTo in interface TaGridElement

getThdCount

public int getThdCount()

getAdditionalInfo

public java.lang.Object getAdditionalInfo()
Specified by:
getAdditionalInfo in interface TaGridElement

TPTP 4.1.0 Platform Project
Public API Specification