|
|
|
@ -126,18 +126,14 @@ package moodle-report{
@@ -126,18 +126,14 @@ package moodle-report{
|
|
|
|
|
Quiz --> Data |
|
|
|
|
|
|
|
|
|
class TagModel{ |
|
|
|
|
- tags : ArrayList<String> |
|
|
|
|
+ setTags(ArrayList<String> tags) : void |
|
|
|
|
+ getTags() : ArrayList<String> |
|
|
|
|
+ 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 |