Extracting SEDRIS Data
Tree Traversal:
- Step 1: Open the transmittal - synthetic environment object returned (root of object hierarchy)
- Step 2: Initialize an iterator to return all component objects, limited to depth of 1.
- Step 3: Get the next object from the iterator.
- Step 4: Process object (e.g. display it).
- Step 5: Repeat steps 2 - 4 recursively for the component retrieved by the iterator.
- Step 6: Free the iterator when there are no more components.
- Step 6: Close the transmittal