Uses of Class
org.gcube.datatransformation.datatransformationlibrary.statistics.StatisticsManager.MetricType

Packages that use StatisticsManager.MetricType
org.gcube.datatransformation.datatransformationlibrary.statistics   
 

Uses of StatisticsManager.MetricType in org.gcube.datatransformation.datatransformationlibrary.statistics
 

Methods in org.gcube.datatransformation.datatransformationlibrary.statistics that return StatisticsManager.MetricType
static StatisticsManager.MetricType StatisticsManager.MetricType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatisticsManager.MetricType[] StatisticsManager.MetricType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.statistics with parameters of type StatisticsManager.MetricType
static Metric StatisticsManager.createMetric(String name, String description, StatisticsManager.MetricType mType)
          Creates a new Metric.
static Metric StatisticsManager.createMetric(String name, String description, StatisticsManager.MetricType mType, int maxNumMeasures)
          Creates a new Metric with a specific maximum number of measures.
static HashMap<String,Metric> StatisticsManager.getAllMetricsOfType(StatisticsManager.MetricType mType)
          Returns all metrics of one StatisticsManager.MetricType.
static Metric StatisticsManager.getMetric(String name, StatisticsManager.MetricType mType)
          Returns the Metric by its name and MetricType.
 



Copyright © 2013. All Rights Reserved.