Package org.processmining.logprojection
Class StatisticsWithSpan.Double
- java.lang.Object
-
- org.processmining.logprojection.Statistics.Double
-
- org.processmining.logprojection.StatisticsWithSpan.Double
-
- All Implemented Interfaces:
Statistics,StatisticsWithSpan
- Enclosing interface:
- StatisticsWithSpan
public static class StatisticsWithSpan.Double extends Statistics.Double implements StatisticsWithSpan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.logprojection.Statistics
Statistics.Double, Statistics.Long
-
Nested classes/interfaces inherited from interface org.processmining.logprojection.StatisticsWithSpan
StatisticsWithSpan.Double, StatisticsWithSpan.Long
-
-
Field Summary
-
Fields inherited from class org.processmining.logprojection.Statistics.Double
numObservations
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSpanObservation(double span)voidaddSpanObservation(float value)voidaddSpanObservation(int value)voidaddSpanObservation(long value)voidaddSpanObservation(short value)doublegetAverageSpan()doublegetMaxSpan()doublegetMinSpan()intgetNumObservationsSpan()doublegetVarianceSpan()java.lang.StringtoHTMLString()-
Methods inherited from class org.processmining.logprojection.Statistics.Double
addObservation, addObservation, addObservation, addObservation, addObservation, fillHTMLString, getAverage, getMaximum, getMaximumDouble, getMinimum, getMinimumDouble, getNumObservations, getVariance
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.logprojection.Statistics
addObservation, addObservation, addObservation, addObservation, addObservation, getAverage, getMaximumDouble, getMinimumDouble, getNumObservations, getVariance
-
-
-
-
Method Detail
-
addSpanObservation
public void addSpanObservation(double span)
- Specified by:
addSpanObservationin interfaceStatisticsWithSpan
-
getAverageSpan
public double getAverageSpan()
- Specified by:
getAverageSpanin interfaceStatisticsWithSpan
-
getVarianceSpan
public double getVarianceSpan()
- Specified by:
getVarianceSpanin interfaceStatisticsWithSpan
-
toHTMLString
public java.lang.String toHTMLString()
- Specified by:
toHTMLStringin interfaceStatistics- Specified by:
toHTMLStringin interfaceStatisticsWithSpan- Overrides:
toHTMLStringin classStatistics.Double
-
getNumObservationsSpan
public int getNumObservationsSpan()
- Specified by:
getNumObservationsSpanin interfaceStatisticsWithSpan
-
getMaxSpan
public double getMaxSpan()
-
getMinSpan
public double getMinSpan()
-
addSpanObservation
public void addSpanObservation(long value)
- Specified by:
addSpanObservationin interfaceStatisticsWithSpan
-
addSpanObservation
public void addSpanObservation(int value)
- Specified by:
addSpanObservationin interfaceStatisticsWithSpan
-
addSpanObservation
public void addSpanObservation(short value)
- Specified by:
addSpanObservationin interfaceStatisticsWithSpan
-
addSpanObservation
public void addSpanObservation(float value)
- Specified by:
addSpanObservationin interfaceStatisticsWithSpan
-
-