Class LeafEvent<N extends TreeNode>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.events.TreeNodeEvent<N>
-
- org.processmining.specpp.datastructures.tree.events.LeafEvent<N>
-
- All Implemented Interfaces:
TreeEvent,Event,Observation,ProperlyHashable,ProperlyPrintable,RepresentsChange
- Direct Known Subclasses:
LeafAdditionEvent,LeafRemovalEvent
public abstract class LeafEvent<N extends TreeNode> extends TreeNodeEvent<N> implements RepresentsChange
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.tree.events.TreeNodeEvent
source
-
-
Method Summary
-
Methods inherited from class org.processmining.specpp.datastructures.tree.events.TreeNodeEvent
getSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
Methods inherited from interface org.processmining.specpp.traits.RepresentsChange
getDelta
-
-
-
-
Constructor Detail
-
LeafEvent
protected LeafEvent(N source)
-
-