Class PerformanceMeasurement
- java.lang.Object
-
- org.processmining.specpp.supervision.observations.performance.PerformanceMeasurement
-
- All Implemented Interfaces:
Observation,Statistic,ProperlyPrintable
- Direct Known Subclasses:
TimedPerformanceMeasurement
public class PerformanceMeasurement extends java.lang.Object implements Statistic
-
-
Field Summary
Fields Modifier and Type Field Description protected java.time.Durationduration
-
Constructor Summary
Constructors Constructor Description PerformanceMeasurement(java.time.Duration duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.DurationgetDuration()java.lang.StringtoString()
-
-
-
Method Detail
-
getDuration
public java.time.Duration getDuration()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-