Consistent UML model naming across all examples.
This commit is contained in:
BIN
double-checked-locking/etc/double-checked-locking.png
Normal file
BIN
double-checked-locking/etc/double-checked-locking.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
@ -1,18 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<class-diagram version="1.1.7" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
|
||||
associations="true" dependencies="false" nesting-relationships="true">
|
||||
<class id="1" language="java" name="com.iluwatar.Inventory" project="double-checked-locking"
|
||||
file="/double-checked-locking/src/main/java/com/iluwatar/Inventory.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="233" y="174"/>
|
||||
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
|
||||
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
|
||||
<class id="1" language="java" name="com.iluwatar.doublecheckedlocking.Item" project="double-checked-locking"
|
||||
file="/double-checked-locking/src/main/java/com/iluwatar/doublecheckedlocking/Item.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="124" width="205" x="146" y="504"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||||
sort-features="false" accessors="true" visibility="true">
|
||||
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||||
<operations public="true" package="true" protected="true" private="true" static="true"/>
|
||||
</display>
|
||||
</class>
|
||||
<class id="2" language="java" name="com.iluwatar.Item" project="double-checked-locking"
|
||||
file="/double-checked-locking/src/main/java/com/iluwatar/Item.java" binary="false" corner="BOTTOM_RIGHT">
|
||||
<position height="-1" width="-1" x="230" y="403"/>
|
||||
<class id="2" language="java" name="com.iluwatar.doublecheckedlocking.Inventory" project="double-checked-locking"
|
||||
file="/double-checked-locking/src/main/java/com/iluwatar/doublecheckedlocking/Inventory.java" binary="false"
|
||||
corner="BOTTOM_RIGHT">
|
||||
<position height="142" width="205" x="146" y="322"/>
|
||||
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
||||
sort-features="false" accessors="true" visibility="true">
|
||||
<attributes public="true" package="true" protected="true" private="true" static="true"/>
|
||||
@ -20,11 +22,11 @@
|
||||
</display>
|
||||
</class>
|
||||
<association id="3">
|
||||
<end type="SOURCE" refId="1" navigable="false">
|
||||
<end type="SOURCE" refId="2" navigable="false">
|
||||
<attribute id="4" name="items"/>
|
||||
<multiplicity id="5" minimum="0" maximum="2147483647"/>
|
||||
</end>
|
||||
<end type="TARGET" refId="2" navigable="true"/>
|
||||
<end type="TARGET" refId="1" navigable="true"/>
|
||||
<display labels="true" multiplicity="true"/>
|
||||
</association>
|
||||
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
Reference in New Issue
Block a user