code-d / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Misinterpreting of connection rules of associations and edges (example BPMN1.1) #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. drag&drop a sequence flow, a data object and a undirected association to
the canvas
2. try to connect the sequence flow and the data object with the undirected
association
3. try it with both directions of the undirected association

What is the expected output?

you can connect the sequence flow and the data object with the undirected
association in each direction

What do you see instead?

only possible to connect them in one direction, but connection6 rules exist
in stencilset.

"role":"Association_Undirected",
                "connects": [
                    {
                        "from":"SequenceFlow",
                        "to":["DataObject"]
                    },
                    {
                        "from":"DataObject",
                        "to":["SequenceFlow"]
                    },

Please use labels and text to provide additional information.

Original issue reported on code.google.com by sven.wag...@gmail.com on 30 Jun 2008 at 1:59

GoogleCodeExporter commented 8 years ago
r687

Original comment by NicoPete...@gmail.com on 13 Jul 2008 at 7:04

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 20 Jul 2008 at 6:07