Skip to content

Commit 12bc65a

Browse files
committed
Added class diagram for Execute Around idiom.
1 parent 027fd99 commit 12bc65a

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

execute-around/execute-around.png

4.48 KB
Loading

execute-around/execute-around.ucls

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
3+
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
4+
<class id="1" language="java" name="com.iluwatar.SimpleFileWriter" project="execute-around"
5+
file="/execute-around/src/main/java/com/iluwatar/SimpleFileWriter.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="88" width="261" x="213" y="298"/>
7+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
8+
sort-features="false" accessors="true" visibility="true">
9+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
10+
<operations public="true" package="true" protected="true" private="true" static="true"/>
11+
</display>
12+
</class>
13+
<interface id="2" language="java" name="com.iluwatar.FileWriterAction" project="execute-around"
14+
file="/execute-around/src/main/java/com/iluwatar/FileWriterAction.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="88" width="164" x="514" y="298"/>
16+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
17+
sort-features="false" accessors="true" visibility="true">
18+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
19+
<operations public="true" package="true" protected="true" private="true" static="true"/>
20+
</display>
21+
</interface>
22+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
23+
sort-features="false" accessors="true" visibility="true">
24+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
25+
<operations public="true" package="true" protected="true" private="true" static="true"/>
26+
</classifier-display>
27+
<association-display labels="true" multiplicity="true"/>
28+
</class-diagram>

0 commit comments

Comments
 (0)