Class StatisticsAnnotationProperty
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.annotation.AnnotationProperty<java.lang.Float>
-
- org.processmining.plugins.tsanalyzer.StatisticsAnnotationProperty
-
public class StatisticsAnnotationProperty extends AnnotationProperty<java.lang.Float>
-
-
Field Summary
-
Fields inherited from class org.processmining.plugins.tsanalyzer.annotation.AnnotationProperty
value
-
-
Constructor Summary
Constructors Constructor Description StatisticsAnnotationProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAverage()longgetFrequency()floatgetMax()floatgetMedian()floatgetMin()floatgetStandardDeviation()floatgetSum()floatgetVariance()booleanisEmpty()voidsetAverage(float value)voidsetFrequency(float value)voidsetMax(float value)voidsetMedian(float value)voidsetMin(float value)voidsetStandardDeviation(float value)voidsetSum(float value)voidsetVariance(float value)-
Methods inherited from class org.processmining.plugins.tsanalyzer.annotation.AnnotationProperty
getMeasurement, getMeasurements, getValue, setMeasurement, setValue
-
-
-
-
Method Detail
-
getMin
public float getMin()
-
setMin
public void setMin(float value)
-
getAverage
public float getAverage()
-
setAverage
public void setAverage(float value)
-
getStandardDeviation
public float getStandardDeviation()
-
setStandardDeviation
public void setStandardDeviation(float value)
-
getMax
public float getMax()
-
setMax
public void setMax(float value)
-
getSum
public float getSum()
-
setSum
public void setSum(float value)
-
getVariance
public float getVariance()
-
setVariance
public void setVariance(float value)
-
getFrequency
public long getFrequency()
-
setFrequency
public void setFrequency(float value)
-
getMedian
public float getMedian()
-
setMedian
public void setMedian(float value)
-
isEmpty
public boolean isEmpty()
-
-