baifanvhai / apromore

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

Linking lanes to their relevant elements in XPDL file #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the XPDL file, there are no direct relations between the lanes and their 
correspondent element such as tasks and events. The workflow would be linked to 
the pool. That pool would have its lanes. Thus, we need to implement a way to 
figure out the relation between the elements and the lanes using the graphical 
information then representing those relations as references in those element to 
a resource type in the canonical format. In addition, those lanes that have 
been mapped to resource types would be linked to their mapped parent pool using 
the specialization feature in the canonical format.

Original issue reported on code.google.com by aah.shareef@gmail.com on 26 Sep 2010 at 9:44

GoogleCodeExporter commented 9 years ago
The XPDL to canonical adapter has been updated. However, there is a problem 
with the XPDL file produced by Oryx with lanes. The model with lanes would be 
messed up when exporting then importing the XPDL file again because of some 
mistakes in the graphical info, specifically, in the elements coordinates.

Original comment by aah.shareef@gmail.com on 30 Sep 2010 at 2:56