baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Layout issues in EPML to XPDL conversion #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following models in winbox present the following problems when converting 
EPML to XPDL:
- 115: the removal of the range connector causes an apparent disconnection 
between the function and its objects/roles
- 116: the elements of the process model are anchored to the pool but are not 
within its borders. Also, it's not clear which lanes they belong to (is this 
related to the lanes bug?)
- 118: functions that have an incoming arc on their left-hand side have the arc 
attached to their top side. The anchor point needs to be changed accordingly.

Original issue reported on code.google.com by marcello...@gmail.com on 18 Nov 2010 at 11:18

GoogleCodeExporter commented 9 years ago
115: This will be fixed.
116: This is as you said related to the lanes and pools problem.
118: The problem that this arc is generated by the adapter because of the 
deletion of the events after XOR split. I will try to figure out a way to fix 
it.

Original comment by aah.shareef@gmail.com on 19 Nov 2010 at 2:51