Class AnnotationElement
- java.lang.Object
-
- org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
-
- org.processmining.plugins.tsanalyzer2.annotation.AnnotationElement
-
- All Implemented Interfaces:
java.io.Serializable,org.apache.commons.math3.stat.descriptive.StatisticalSummary
public class AnnotationElement extends org.apache.commons.math3.stat.descriptive.DescriptiveStatisticsThis 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 classAnnotationElement.Type
-
Constructor Summary
Constructors Constructor Description AnnotationElement(java.lang.String name, AnnotationElement.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsString(double number)java.lang.StringgetName()AnnotationElement.TypegetType()-
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
-
-
-
-
Constructor Detail
-
AnnotationElement
public AnnotationElement(java.lang.String name, AnnotationElement.Type type)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public AnnotationElement.Type getType()
-
getAsString
public java.lang.String getAsString(double number)
-
-