Hello everyone,
I've been working with Aris Toolset 7.1 for a while, making helpful reports for my company and trying to save people time making things more "automatic", but now I have a big problem on my hands.
I need to make a report (in VB) that evaluates an EPC and gives me a answer like:
1) Position
Function
2) Position
Function
...
I used to get all function occurrences and sort them by the Y position, but that wont work now. When there is a decision that split the process, I want to read first one side of the split and go back to the other sides after getting all functions on that "section". If the process have multiple starting points that merge somewhere with an rule operator, I want to read one side first and only read the other after.
Anyone has ever done this before?
Thanks, Pedro
Pedro,
Look throug the ARIS method class called "BuildGraph" under the method help "Model Class". I guess you should use the build graph method if you need to get the objects in the model in a chronological order.
The Buildgraph method flags the object in the model as visited once it reports on that object
Regards,
Rupesh