In BON2, when I implement a Visitor class and pass it to a model, can I make any assumptions about the order of traversal of the sub-parts (i.e. depth-first vs. breadth-first), or is it generally a bad idea to make any assumptions about that interface?
<br><br>Thanks,<br>-Joe<br><br>