From 863f6c7a924b0e16713f7864067bf48dd0c2bdf9 Mon Sep 17 00:00:00 2001 From: esoe Date: Thu, 28 Apr 2022 15:04:10 +0300 Subject: [PATCH] qq --- docs/anyreport.puml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/anyreport.puml b/docs/anyreport.puml index 139eb7b..d91ebf0 100644 --- a/docs/anyreport.puml +++ b/docs/anyreport.puml @@ -126,18 +126,14 @@ package moodle-report{ Quiz --> Data class TagModel{ + - tags : ArrayList + + setTags(ArrayList tags) : void + + getTags() : ArrayList + addTag(String tag) : void + removeTag(String tag) : void } TagModel --> TagControls TagModel --> UserListModel - - class Tag{ - - tag : String - + getTag() : String - + setTag(String tag) : void - } - Tag --> TagModel } @enduml \ No newline at end of file