Package jline.lang

Class Metric

java.lang.Object
jline.lang.Metric

public class Metric extends Object
Constants for specifying a Metric
  • Field Details

    • type

      public String type
    • station

      public Station station
    • jobClass

      public JobClass jobClass
    • isDisabled

      public boolean isDisabled
  • Constructor Details

    • Metric

      public Metric()
    • Metric

      public Metric(NamedNodeMap attributes)
  • Method Details

    • getAlfa

      public double getAlfa()
    • getAnalyzedSamples

      public int getAnalyzedSamples()
    • getClassName

      public String getClassName()
    • getDiscardedSamples

      public int getDiscardedSamples()
    • getLowerLimit

      public double getLowerLimit()
    • getMaxSamples

      public int getMaxSamples()
    • getMeanValue

      public double getMeanValue()
    • getMetricType

      public MetricType getMetricType()
    • getNodeType

      public String getNodeType()
    • getPrecision

      public double getPrecision()
    • getStationName

      public String getStationName()
    • isSuccessful

      public boolean isSuccessful()
    • getUpperLimit

      public double getUpperLimit()