llitfkitfk 80e8fef5c9 add editable diagram files
(you need to install objectaid eclipse plugin to view that)
2014-11-03 08:47:03 +08:00

113 lines
6.6 KiB
XML

<?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">
<enumeration id="1" language="java" name="com.iluwatar.WeaponType" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/WeaponType.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="469" y="244"/>
<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>
</enumeration>
<interface id="2" language="java" name="com.iluwatar.Weapon" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/Weapon.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="476" y="422"/>
<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>
</interface>
<class id="3" language="java" name="com.iluwatar.ElfWeapon" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/ElfWeapon.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="776" y="242"/>
<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="4" language="java" name="com.iluwatar.OrcBlacksmith" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/OrcBlacksmith.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="276" y="80"/>
<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="5" language="java" name="com.iluwatar.OrcWeapon" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/OrcWeapon.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="134" y="243"/>
<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>
<interface id="6" language="java" name="com.iluwatar.Blacksmith" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/Blacksmith.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="461" y="-67"/>
<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>
</interface>
<class id="7" language="java" name="com.iluwatar.ElfBlacksmith" project="factory-method"
file="/factory-method/src/main/java/com/iluwatar/ElfBlacksmith.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="662" y="79"/>
<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>
<realization id="8">
<end type="SOURCE" refId="7"/>
<end type="TARGET" refId="6"/>
</realization>
<association id="9">
<end type="SOURCE" refId="5" navigable="false">
<attribute id="10" name="weaponType"/>
<multiplicity id="11" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="12">
<end type="SOURCE" refId="3" navigable="false">
<attribute id="13" name="weaponType"/>
<multiplicity id="14" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<realization id="15">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="6"/>
</realization>
<dependency id="16">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="5"/>
</dependency>
<realization id="17">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="2"/>
</realization>
<dependency id="18">
<end type="SOURCE" refId="7"/>
<end type="TARGET" refId="3"/>
</dependency>
<realization id="19">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="2"/>
</realization>
<classifier-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"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>