bcfisher / oryx-editor

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

Subsets of existing Stencilsets through Stencilset Extensions #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As shown by Michael zur Muehlen and Jan Recker in 
http://www.bpm-research.com/2008/03/03/how-much-bpmn-do-you-need/ BPMN 
users work typically only with their individual subset of the language. 
Hence, it would be very useful to have stencilset extensions which 
actually remove stencils in order to reduce complexity of a modeling 
language for a certain use case.

Original issue reported on code.google.com by falko.me...@gmail.com on 16 Jul 2008 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 23 Jul 2008 at 6:50

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 12 Aug 2008 at 8:40

GoogleCodeExporter commented 8 years ago
rev860

Original comment by NicoPete...@gmail.com on 13 Aug 2008 at 3:57

GoogleCodeExporter commented 8 years ago
The shape menu is not updated when removing stencils. That causes it to 
completely 
disappear when removing connecting objects.
data/stencilsets/extensions/bpmn1.1basicsubset/bpmn1.1basicsubset.json contains 
lines for removing almost all connecting objects of BPMN 1.1. The lines are 
currently commented out.

Original comment by falko.me...@gmail.com on 1 Sep 2008 at 3:49

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 2 Sep 2008 at 9:10

GoogleCodeExporter commented 8 years ago
fixed in rev957. the problem was not the shapemenu, but the stencil set rules. 
these
were not reinitialized. Falko, please try it out. I've also activated the 
removal of
the edges in your extension.

Original comment by NicoPete...@gmail.com on 2 Sep 2008 at 3:21

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 2 Sep 2008 at 3:22

GoogleCodeExporter commented 8 years ago
Thanks a lot. Now it works properly.

Original comment by falko.me...@gmail.com on 3 Sep 2008 at 3:27

GoogleCodeExporter commented 8 years ago
Is there a way to store the selected stencil set extensions with the model? 
After 
saving and reloading a model only the original stencil set is loaded, but not 
the 
extensions which have been used.

Furthermore, it would be useful to be able to directly start a new model with a 
certain extension loaded or in other words to use an extension in the same way 
as a 
normal stencil set.

Original comment by falko.me...@gmail.com on 3 Sep 2008 at 5:32

GoogleCodeExporter commented 8 years ago
the problem was a mismatch of the extensions namespace in the extension 
definition
file and the extensions.json file. because of this the extension could not be 
found.
I've updated the extensions.json file. be sure to clear your browsers cache.
otherwise it can happen that the old extensions.json will be loaded.

Original comment by NicoPete...@gmail.com on 3 Sep 2008 at 8:41

GoogleCodeExporter commented 8 years ago
The usage of the extension is saved properly in the erdf representation. 
However, 
when loading such a model, the stencilset is not reduced.

Original comment by falko.me...@gmail.com on 9 Sep 2008 at 4:55

GoogleCodeExporter commented 8 years ago
should work now! but loading of extensions must also be added when importing an 
erdf
model!

Original comment by NicoPete...@gmail.com on 10 Sep 2008 at 3:12

GoogleCodeExporter commented 8 years ago
Awesome! That was just in time for my demo tomorrow. Thank you very much.

Original comment by falko.me...@gmail.com on 11 Sep 2008 at 8:16

GoogleCodeExporter commented 8 years ago
rev1028. stencil sets are now also loaded when importing from erdf.

@falko: test this first or do not update to this revision before your demo!

Original comment by NicoPete...@gmail.com on 11 Sep 2008 at 9:10

GoogleCodeExporter commented 8 years ago
rev1028 seems to introduce an error. If I load a BPMN 1.1 process which uses the
basic subset extension and drop new shapes into the canvas, they cannot be 
selected
or dragged any more. Furthermore it seems if adding stencils doesn't work even
without the changes of rev1028.

Original comment by falko.me...@gmail.com on 11 Sep 2008 at 2:14

GoogleCodeExporter commented 8 years ago
hopefully it now works in rev1039. the extension was accidently loaded two 
times on
start up and that caused the problem for some reason. sorry for all the bugs. 

Original comment by NicoPete...@gmail.com on 12 Sep 2008 at 2:35

GoogleCodeExporter commented 8 years ago

Original comment by NicoPete...@gmail.com on 7 Jan 2009 at 2:45