Class LeafRemovalEvent<N extends TreeNode & LocallyExpandable<N>>

    • Field Summary

      • Fields inherited from class org.processmining.specpp.datastructures.tree.events.TreeNodeEvent

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LeafRemovalEvent​(N source)  
    • Constructor Detail

      • LeafRemovalEvent

        public LeafRemovalEvent​(N source)
    • Method Detail

      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ProperlyPrintable
        Overrides:
        toString in class java.lang.Object
      • getDelta

        public int getDelta()