Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Eclipse Layout Kernel » Layered layout inside self loops
Layered layout inside self loops [message #1838896] Mon, 08 March 2021 13:37 Go to next message
D Pro is currently offline D ProFriend
Messages: 2
Registered: March 2021
Junior Member
my data model considers self loops as internal elements, meaning that node N contains self-loop edge connecting its ports P1 and P2. Naturally, I am using `Inside Self Loops` property. But as far as I understand (by trial and error), self-loop edges must be contained in the parent node, even though they are routed inside of the node N, so for each node I must extract its self-loop edges and put them into their parents' lists of edges, and create an extra container for the top level node to route its self-loop edges. Might there be any workaround?
Re: Layered layout inside self loops [message #1838915 is a reply to message #1838896] Tue, 09 March 2021 08:45 Go to previous messageGo to next message
Christoph Daniel Schulze is currently offline Christoph Daniel SchulzeFriend
Messages: 98
Registered: September 2015
Member
Hi there, no, there is no workaround. But that should not be a problem since you need a parent node in any case to represent the whole diagram itself. That will contain your node (the one with the self loops) as well as the edges that will be that node's self loops.
Re: Layered layout inside self loops [message #1839109 is a reply to message #1838915] Sun, 14 March 2021 14:36 Go to previous message
D Pro is currently offline D ProFriend
Messages: 2
Registered: March 2021
Junior Member
I see, thanks for the reply!
Previous Topic:MrTree algorithm used on Sirius diagram - tree direction inversed
Next Topic:Using ELK for layout in PlantUML
Goto Forum:
  


Current Time: Sun Oct 06 11:02:28 GMT 2024

Powered by FUDForum. Page generated in 0.04087 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top