Class HeuristicComputationEvent<H extends HeuristicValue<?>>
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.events.TreeNodeEvent<TreeNode>
-
- org.processmining.specpp.datastructures.tree.events.HeuristicComputationEvent<H>
-
- All Implemented Interfaces:
TreeEvent,TreeHeuristicsEvent,Event,Observation,ProperlyHashable,ProperlyPrintable
public class HeuristicComputationEvent<H extends HeuristicValue<?>> extends TreeNodeEvent<TreeNode> implements TreeHeuristicsEvent
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.tree.events.TreeNodeEvent
source
-
-
Constructor Summary
Constructors Constructor Description HeuristicComputationEvent(TreeNode node, H heuristic)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HgetHeuristic()java.lang.StringtoString()-
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, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-
-
-
Method Detail
-
getHeuristic
public H getHeuristic()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-