Baptiste Mesta

Results 5 comments of Baptiste Mesta

There is an implementation of the algorithm here: https://github.com/tiku01/oryx-editor/tree/master/editor/server/src/de/hpi/layouting It looks like there is also an "edge layouter" checking that out

Start of the algo: https://github.com/tiku01/oryx-editor/blob/73f0080cb90798fdba35ab3768ef3303123a4fdd/editor/server/src/org/oryxeditor/server/BPMNLayouterServlet.java#L109 see also de.unihannover.se.infocup2008.bpmn.layouter.EdgeLayouter 1: layout subprocesses 2: layout processes 3: put boundary events 4: layout edges This produce a Layouting Diagram that have LayoutingElement that...

yep it's very basic for now, did not had time at all to do better than that and the biggest issue is the positionning issue I'll investigate if I find...

about the initial issue, it is because the plugin was compiled on a java 8 jdk, will push a new version compiled on java 7 along with other fixes

Verify if the test is random or not, this might show that there is an issue in the algorithm