Class AnnotationElement

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.commons.math3.stat.descriptive.StatisticalSummary

    public class AnnotationElement
    extends org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
    This class represents an annotation element that will be contained in an "Annotation" object, which may contain more AnnotationElements. Each state and transition will hold a unique Annotation object, but may hold many AnnotationElements An AnnotationElement can contain value sets and descriptive summaries, thanks to the DescriptiveStatistics class' methods.
    Author:
    abolt
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  AnnotationElement.Type  
    • Field Summary

      • Fields inherited from class org.apache.commons.math3.stat.descriptive.DescriptiveStatistics

        INFINITE_WINDOW, windowSize
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAsString​(double number)  
      java.lang.String getName()  
      AnnotationElement.Type getType()  
      • Methods inherited from class org.apache.commons.math3.stat.descriptive.DescriptiveStatistics

        addValue, apply, clear, copy, copy, getElement, getGeometricMean, getGeometricMeanImpl, getKurtosis, getKurtosisImpl, getMax, getMaxImpl, getMean, getMeanImpl, getMin, getMinImpl, getN, getPercentile, getPercentileImpl, getPopulationVariance, getQuadraticMean, getSkewness, getSkewnessImpl, getSortedValues, getStandardDeviation, getSum, getSumImpl, getSumsq, getSumsqImpl, getValues, getVariance, getVarianceImpl, getWindowSize, removeMostRecentValue, replaceMostRecentValue, setGeometricMeanImpl, setKurtosisImpl, setMaxImpl, setMeanImpl, setMinImpl, setPercentileImpl, setSkewnessImpl, setSumImpl, setSumsqImpl, setVarianceImpl, setWindowSize, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getName

        public java.lang.String getName()
      • getAsString

        public java.lang.String getAsString​(double number)