Uses of Class
de.fzi.kadmos.cmdutils.KADMOSCMDException

Packages that use KADMOSCMDException
de.fzi.kadmos.cmdutils.formatter Provides classes rendering evaluator results to various ouput formats. 
de.fzi.kadmos.cmdutils.result Provides classes for representing evaluator results. 
 

Uses of KADMOSCMDException in de.fzi.kadmos.cmdutils.formatter
 

Methods in de.fzi.kadmos.cmdutils.formatter that throw KADMOSCMDException
 void EvaluatorResultFormatter.format(EvaluatorResult result)
          Initiates the formatting process using an evaluator result object.
 void ConsoleResultFormatter.format(EvaluatorResult result)
          Initiates the formatting process using an evaluator result object.
 void GNUPlotResultFormatter.format(EvaluatorResult result)
          Initiates the formatting process using an evaluator result object.
 void CSVResultFormatter.format(EvaluatorResult result)
          Initiates the formatting process using an evaluator result object.
 void EvaluatorResultFormatter.format(List<EvaluatorResult> results)
          Initiates the formatting process using the a list of evaluator result objects.
 void ConsoleResultFormatter.format(List<EvaluatorResult> results)
          Initiates the formatting process using the a list of evaluator result objects.
 void GNUPlotResultFormatter.format(List<EvaluatorResult> results)
          Initiates the formatting process using the a list of evaluator result objects.
 void CSVResultFormatter.format(List<EvaluatorResult> results)
          Initiates the formatting process using the a list of evaluator result objects.
 

Uses of KADMOSCMDException in de.fzi.kadmos.cmdutils.result
 

Methods in de.fzi.kadmos.cmdutils.result that throw KADMOSCMDException
 void SymProxEvaluatorResult.applyEvalutor(Evaluator evaluator)
          Initiates computation of metrics and stores their values in the appropriate fields of extending class
abstract  void EvaluatorResult.applyEvalutor(Evaluator evaluator)
          Initiates computation of metrics and stores their values in the appropriate fields of extending class
 void PrecRecEvaluatorResult.applyEvalutor(Evaluator evaluator)
          Initiates computation of metrics and stores their values in the appropriate fields of extending class
 



Copyright © 2012. All Rights Reserved.