xmf-xmodeler / Mosaic

Java client for XMF2
0 stars 2 forks source link

Associations in multi-level models require tool buttons for instantiation #74

Closed jgulden closed 8 years ago

jgulden commented 8 years ago

Whenever an association is declared in a multi-level model, a toolbar button for actually instantiating this association needs to be created as well. When the association is created, the tool needs to check whether it is created between instances of the correct type (=traditional behaviour), and, if any of the association ends is declared intrinsic, if the correct type level is reached.

jgulden commented 8 years ago

Part of the intrinsic association implementation.