Class EventCountStatistics
- java.lang.Object
-
- org.processmining.specpp.supervision.observations.Statistics<T,Count>
-
- org.processmining.specpp.supervision.observations.CountStatistics<ClassKey<Event>>
-
- org.processmining.specpp.supervision.observations.EventCountStatistics
-
- All Implemented Interfaces:
Observation,Copyable<Statistics<ClassKey<Event>,Count>>,Mergeable<Statistics<? extends ClassKey<Event>,? extends Count>>,Mutable,PrettyPrintable,ProperlyPrintable
public class EventCountStatistics extends CountStatistics<ClassKey<Event>>
-
-
Constructor Summary
Constructors Constructor Description EventCountStatistics()EventCountStatistics(java.util.Map<ClassKey<Event>,Count> input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoPrettyString()-
Methods inherited from class org.processmining.specpp.supervision.observations.CountStatistics
toString
-
Methods inherited from class org.processmining.specpp.supervision.observations.Statistics
copy, getRecords, merge, record
-
-
-
-
Method Detail
-
toPrettyString
public java.lang.String toPrettyString()
- Specified by:
toPrettyStringin interfacePrettyPrintable- Overrides:
toPrettyStringin classCountStatistics<ClassKey<Event>>
-
-