Hello all,
I'm a novice EA practitioner, and had a question for those more experienced. I have several basic activity diagrams that I'd like to use for some simulation. For the sake of simplicity, let's say I had a model of making coffee. I'd like to add a duration property for each function (e.g. grind beans - 2 minutes, boil water - 5 minutes, mix ground beans and water 3 minutes | total time - 10 minutes). In theory, adding the duration property would allow me to evaluate complicated processes and determine time characteristics. A plus would be some way to show the results of the logic simulation in a meaningful way to stakeholders. I know typically time constraints are something shown in sequence diagram, but for my purposes, it's much easier to digest the information in an activity diagram.
For context, I used GENESYS MBSE in a past life, and for all functions there was a set property of function duration that could be used in a basic simulation. The simulation report would show the logic and anticipated completion time in the aggregate based on the duration of supporting functions. I can't really find good examples or help in the current Sparx resources. I've seen mentions of using Java to code simulation capabilities, but I'd like to see if there is a way to NOT use Java for creating this simulation.
For extra credit, eventually I'd like to incorporate resources into the model. Continuing the coffee example, is there a way that I can start the simulation saying I have 1 lb of beans available. Function X requires 0.25 lbs of beans to make a pot of coffee, so my overall resource of coffee reflects the usage of coffee over time.