Class EfficientTreeHash
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreeHash
-
public class EfficientTreeHash extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EfficientTreeHash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringhash(EfficientTree tree)static java.lang.Stringhash(EfficientTree tree, int node)static java.lang.StringhashOnIndices(EfficientTree tree)
-
-
-
Method Detail
-
hash
public static java.lang.String hash(EfficientTree tree)
- Parameters:
efficientTree-- Returns:
- a language-based hash of this tree
-
hashOnIndices
public static java.lang.String hashOnIndices(EfficientTree tree)
-
hash
public static java.lang.String hash(EfficientTree tree, int node)
-
-