activity-diagram Questions

4

Solved

I know that an activity diagram is: More simple; More standardized; Support concurrent flows. compared to a flow chart. But what are the possible reasons for using an activity diagram instead of ...
Oversupply asked 30/5, 2015 at 2:18

0

I want to create an Activity Diagram with PlantUML's new beta syntax. I've got the basic decision logic diagram, but I'm having trouble trying to add a merge node to merge two execution branches. I...
Granddaughter asked 22/3, 2023 at 12:30

3

Solved

Is there any "switch case" in use-case specification? In the requirements: When user select "contract" in combobox, a "contract" tab appears, then user will interact with the "contract" tab. Whe...
Justajustemilieu asked 30/8, 2015 at 13:57

1

Here is an activity diagram screenshot: Is it correct? If no, what am I doing wrong?
Chui asked 6/8, 2021 at 8:24

2

Solved

Is that correct way to define multiple selection? When I want to define selections like in menu?
Arrhythmia asked 1/5, 2019 at 19:58

2

Solved

I am having problems designing a proper UML activity diagram. I've seen similar questions and possible answers: How to present a loop in activity diagram? Even with these answers I am having dou...
Kickshaw asked 4/4, 2019 at 7:26

4

Solved

I am trying to make an activity diagram with PlantUML (new beta syntax). So far I came up with (simplified): @startuml start :A; if (Q1) then (yes) :B; if (Q2) then (yes) :D; else (no) :E; ...
Frostwork asked 12/11, 2017 at 15:28

2

What is the difference between Join and Merge in Unified Modeling Language Activity Diagram. Give an example to understand more clearly.
Hy asked 7/1, 2018 at 10:34

4

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?
Roane asked 5/4, 2011 at 22:9

5

Solved

I need to know this differences in order to undestand how to use them right. Which are the differences of DFD and Activity diagram?
Mckinnon asked 3/9, 2010 at 3:26

1

Solved

I'd like to represent a loop in a UML activity diagram. Here's my situation: For each folder, I check each document within that folder For each document I check its content: If it's invalid (b...
Nedra asked 8/6, 2016 at 18:55

1

I am using PlantUML to create an Activity diagram. I want the arrow that comes out of Modify Details to go back to OP2 instead of the diamond. I have this diagram: @startuml |Swimlane1| start :OP1;...
Jaxartes asked 21/11, 2015 at 16:2

1

Solved

After searching the net and a couple of old fashioned books I own, I still haven't found my answer to how to model an activity for a specific use case. I am fairly new to UML and thus activity diag...
Brooks asked 29/4, 2015 at 21:48

3

Solved

I need to automatically construct flowcharts out of C++ code, ideally one flowchart per source file. Is there any tool (preferably C++/Python and either open-sourced or highly configurable - ...
Leif asked 5/12, 2014 at 6:33

1

Solved

I've got a game that I'm trying to create an activity diagram for but I run into some problems. My try so far looks like this: This shows the flow good, the GUI is created -> Player performs a...
Overtone asked 1/9, 2014 at 20:42

1

Solved

I try to use activity diagram in Visual studio. When I add a decision node to diagram, there is no way to add text to display true or false condition. I searched in connector properties but it does...
Shinny asked 21/2, 2013 at 10:2

2

Solved

I'm trying to model my Application with UML Activity Diagrams. I'm using JavaScript and Node.js and lots of asynchronous callbacks. Here is what I came up with: What do you think? Do you unders...
Oshea asked 11/7, 2012 at 13:32

1

Solved

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 { sj = SendingJob.Deserialize...
Wag asked 13/1, 2011 at 8:44

1

Solved

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 e...
Alejandrinaalejandro asked 14/9, 2010 at 11:52
1

© 2022 - 2025 — McMap. All rights reserved.