UML representation of specific factory pattern
I have to create an UML class diagram from the following example code (Perl). I don’t think that the standard factory pattern match in my case or I don’t understand it correctly. I don’t have AbstractFactory
and ConcreteFactory
but a single Factory
.
What are the main differences between FUML and the Executable UML profile? [closed]
Closed 9 years ago.
UML Actions with object and control flows
Consider a UML Action contained in a UML Activity defining the behavior of a classifier. Such Action has three input pins connected to other output pins of different action by means of object flow edges. It also has an incoming control flow.
UML Receptions and AcceptEventActions
What shall be the relationship between the receptions of a class (was classifier before Aadaam correction) and the AcceptEventActions in the activity describing the behavior of its instances?
Software design by pseudocoding?
Do you know a good way to design (i.e. write down) software with a method based on pseudocode?
How to properly design classes for a big project?
If we need to represent classes in a class diagram for a big project that is not completely designed yet, and the classes have to be actual tables in a database, how would we predict and design the classes?
Should I represent special cases (like errors / exceptions) in UML diagrams?
Let’s say you write a program that, when started, reads its configuration file to know which modules to start-up etc. If that configuration file is missing, an error will probably show up. This is an important situation that must always be handled.
Using UML and Use Cases in Game Design
In the Use case you need to make all the activities the user can do. And then in the Activity diagram I need to explain the Use cases, show the steps that it handles.
Sequence Diagram for Response Redirect in ASP.Net Webforms
In asp.net webforms I have a home aspx page that has a “Go” button. [This is the only control in this page]. When this button is clicked, the user is redirected to “UserProfile.aspx” page. How can we represent this redirect action in sequence diagram? Any reference articles/blogs for this?
Issue when Return Message is a collection of objects (Sequence Diagram)
I have a sequence diagram for the following operation. The Activity class uses method present in ActivityBL class. The method is:
GetActivities(ActivitySearch objt)