-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathFactory.drawio
More file actions
109 lines (109 loc) · 10.9 KB
/
Factory.drawio
File metadata and controls
109 lines (109 loc) · 10.9 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<mxfile host="app.diagrams.net" modified="2023-04-22T15:50:30.918Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" etag="6xKkAq0EnzTLv2_XAEx5" version="20.5.3" type="github">
<diagram name="Page-1" id="9f46799a-70d6-7492-0946-bef42562c5a5">
<mxGraphModel dx="1995" dy="589" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1100" pageHeight="850" background="none" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="v0kv-9lwEswn2KDudTzZ-1" value="Celestial" 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;" vertex="1" parent="1">
<mxGeometry x="260" y="60" width="250" height="60" as="geometry">
<mxRectangle x="260" y="60" width="90" height="30" as="alternateBounds" />
</mxGeometry>
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-3" 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="v0kv-9lwEswn2KDudTzZ-1">
<mxGeometry y="26" width="250" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-4" value="+ canHaveNaturalSatellite(): 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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-1">
<mxGeometry y="34" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-25" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="v0kv-9lwEswn2KDudTzZ-5" target="v0kv-9lwEswn2KDudTzZ-4">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="115" y="160" />
<mxPoint x="385" y="160" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-5" value="Star" 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;" vertex="1" parent="1">
<mxGeometry x="-10" y="200" width="250" height="60" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-6" 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="v0kv-9lwEswn2KDudTzZ-5">
<mxGeometry y="26" width="250" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-7" value="+ canHaveNaturalSatellite(): 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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-5">
<mxGeometry y="34" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-24" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=1;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="v0kv-9lwEswn2KDudTzZ-8" target="v0kv-9lwEswn2KDudTzZ-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-8" value="Planet" 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;" vertex="1" parent="1">
<mxGeometry x="260" y="200" width="250" height="60" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-9" 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="v0kv-9lwEswn2KDudTzZ-8">
<mxGeometry y="26" width="250" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-10" value="+ canHaveNaturalSatellite(): 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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-8">
<mxGeometry y="34" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="v0kv-9lwEswn2KDudTzZ-11">
<mxGeometry relative="1" as="geometry">
<mxPoint x="385" y="120" as="targetPoint" />
<Array as="points">
<mxPoint x="655" y="160" />
<mxPoint x="385" y="160" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-11" value="ManMadeSatellite" 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;" vertex="1" parent="1">
<mxGeometry x="530" y="200" width="250" height="60" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-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="v0kv-9lwEswn2KDudTzZ-11">
<mxGeometry y="26" width="250" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-13" value="+ canHaveNaturalSatellite(): 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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-11">
<mxGeometry y="34" width="250" height="26" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-27" value="implements" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="110" y="160" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-28" value="implements" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="310" y="160" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-29" value="implements" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="580" y="160" width="80" height="30" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-33" value="frame" style="shape=umlFrame;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="-20" y="30" width="820" height="260" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-38" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;" edge="1" parent="1" source="v0kv-9lwEswn2KDudTzZ-34">
<mxGeometry relative="1" as="geometry">
<mxPoint x="800" y="217" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-34" value="CelestialFactory" 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;" vertex="1" parent="1">
<mxGeometry x="910" y="187" width="200" height="60" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-36" 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="v0kv-9lwEswn2KDudTzZ-34">
<mxGeometry y="26" width="200" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-37" value="+ getCelestial(String): Celestial" 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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-34">
<mxGeometry y="34" width="200" height="26" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-39" value="create" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="810" y="195" width="60" height="30" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-44" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="v0kv-9lwEswn2KDudTzZ-40" target="v0kv-9lwEswn2KDudTzZ-34">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-40" value="FactoryMain" 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;" vertex="1" parent="1">
<mxGeometry x="930" y="30" width="160" height="60" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-42" 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="v0kv-9lwEswn2KDudTzZ-40">
<mxGeometry y="26" width="160" height="8" as="geometry" />
</mxCell>
<mxCell id="v0kv-9lwEswn2KDudTzZ-43" value="+ main(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;" vertex="1" parent="v0kv-9lwEswn2KDudTzZ-40">
<mxGeometry y="34" width="160" height="26" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>