commit d21c75113a6ebaec042e04aee4f4945ee35c6728 parent c8035078f20289edefb0ffca1a4767ac4d3700f9 Author: Morel BĂ©renger <berengermorel76@gmail.com> Date: Fri, 27 Nov 2020 20:11:00 +0100 uml: added some multiplicities in example Diffstat:
M | uml.example | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/uml.example b/uml.example @@ -8,12 +8,12 @@ package comp_tree class component var string id # context help: mouse hover, description, etc - compose component content helper + compose component content helper 0:1 # widget's human-readable name - compose component content label + compose component content label 0:1 # this allows to "lock" widgets to avoid conflicting # changes - associate component focus controller + associate component focus controller 1 class group inherit group component @@ -57,4 +57,4 @@ package coco endpackage coco associate Parser focus -associate focus component target +associate focus component target 1