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
Eclipse UserFriend
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
Eclipse UserFriend
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
Eclipse UserFriend
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: Thu Feb 13 01:03:38 GMT 2025

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

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

Back to the top