Uses of Interface
de.hpi.fgis.dude.output.statisticoutput.StatisticOutput

Packages that use StatisticOutput
de.hpi.fgis.dude.output.statisticoutput Contains all classes that can be used for printing statistics of a run that are provided by the StatisticComponent
de.hpi.fgis.dude.util Provides DuDe's utility classes
 

Uses of StatisticOutput in de.hpi.fgis.dude.output.statisticoutput
 

Classes in de.hpi.fgis.dude.output.statisticoutput that implement StatisticOutput
 class AbstractStatisticOutput
          AbstractStatisticOuput is an abstract class that provides functionality common to most classes implementing StatisticOutput.
 class CSVStatisticOutput
          CSVStatisticOutput writes the statistics provided by a StatisticComponent instance into a CSV file.
 class SimpleStatisticOutput
          SimpleStatisticOutput prints the statistics in a simple, formatted fashion.
 

Uses of StatisticOutput in de.hpi.fgis.dude.util
 

Methods in de.hpi.fgis.dude.util that return types with arguments of type StatisticOutput
protected  Iterable<StatisticOutput> Experiment.getStatisticOutputs()
          Returns the added StatisticOutputs.
 

Methods in de.hpi.fgis.dude.util with parameters of type StatisticOutput
 void Experiment.addStatisticOutput(StatisticOutput statsOutput)
          Adds a StatisticOutput instance to this Experiment.
 void Experiment.addStatisticOutputs(StatisticOutput... statsOutputs)
          Adds several StatisticOutput instances to this Experiment.
 



Copyright © 2011 Hasso Plattner Institute - Chair of Information Systems. All Rights Reserved.