TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaTosPctPoolGridElement

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

public class TaTosPctPoolGridElement
extends java.lang.Object
implements TaGridElement


Constructor Summary
TaTosPctPoolGridElement(int pctOfPool, java.lang.Object additionalInfo)
           
 
Method Summary
 int compareTo(TaGridElement g)
           
 java.lang.Object getAdditionalInfo()
           
 int getPctOfPool()
           
 void setPctOfPool(int percentage)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaTosPctPoolGridElement

public TaTosPctPoolGridElement(int pctOfPool,
                               java.lang.Object additionalInfo)
Method Detail

toString

public java.lang.String toString()

setPctOfPool

public void setPctOfPool(int percentage)

getPctOfPool

public int getPctOfPool()

compareTo

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

getAdditionalInfo

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

TPTP 4.1.0 Platform Project
Public API Specification