Class TreeTraverser<T>
java.lang.Object
org.springframework.statemachine.support.tree.TreeTraverser<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TreeTraverser
public TreeTraverser()
-
-
Method Details
-
children
Returns the children of the specified node. Must not contain null.- Parameters:
root
- the node- Returns:
- child iterables
-
postOrderTraversal
-