Tagged Questions
The activity-diagram tag has no wiki summary.
3
votes
1answer
142 views
How to convert an activity diagram to a petrinet, synthesize it and then analyse it?
I am doing a project on Petri nets.
I have generated an activity diagram (in the .xmi format) using the UML tool Umbrello. I need to convert it to a Petri net and then synthesize it using the tool ...
2
votes
1answer
662 views
Find the critical path and slack time [closed]
Its just a simple problem from a question paper. I have drawn the network diagram but I need help on critical path and slack time.
I cannot add images because of spam protection please have look at ...
2
votes
1answer
489 views
Difference between StateChart and Activity Diagram
I am really unable to understand the real difference between these 2 diagrams. I mean both of these deal is "states" but I am not sure what deals with what?
2
votes
1answer
422 views
Uncertain about exception handling in UML 2.0 Activity Diagram
HI,
I recently was reverse engineering a certain project to UML, and was stuck at a point where I could not reach a conclusion. The code is fairly simple:
...
try
...
1
vote
1answer
25 views
Does every path in activity diagram have a finish node. Every “fork” branch need to goto a merge?
Does every path in an activity diagram need to have a finish node? A similar question is does every fork branch need to be merged?
I did an activity diagram (below), but it seems wrong. Some ...
1
vote
0answers
34 views
How do I insert a split line in an Activity Diagram using UML 2.0 plugin for Eclipse?
I'm using UML 2.0 plugin on Eclipse for creating some activity diagrams. I would like to insert some split lines (the horizontal bold lines used for expressing concurrence) but I can't find the ...
1
vote
4answers
2k views
Free activity diagram editor
I'm looking for a free activity diagram editor supporting advanced stuff like object flow and actions. Any suggestions?
1
vote
8answers
715 views
What is the name of this diagram?
I have had difficulties in finding a tool by which I could make a similar diagram as the following
where
aloitussivu = homepage
yritysinfo = about
yleiskuva = general
tunnussivu = user
...
0
votes
0answers
9 views
Why shortcut to a decision is not supported in powerdesigner 15.x UML activity diagrams?
Powerdesigner comes with a nice feature called shortcut to objects. Unfortunately, the shortcuts are not supported for decision objects in UML activity diagrams. Can someone tell me why this is not ...
0
votes
1answer
58 views
How to add an action in a UML 2 activitydiagram in eclipse?
I have recently started using eclipse and want to use it for UML diagrams. (Before I have been using Dia). My problem is that I simply can't find out how to add an action in an activitydiagram? There ...
0
votes
1answer
72 views
Where i need to position fill application form in swimlane !
I am writting a sequence diagram where custome fill a application from for a bank
here i have two swim lane ..one is customer and another is bank
in which position i need to position "fill ...
0
votes
2answers
151 views
Any free reliable activity diagram tools for Ecllipse
I always hear Eclipse developers talking about how great eclipse is because it has plugins for everything for free...
but I have been looking for any free reliable UML tools with no success.
any ...
0
votes
0answers
123 views
convert an activity diagram in xmi to xml format
I have created an activity diagram in xmi format using a tool called Umbrello.I also use a tool called Uml2owfn that converts activity diagram in xml format to petri net.It will not accept xmi ...
0
votes
1answer
324 views
How to merge decision/fork nodes in UML
I have the below UML activity diagram for a shopping cart use case. It has several decision and fork nodes but there are no corresponding join/merge nodes. Could you please show me:
how to correct ...
0
votes
1answer
91 views
how to represent choices in activity diagram?
How can I draw activity diagram for following situation:-
Administrator logins to the system.
After login, there are 8 buttons on the screen for different works.
1. Add user
2. View users
3. change ...
0
votes
1answer
146 views
In an activity diagram, are there two initiating events allowed?
I want to model an activity, where there can be two several initiating events. These events has two several responsible actors. Is it allowed that a UML activity-diagram could have two initiating ...