Class HeuristicUtils
- java.lang.Object
-
- org.processmining.specpp.datastructures.tree.heuristic.HeuristicUtils
-
public class HeuristicUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HeuristicUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>bfs()static <N extends TreeNode & KnowsDepth & Evaluable>
HeuristicStrategy<N,TreeNodeScore>dfs()
-
-
-
Method Detail
-
dfs
public static <N extends TreeNode & KnowsDepth & Evaluable> HeuristicStrategy<N,TreeNodeScore> dfs()
-
bfs
public static <N extends TreeNode & KnowsDepth & Evaluable> HeuristicStrategy<N,TreeNodeScore> bfs()
-
-