113 lines
6.6 KiB
Plaintext
Raw Normal View History

<?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.Request" project="chain"
file="/chain/src/main/java/com/iluwatar/Request.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="339" y="341"/>
<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.RequestHandler" project="chain"
file="/chain/src/main/java/com/iluwatar/RequestHandler.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="662" y="335"/>
<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="3" language="java" name="com.iluwatar.OrcKing" project="chain"
file="/chain/src/main/java/com/iluwatar/OrcKing.java" binary="false" corner="BOTTOM_RIGHT">
<position height="116" width="182" x="574" y="73"/>
<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="4" language="java" name="com.iluwatar.RequestType" project="chain"
file="/chain/src/main/java/com/iluwatar/RequestType.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="-4" y="349"/>
<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>
<class id="5" language="java" name="com.iluwatar.OrcSoldier" project="chain"
file="/chain/src/main/java/com/iluwatar/OrcSoldier.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="337" y="530"/>
<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.OrcCommander" project="chain"
file="/chain/src/main/java/com/iluwatar/OrcCommander.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="604" y="530"/>
<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.OrcOfficer" project="chain"
file="/chain/src/main/java/com/iluwatar/OrcOfficer.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="854" y="530"/>
<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="8">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="1"/>
</dependency>
<association id="9">
<end type="SOURCE" refId="1" navigable="false">
<attribute id="10" name="requestType"/>
<multiplicity id="11" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="4" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="12">
<end type="SOURCE" refId="6"/>
<end type="TARGET" refId="2"/>
</generalization>
<association id="13">
<end type="SOURCE" refId="3" navigable="false">
<attribute id="14" name="chain"/>
<multiplicity id="15" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="2" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="16">
<end type="SOURCE" refId="5"/>
<end type="TARGET" refId="2"/>
</generalization>
<generalization id="17">
<end type="SOURCE" refId="7"/>
<end type="TARGET" refId="2"/>
</generalization>
<association id="18">
<end type="SOURCE" refId="2" navigable="false">
<attribute id="19" name="next"/>
<multiplicity id="20" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="2" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<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>