Uses of Class
org.qianalyze.api.indicator.IndicatorResult

Packages that use IndicatorResult
org.qianalyze.api.indicator   
org.qianalyze.api.module   
 

Uses of IndicatorResult in org.qianalyze.api.indicator
 

Methods in org.qianalyze.api.indicator that return IndicatorResult
 IndicatorResult ObjectFactory.createIndicatorResult()
          Create an instance of IndicatorResult
 

Uses of IndicatorResult in org.qianalyze.api.module
 

Fields in org.qianalyze.api.module with type parameters of type IndicatorResult
protected  List<IndicatorResult> ModuleResponse.indicatorResults
           
 

Methods in org.qianalyze.api.module that return IndicatorResult
 IndicatorResult IIndicatorInspector.inspect(Object data)
           
 

Methods in org.qianalyze.api.module that return types with arguments of type IndicatorResult
 List<IndicatorResult> ModuleResponse.getIndicatorResults()
          Gets the value of the indicatorResults property.
 

Method parameters in org.qianalyze.api.module with type arguments of type IndicatorResult
 void ModuleResponse.setIndicatorResults(List<IndicatorResult> indicatorResults)
           
 



Copyright © 2012. All Rights Reserved.