-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathobserver.drawio
More file actions
73 lines (73 loc) · 8.55 KB
/
observer.drawio
File metadata and controls
73 lines (73 loc) · 8.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<mxfile host="app.diagrams.net" modified="2024-02-15T07:30:38.185Z" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" etag="jVTRCIbvUaT4RZJjQ_FM" version="23.1.2" type="github">
<diagram id="C5RBs43oDa-KdzZeNtuy" name="Page-1">
<mxGraphModel dx="822" dy="528" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="WIyWlLk6GJQsqaUBKTNV-1" parent="WIyWlLk6GJQsqaUBKTNV-0" />
<mxCell id="ZighdOAhbBxPj0RUjRUG-10" value="Observer" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="110" y="80" width="160" height="60" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-12" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-10">
<mxGeometry y="26" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-13" value="+ update(String): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-10">
<mxGeometry y="34" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-14" value="TeamMember" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="110" y="220" width="160" height="164" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-15" value="+ name: String" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="26" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-20" value="+ chatTeam: ChatTeam" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="52" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-16" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="78" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-17" value="+ joinChat(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="86" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-21" value="+ leaveChat(): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="112" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-22" value="+ update(String): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-14">
<mxGeometry y="138" width="160" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-19" value="" style="endArrow=block;dashed=1;endFill=0;endSize=12;html=1;rounded=0;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1.115;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" source="ZighdOAhbBxPj0RUjRUG-14" target="ZighdOAhbBxPj0RUjRUG-13">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="330" y="300" as="sourcePoint" />
<mxPoint x="490" y="300" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-23" value="ChatTeam" style="swimlane;fontStyle=1;align=center;verticalAlign=top;childLayout=stackLayout;horizontal=1;startSize=26;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;" vertex="1" parent="WIyWlLk6GJQsqaUBKTNV-1">
<mxGeometry x="440" y="80" width="200" height="164" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-24" value="+ observers: List&lt;Observer&gt;" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="26" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-25" value="" style="line;strokeWidth=1;fillColor=none;align=left;verticalAlign=middle;spacingTop=-1;spacingLeft=3;spacingRight=3;rotatable=0;labelPosition=right;points=[];portConstraint=eastwest;strokeColor=inherit;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="52" width="200" height="8" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-26" value="+ addObserver(observer): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="60" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-27" value="+ removeObserver(observer): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="86" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-28" value="+ sendMessage(String): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="112" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-29" value="+ notifyObservers(String): void" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=top;spacingLeft=4;spacingRight=4;overflow=hidden;rotatable=0;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;whiteSpace=wrap;html=1;" vertex="1" parent="ZighdOAhbBxPj0RUjRUG-23">
<mxGeometry y="138" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="ZighdOAhbBxPj0RUjRUG-30" value="Use" style="endArrow=open;endSize=12;dashed=1;html=1;rounded=0;entryX=0.999;entryY=0.202;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="WIyWlLk6GJQsqaUBKTNV-1" target="ZighdOAhbBxPj0RUjRUG-13">
<mxGeometry width="160" relative="1" as="geometry">
<mxPoint x="440" y="120" as="sourcePoint" />
<mxPoint x="490" y="300" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>