Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mse

Pages: [1] 2 3 ... 21
1
General Board / How do I add multiple entry actions to a state?
« on: January 24, 2025, 03:28:45 am »
I am trying to add several entry actions to a state, but it seems that I can only enter one. The same goes for the /do and /exit states.

I have version 16.1.1627 Enterprise Architect (Ultimate Edition)

The Operations F10 menu just brings up the options for the currently selected operation, but nothing like a "add operation" or something similiar.

2
General Board / Re: Merry Holidays to all!
« on: January 09, 2025, 12:10:41 am »
Merry Christmas and a blessed new year to you too! :)

I'm surprised not more responded to this thread.  ;D

3
General Board / What so unique about EA "views"?
« on: December 06, 2024, 12:05:16 am »
I noticed that EA has this unique concept called Views as the top-level organizational folders. For example, if you try to create a package under the root Model, you get presented with view options such as "Simple", "Use Case", "Class", etc. The icon also looks different. After creating the view, only then can you insert packages. Now there is a workaround whereby one can simply move packages to the root Model node, but I want to know what this whole view concept is about.

I am thinking about creating views for the typical silos such as software team, systems team, hardware team, etc. I'm not sure that is what it is for however.

What benefits do I get from using views?

4
General Board / How are people integrating EA into confluence?
« on: December 05, 2024, 09:35:47 pm »
So it looks like our organization uses confluence as a single source of truth. How are users integrating EA into their confluence sites? Are there low-cost options to doing this? Has anyone discovered creative ways to get the modeling benefits while working with Confluence in some way without using some add-on?

5
General Board / How do you reference an enumeration in a trigger guard?
« on: December 03, 2024, 03:22:53 am »
For an activity diagram simulation, what is the proper notation for referencing an enumeration? Should it be:

"Enum1"

or

'Enum1'

or

Enum1

The EA documentation says that quotation marks are used for strings, but this is for an enumeration.

If I use Enum1, there is an error because it is not recognized. If I use ", then it treats it like a string. The ' also treats it like a string.

6
General Board / Re: I cannot resize a port in a diagram
« on: December 03, 2024, 03:12:56 am »
That worked perfectly, thanks! :)

7
General Board / I cannot resize a port in a diagram
« on: December 02, 2024, 09:56:18 pm »
I cannot resize a port in an internal block diagram for SysML. Is it even possible?

For example, I am trying to represent a port with a multiplicity of 4. I would like 4 different connections entering that port. I cannot resize it on the vertical however so that the lines are not all crowded in one spot.

8
General Board / Question about EAs mapping for UML to C code
« on: November 29, 2024, 07:48:40 pm »
EA has a rather interesting mapping for c-code generation. According to the C options document, there is the following for example:

struct - UML class with <<struct>> stereotype
typedef struct - UML class with <<struct>> stereotype with TaggedValue C::typedef true

So when I went to conduct a training on this, while the model was clear and understood, a developer ended up modeling the typedef as a UML Data Type. I was about to disagree with that but, in reality what he modeled is correct because a UML DataType is simply a type that is differentiated by its values (Section 10.2.3.1 https://www.omg.org/spec/UML/2.5/PDF).

I'm not sure that is enough to go with one or the other. EA does not generate code for a UML Data type. EA will generate code for a class with a <<struct>> stereotype however.

Finally, we are not generating code from the model, but I do want to make sure that our intents are clear and that one does model a struct as a class, while the other goes with a data type, leading to varying modeling standards. Of course I will eventually create a team standard for us to use, but before I do that, I want to have this concept clear so that it is justifiable.

9
General Board / Re: REST API in EA
« on: November 28, 2024, 06:27:28 pm »
I was thinking of something like a script of my own from the EA scripting facility whereby one iterates through some packages and publishes changes via REST to Jama for example. I know there is a plug in, but I was exploring the possibility of doing some regular updates in the Notes or publishing diagrams in png format.

10
General Board / Re: Is EA not responding to support requests anymore?
« on: November 26, 2024, 07:31:06 pm »
At least twice so far. I even think my second request was by accident. So there might be a duplicate request out there. I have even a request from 5 years ago or so that never was resolved. There was just a mention of "it will be fixed in the next version".

11
General Board / Re: Is EA not responding to support requests anymore?
« on: November 26, 2024, 01:05:11 am »
There is still no response. My issues are very basic ones too, and they are reproduceable just by following the EA documentation. I will start looking for alternatives to EA and will recommend against purchasing additional licenses of the product since we cannot use it for its intended purpose.

References:

https://sparxsystems.com/enterprise_architect_user_guide/17.0/model_simulation/create_objects_in_a_simulation.html#:~:text=Manually%20Create%20an%20Object,the%20diagram%20as%20an%20instance

https://stackoverflow.com/questions/71786449/how-does-action-pin-work-in-simulation-of-an-activity-diagram-in-enterprise-arch

12

I noticed that the CreateObject action does not show up as documented. Although I set the classifier, the action in my case shows the label "CreateObject1" instead of "CreateObject: Class1". Is anyone else observing this behavior? I have EA version 16.1.1627 (Build: 1627) - 64 bit

13
General Board / REST API in EA
« on: November 22, 2024, 02:50:50 am »
I'm just getting started on learning REST API and was wondering if I could do something with that in EA. For example, are there ways to script some API calls from EA so I can upload a diagram or update the notes field from EA to some other repository via REST API? I started learning with some python examples and I can query get some results. Now I want to take that further and bring EA into it. Do I need to now learn the scripting capabilities?

14
General Board / Is EA not responding to support requests anymore?
« on: November 20, 2024, 10:39:43 pm »
It seems that there is a failure in some feedback from Sparx Systems when it comes to bug reporting. Has anyone else noticed this? For example, you can create a bug report, but there is no response, not even automated, that they at least go the request. And these are for issues clearly reproducible and deviating from official documentation.

15
I would like to reuse a model across several cloud connections. Suppose you have a design for a library in EA, and you would like to reference it in different projects, each with their own cloud connections. I know there is a tool out there whereby you can create a model library from an existing package, and then reference it elsewhere. Does EA have something similar?

Pages: [1] 2 3 ... 21