I'm trying to model an application with UML, and need some help.
Type
Type
Type
as argument. I'm thinking of modeling this with an activity diagrams, but do not know how.
I made the following experiment. Is that correct, or is it something that needs to be changed or can be improved?
Instead of using a parallel region, you should have one activity that has internal activities to depict your program. Something like this:
What you depict in your diagram is that the region inside the dotted line receives multiple inputs and processes them in parallel. Not what you want.
The OS part seems OK to me.