Class TreeNodeEvent<N extends TreeNode>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.events.TreeNodeEvent<N>
-
- All Implemented Interfaces:
TreeEvent,Event,Observation,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
HeuristicComputationEvent,LeafEvent,NodeContractionEvent,NodeExhaustionEvent,NodeExpansionEvent,NodeGenerationEvent,NodeRemovalEvent,TreeHeuristicQueueingEvent
public abstract class TreeNodeEvent<N extends TreeNode> extends java.lang.Object implements TreeEvent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTreeNodeEvent(N source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NgetSource()-
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
-
-