| Class | Description |
|---|---|
| BFIterator<T> |
Iterates all nodes, breadth first.
|
| BFTreeVisitor<T> |
Breadth first visitor class.
|
| DFIterator<T> |
Iterates all nodes, depth first.
|
| DFTreeVisitor<T> |
Depth first visitor.
|
| LayerBreakdownGenerator |
Same as LayerBreakDownVisitor, but iterator based instead of visitor based.
|
| LayerBreakdownVisitor | |
| LayerBreakdownVisitor.LayerBreakdown | |
| LayerBreakdownVisitor.LayerEntry | |
| LongestDurationIterator |
Iterates from the root to the leaf, always selecting the event with the longest duration in each
layer.
|