Recent posts

#51
coArchi / Technical metadata on elements...
Last post by johmut - March 19, 2024, 11:06:55 AM
Dear All,
I am using coArchi for a couple of years now, with a couple of architects working on a shared model repository. Patiently waiting for coArchi 2, I am excited to read there is work being done on a release later this year.

Is there a list of prioritized requirements which we can see, and possibly even add suggestions or comments to?

My pain: I use a 'Note' visual block on every view that shows metadata, maintained as properties on view level.
Examples: Diagram Version Number and Validation Status, Validation Body as well as the typical CreatedBy, CreatedOn, MofifiedBy, ModifiedOn, ChangeLog, ...

Time & Discipline to update these properties manually is sometimes lacking... So i got thinking:

When publishing changes to git using coArchi (2?), is it imaginable to somehow push the datetime, git user and git commit message back to the updated view/element properties? Or is there another way of achieving this ?

Always happy to hear whether and how you guys & girls deal with this.
#52
General Archi Discussion / Re: A database of property obj...
Last post by Azix - March 17, 2024, 20:57:58 PM
Thanks for the information I've already made a similar script but for example on my firewall I can make object groups.

for example serverweb_group which contains
Server1
Server2
Server3


If I want to make an element group named severweb_group with archimate without putting each object in the view because there can be more than 25 objects in a group. So I'm obliged to take a "Node" for each server and "communication network"? and place them in a Groupings one by one?

#53
General Archi Discussion / Re: In the model view, can the...
Last post by Xiaoqi - March 16, 2024, 22:02:11 PM
Hi,

You can see the demo video https://youtu.be/BIUODhE3Ya0 to see how to hide needed folders in model tree, referring to the user guide items that Phil mentioned. FYI...

Xiaoqi
#54
jArchi / Re: Order of a $(selection)
Last post by Phil Beauvoir - March 16, 2024, 12:13:59 PM
The jArchi "selection" variable is taken from the underlying Eclipse global selection and there is no guarantee of the order of elements (and this might be different on Mac and Windows). When you select objects in a View the selection order reflects the order in which you click on them, but in the Models Tree this is not the case, because (as you found) they are sorted alphabetically.

BTW, because the "selection" variable is a collection you don't need to wrap it as in "$(selection)" just use it like "selection.get(0);"
#55
jArchi / Order of a $(selection)
Last post by blayde64 - March 16, 2024, 11:26:35 AM
As i understand it $(selection) is ordered. I wanted to select two views in the model browser, and apply several properties from the first selected object to the second selected one.  I had thought this would work:

var targetObj = $(selection).get(0);
var sourceObj = $(selection).get(1);

If i have two views "A" and "B", it doesn't matter if i select A or B first, i always have "A" returned in target object. Is there any way i can programmatically identify the first selected item? ie, not have the selection sorted?

Many thanks.
#56
Hi,

Quote from: svenvandevelde on March 12, 2024, 09:43:11 AMI would call this actually a functional "defect", as an application interaction can be realized by a specific technology service type.

There is no "defect" here as indeed an application interaction can be realized by technology behavior, but interaction being internal application behavior, it can only be realized by internal technology behavior (ie. function, process or interaction). A service can only realize another service.

Regards,

JB
#57
General Archi Discussion / Re: In the model view, can the...
Last post by Phil Beauvoir - March 12, 2024, 10:30:42 AM
Hi, no the folder order is fixed. However, you can hide it from the "Visible Folders" sub-menu in the Models pane (three vertical dots menu). See the User Guide, page 17.
#58
General Archi Discussion / In the model view, can the Rel...
Last post by svenvandevelde - March 12, 2024, 10:27:07 AM
Maybe a topic for future improvement.

Can the relations list be moved after the views list?
The relations list opens sometimes, and if you have hundreds of relations in a model, it is really annoying having to scroll up or down to the views or the actual components in applications, business and other folders.

Schermafbeelding 2024-03-12 104356.png



#59
General Archi Discussion / Re: Create relation when techn...
Last post by svenvandevelde - March 12, 2024, 09:43:11 AM
Excellent. Thank you.

It is because with a technology service, the possible relation types with application interactions are none of the ones mentioned in the 3.2 specification. I would call this actually a functional "defect", as an application interaction can be realized by a specific technology service type.

But I understand that this forum is not the place to debate archimate specifications.
Thanks for the funcionality hint and yes, that helped!

Sven
#60
General Archi Discussion / Re: Create relation when techn...
Last post by Phil Beauvoir - March 11, 2024, 10:18:02 AM
There is because the types of nested relationships are Composition, Aggregation, Access, Assignment, Realization, and Specialization. See section 5.1 of the ArchiMate 3.2 specification. You can change this in Archi in the Connections -> ARM Preferences. See page 45 of the Archi User Guide.