Class EnumeratingTreeStatsEvent
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.events.EnumeratingTreeStatsEvent
-
- All Implemented Interfaces:
TreeEvent,TreeStatsEvent,Event,Observation,ProperlyHashable,ProperlyPrintable
public class EnumeratingTreeStatsEvent extends java.lang.Object implements TreeStatsEvent
-
-
Constructor Summary
Constructors Constructor Description EnumeratingTreeStatsEvent(int leafCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLeafCount()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-
-
-
Method Detail
-
getLeafCount
public int getLeafCount()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-