Uses of Class
org.inria.myriads.snoozeclient.configurator.statistics.StatisticsFormat

Packages that use StatisticsFormat
org.inria.myriads.snoozeclient.configurator.statistics   
org.inria.myriads.snoozeclient.statistics   
org.inria.myriads.snoozeclient.statistics.impl   
 

Uses of StatisticsFormat in org.inria.myriads.snoozeclient.configurator.statistics
 

Methods in org.inria.myriads.snoozeclient.configurator.statistics that return StatisticsFormat
 StatisticsFormat StatisticsOutput.getFormat()
          Returns the output format.
static StatisticsFormat StatisticsFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatisticsFormat[] StatisticsFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.inria.myriads.snoozeclient.configurator.statistics with parameters of type StatisticsFormat
 void StatisticsOutput.setFormat(StatisticsFormat format)
          Sets the format.
 

Uses of StatisticsFormat in org.inria.myriads.snoozeclient.statistics
 

Methods in org.inria.myriads.snoozeclient.statistics with parameters of type StatisticsFormat
static SubmissionResultsWriter SubmissionResultsWriterFactory.newSubmissionResultsWriter(String fileName, StatisticsFormat statisticsOutputFormat)
          Creates a new submission results writer.
 

Uses of StatisticsFormat in org.inria.myriads.snoozeclient.statistics.impl
 

Constructors in org.inria.myriads.snoozeclient.statistics.impl with parameters of type StatisticsFormat
SubmissionResultsWriter(String fileName, StatisticsFormat statisticsOutputFormat)
          Constructor.
 



Copyright © 2012. All Rights Reserved.