Recent posts

#1
jArchi / Repo: Script menu system
Last post by Thomas Rohde - Today at 05:54:35 AM
It has been a while since I scripted in JArchi. I just bought a Claude Pro subscription, and their Sonnet model is really good at programming, so I thougth it was a good opportunity to refresh my JArchi skills, and also see if Claude can do Eclipse, Archi and JArchi. In fact, by stuffing the repo with good context, it is surprisingly good.

Over a couple of days, we - Claude and I - whipped up this menu system with some test scripts. Actually, Claude has written 99.9% of the content  ;D

https://github.com/ThomasRohde/archi-scripts
#2
jArchi / Re: Archi Elements and Relatio...
Last post by cybye - July 25, 2024, 17:19:04 PM
nice!
#3
General Archi Discussion / Re: Archi 5.4 beta
Last post by Phil Beauvoir - July 24, 2024, 12:56:11 PM
Archi 5.4 Beta 5 is now available.

Some more optimisations and fixes (I keep keep finding things that makes things better  ;)  )

Final build will be available in a week or so.

Cheers,

Phil
#4
General Archi Discussion / Re: Archi 5.4 beta
Last post by Phil Beauvoir - July 17, 2024, 11:01:19 AM
Archi 5.4 Beta 4 is now available.

Some more optimisations and fixes. Final build will be available in a week or so.

Cheers,

Phil
#5
General Archi Discussion / Re: Archi 5.4 beta
Last post by Phil Beauvoir - July 09, 2024, 11:15:50 AM
And...

Archi 5.4 Beta 3 is now available.

(A few more internal Eclipse bugs fixed)

Cheers,

Phil

#6
jArchi / Re: Switch direction of (a) co...
Last post by Phil Beauvoir - July 08, 2024, 08:56:30 AM
Assuming you have a connection selected in the UI:

var relation = selection.first().concept;
var target = relation.target;
relation.target = relation.source;
relation.source = target;

Phil
#7
jArchi / Switch direction of (a) connec...
Last post by JoCriSem - July 08, 2024, 07:55:03 AM
Anyone has a script to switch the direction of selected connections or can tell me how to do that?
Thanks.
#8
jArchi / Re: Import elements/properties...
Last post by pmduque - July 04, 2024, 17:19:26 PM
That was it!!! Thanks!

Actualy I was having problems in other modules that are now solved!
#9
General Archi Discussion / Re: How to create Business_Cap...
Last post by Xiaoqi - July 03, 2024, 08:02:48 AM
Good suggestion, I will apply this into the model, thanks
#10
General Archi Discussion / Re: How to create Business_Cap...
Last post by smileham - July 02, 2024, 16:48:40 PM
I'd be tempted to suggest that tge "Policy Management" is a "Specialization" of "Contract Management"