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.


Topics - Thomas Arnbjerg

Pages: [1] 2 3 4
1
General Board / Replace an element in a diagram with another element
« on: February 04, 2025, 11:27:33 pm »
Is there a way to replace an element in a diagram with another element of the same type - including all connectors?

I've created a rather complicated sequence diagram I would like to use in another project - so I would like to do something similar to:
1) export part of the model with the diagram to reuse to XMI
2) import the XMI in the other project (target project)
3) Replace imported elements in the imported diagrams with elements from the target project.
4) Delete the imported elements no longer used.

2
Bugs and Issues / Not able to set stereotype 'struct' on C++ class
« on: December 03, 2024, 06:48:53 pm »
I have a class with the language setting 'C++'. I'm not able to set the stereotype 'struct'. I can see it the C++ profile, but when I select it it's not applied. Any ideas?

3
Automation Interface, Add-Ins and Tools / C++ Code generation and folders
« on: October 11, 2024, 05:55:21 pm »
The default C++ code generator in EA places header and body files in the same location.
Is there a way to configure EA to separate the two while maintaining the tree structure in the model - i.e.

In the EA model:

<Namespace root package>
  |___Class1
  |
  |_Child_Package
             |
             |__Class2

The wanted structure of the generated code with destination folder <Source Root>->Inc:

<Source Root>
  |__Inc
  |      |_Package     
  |           |_Class1.hpp
  |           |_Child_Package
  |                     |__Class2.hpp
  |__Src     
          |_Class1.cpp
          |_Child_Package
                    |__Class2.cpp

If I set the 'Source Path' property for C++ to '../Src' under preferences the tree structure works for the header files (hpp) but the body files are generated under 'Inc->Src' and the tree structure is removed - i.e. the structure of the generated code becomes (the location of 'Class2.cpp' is wrong):

<Source Root>
  |__Inc
  |      |_Class1.hpp
  |      |_Child_Package
  |      |           |__Class2.hpp
  |      |_Src
  |           |_Class2.ccpp         
  |__Src       
         |_Class1.cpp
 

Any suggestions?

4
When I generate a PDF report in A4 format an extra wide right margin is shown.  The bottom margin is also too wide.

The page size in Adobe Reader is reported as A4 and everything looks fine in Word. Any ideas?

5
We would like to use a Word document as an EA template. It has a field 'HS_Item' in the category 'DocProperty', which is used by an external system (we would like to export from EA and have this other system detect the HS_Item field).

After import in EA the field appears in the category 'MergeField'. Is there a way to avoid this?
Thanks.

6
I've created a profile with a stake holder requirement stereotype. For some reason this is confused with the BABOK::stakeholder requirement. Is there a way to avoid this?


7
Bugs and Issues / C++ body contains "empty string" include
« on: August 15, 2024, 04:30:03 pm »
Hi all,

I have to seemingly identical classes. When I generate C++ code I see the following in the body file in one of the body files (cpp):

#include ""

The other correctly contains:

#include "./ConfigureSledResponse.hpp"

Any ideas?

8
I have a two profiles where I would like to enforce valid relationships between a stereotype in the first and one if the second. Is this possible with stereotyped relationships?

9
I have a section break in a report template, which can't be removed.

I can insert and remove new section breaks but for some reason this one is can't be touched. Any suggestions?

10
Automation Interface, Add-Ins and Tools / Quick linker specification
« on: April 11, 2024, 05:57:01 pm »
I've created at Quick Linker CSV specification as part of a UML profile.

In some diagrams it works - in others not. The elements and diagram types are there same and there are no filters on diagram type. Any ideas?
thanks,
Thomas

11
Hi all,
Is there a way to identify which model elements use a specific report template? - e.g. identify all model documents with a specific value of 'RTFTemplate'

12
Automation Interface, Add-Ins and Tools / Model documents and scripts
« on: March 27, 2024, 07:30:36 pm »
Is there a way to modify the packages in a model document from a script?

13
Suggestions and Requests / New connector visibility and other diagrams
« on: March 20, 2024, 11:23:51 pm »
Often when I draw a connector in a diagram I accidentally pollute other diagrams.
It would be nice if this was somehow communicated - e.g. the connector visibility dialog would automatically appear and I could deselect other diagrams.

As it is now it's often not detected until the other affected diagrams are opened. 

14
Automation Interface, Add-Ins and Tools / Glossaries and reports
« on: February 27, 2024, 10:31:47 pm »
Is there a way to create different glossaries and select which one to include in a report?

- e.g. a glossary with domain specific terms for use in stakeholder requirements and domain descriptions and one with technical terms for use in design documents?


15
I'm generating design specifications from class diagrams with one section for attributes and one for methods. I use tables with the column headers outside the section with attribute/method details.
Occasionally a section is empty (no attributes or methods) which results in a table with only the column headers. Is there a way to avoid this?

Pages: [1] 2 3 4