Package jline.lang
Class Metric
java.lang.Object
jline.lang.Metric
Constants for specifying a Metric
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getAlfa()
int
int
double
int
double
double
double
boolean
-
Field Details
-
type
-
station
-
jobClass
-
isDisabled
public boolean isDisabled
-
-
Constructor Details
-
Metric
public Metric() -
Metric
-
-
Method Details
-
getAlfa
public double getAlfa() -
getAnalyzedSamples
public int getAnalyzedSamples() -
getClassName
-
getDiscardedSamples
public int getDiscardedSamples() -
getLowerLimit
public double getLowerLimit() -
getMaxSamples
public int getMaxSamples() -
getMeanValue
public double getMeanValue() -
getMetricType
-
getNodeType
-
getPrecision
public double getPrecision() -
getStationName
-
isSuccessful
public boolean isSuccessful() -
getUpperLimit
public double getUpperLimit()
-