Uses of Class
org.processmining.specpp.datastructures.tree.iterators.LevelwiseTreeTraversal
-
Packages that use LevelwiseTreeTraversal Package Description org.processmining.specpp.datastructures.tree.base.impls org.processmining.specpp.datastructures.tree.base.traits -
-
Uses of LevelwiseTreeTraversal in org.processmining.specpp.datastructures.tree.base.impls
Method parameters in org.processmining.specpp.datastructures.tree.base.impls with type arguments of type LevelwiseTreeTraversal Modifier and Type Method Description java.util.Iterator<IndexedItem<N>>BiDiTreeImpl. traverseLevelwise(java.lang.Class<? extends LevelwiseTreeTraversal<N>> strategyClass) -
Uses of LevelwiseTreeTraversal in org.processmining.specpp.datastructures.tree.base.traits
Method parameters in org.processmining.specpp.datastructures.tree.base.traits with type arguments of type LevelwiseTreeTraversal Modifier and Type Method Description java.util.Iterator<IndexedItem<N>>TreeTraversable. traverseLevelwise(java.lang.Class<? extends LevelwiseTreeTraversal<N>> strategyClass)
-