148 lines
8.6 KiB
Plaintext
148 lines
8.6 KiB
Plaintext
|
<?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">
|
||
|
<interface id="1" language="java" name="com.iluwatar.PartyMember" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/PartyMember.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="540" y="-76"/>
|
||
|
<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="2" language="java" name="com.iluwatar.Rogue" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Rogue.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="461" y="276"/>
|
||
|
<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>
|
||
|
<enumeration id="3" language="java" name="com.iluwatar.Action" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Action.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="276" y="295"/>
|
||
|
<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="4" language="java" name="com.iluwatar.Party" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Party.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="273" y="114"/>
|
||
|
<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="5" language="java" name="com.iluwatar.Hobbit" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Hobbit.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="589" y="274"/>
|
||
|
<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="6" language="java" name="com.iluwatar.PartyImpl" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/PartyImpl.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="275" y="-70"/>
|
||
|
<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="7" language="java" name="com.iluwatar.Hunter" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Hunter.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="727" y="255"/>
|
||
|
<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="8" language="java" name="com.iluwatar.PartyMemberBase" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/PartyMemberBase.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="537" y="113"/>
|
||
|
<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="9" language="java" name="com.iluwatar.App" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/App.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="37" y="-75"/>
|
||
|
<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="10" language="java" name="com.iluwatar.Wizard" project="mediator"
|
||
|
file="/mediator/src/main/java/com/iluwatar/Wizard.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="727" y="130"/>
|
||
|
<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>
|
||
|
<dependency id="11">
|
||
|
<end type="SOURCE" refId="4"/>
|
||
|
<end type="TARGET" refId="3"/>
|
||
|
</dependency>
|
||
|
<generalization id="12">
|
||
|
<end type="SOURCE" refId="7"/>
|
||
|
<end type="TARGET" refId="8"/>
|
||
|
</generalization>
|
||
|
<generalization id="13">
|
||
|
<end type="SOURCE" refId="10"/>
|
||
|
<end type="TARGET" refId="8"/>
|
||
|
</generalization>
|
||
|
<realization id="14">
|
||
|
<end type="SOURCE" refId="8"/>
|
||
|
<end type="TARGET" refId="1"/>
|
||
|
</realization>
|
||
|
<association id="15">
|
||
|
<end type="SOURCE" refId="6" navigable="false">
|
||
|
<attribute id="16" name="members"/>
|
||
|
<multiplicity id="17" minimum="0" maximum="2147483647"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="1" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<generalization id="18">
|
||
|
<end type="SOURCE" refId="2"/>
|
||
|
<end type="TARGET" refId="8"/>
|
||
|
</generalization>
|
||
|
<generalization id="19">
|
||
|
<end type="SOURCE" refId="5"/>
|
||
|
<end type="TARGET" refId="8"/>
|
||
|
</generalization>
|
||
|
<dependency id="20">
|
||
|
<end type="SOURCE" refId="9"/>
|
||
|
<end type="TARGET" refId="6"/>
|
||
|
</dependency>
|
||
|
<association id="21">
|
||
|
<end type="SOURCE" refId="8" navigable="false">
|
||
|
<attribute id="22" name="party"/>
|
||
|
<multiplicity id="23" minimum="0" maximum="1"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="4" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<realization id="24">
|
||
|
<end type="SOURCE" refId="6"/>
|
||
|
<end type="TARGET" refId="4"/>
|
||
|
</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>
|