Uses of Class
compbio.stat.collector.StatProcessor

Packages that use StatProcessor
compbio.stat.collector   
compbio.stat.servlet.util   
 

Uses of StatProcessor in compbio.stat.collector
 

Methods in compbio.stat.collector that return StatProcessor
 StatProcessor StatProcessor.getSingleWSStat(Services webService)
           
 

Uses of StatProcessor in compbio.stat.servlet.util
 

Methods in compbio.stat.servlet.util that return types with arguments of type StatProcessor
 Map<Services,StatProcessor> StatCollection.getAllStat()
           
 Map<Services,StatProcessor> StatCollection.getClusterStat()
           
 Map<Services,StatProcessor> StatCollection.getLocalStat()
           
 

Method parameters in compbio.stat.servlet.util with type arguments of type StatProcessor
static Totals Totals.sumStats(Map<Services,StatProcessor> stat)