Class TreeIterator
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.TreeIterator
-
public class TreeIterator extends java.lang.ObjectClass used to iterate over a given subtree. Does not work for artificial node as root because cur == end at the start.- Author:
- brockhoff
-
-
Constructor Summary
Constructors Constructor Description TreeIterator(int[] t, int[] f)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()intnext()voidsetRoot(int root)
-