Top "Activity-diagram" questions

An activity diagram is a mapping of the steps involved in a repetitive process to a visual workflow

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" …

uml diagram activity-diagram statechart
What is really different with FLOW CHART from ACTIVITY DIAGRAM?

I know activity diagram is more simple standardized support concurrent flows than a flow chart. But what is the reason …

uml flowchart activity-diagram
In an activity diagram, are you allowed dead ends and joins without forks? (includes example)

My question actually consists of two questions regarding the same process modelling in an activity diagram. The process in short: …

uml activity-diagram
Join and Merge in activity diagram

What is the difference between Join and Merge in Unified Modeling Language Activity Diagram. Give an example to understand more …

uml activity-diagram
Is there any "switch case" in UML use-case specification?

Is there any "switch case" in use-case specification? In the requirements: When user select "contract" in combobox, a "contract" tab …

uml use-case activity-diagram
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 …

uml android-activity diagram modeling activity-diagram
How to model optional actions on UML activity diagram

After searching the net and a couple of old fashioned books I own, I still haven't found my answer to …

uml activity-diagram
Activity Diagram with multiple end points

My Question may be simple, but I am confused because I have no idea about activity diagrams. My question- Are …

uml activity-diagram
Automatically generate flowcharts out of C++ code

I need to automatically construct flowcharts out of C++ code, ideally one flowchart per source file. Is there any tool (…

python c++ flowchart activity-diagram