Package jline.lang
Class Metric
-
- All Implemented Interfaces:
public class MetricConstants for specifying a Metric
-
-
Field Summary
Fields Modifier and Type Field Description public Stringtypepublic Stationstationpublic JobClassjobClasspublic booleanisDisabledpublic doublealfapublic intanalyzedSamplespublic StringclassNamepublic intdiscardedSamplespublic doublelowerLimitpublic intmaxSamplespublic doublemeanValuepublic MetricTypemetricTypepublic StringnodeTypepublic doubleprecisionpublic StringstationNamepublic doubleupperLimit
-
Constructor Summary
Constructors Constructor Description Metric()Metric(NamedNodeMap attributes)
-
Method Summary
Modifier and Type Method Description doublegetAlfa()intgetAnalyzedSamples()StringgetClassName()voidsetClassName(String className)intgetDiscardedSamples()doublegetLowerLimit()intgetMaxSamples()doublegetMeanValue()MetricTypegetMetricType()StringgetNodeType()doublegetPrecision()StringgetStationName()voidsetStationName(String stationName)doublegetUpperLimit()booleanisSuccessful()-
-
Constructor Detail
-
Metric
Metric()
-
Metric
Metric(NamedNodeMap attributes)
-
-
Method Detail
-
getAlfa
double getAlfa()
-
getAnalyzedSamples
int getAnalyzedSamples()
-
getClassName
String getClassName()
-
setClassName
void setClassName(String className)
-
getDiscardedSamples
int getDiscardedSamples()
-
getLowerLimit
double getLowerLimit()
-
getMaxSamples
int getMaxSamples()
-
getMeanValue
double getMeanValue()
-
getMetricType
MetricType getMetricType()
-
getNodeType
String getNodeType()
-
getPrecision
double getPrecision()
-
getStationName
String getStationName()
-
setStationName
void setStationName(String stationName)
-
getUpperLimit
double getUpperLimit()
-
isSuccessful
boolean isSuccessful()
-
-
-
-