2014-11-03 08:47:03 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-05-31 12:59:30 +03:00
|
|
|
<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">
|
|
|
|
<interface id="1" language="java" name="com.iluwatar.strategy.DragonSlayingStrategy" project="strategy"
|
|
|
|
file="/strategy/src/main/java/com/iluwatar/strategy/DragonSlayingStrategy.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
|
<position height="88" width="186" x="525" y="428"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</interface>
|
|
|
|
<class id="2" language="java" name="com.iluwatar.strategy.ProjectileStrategy" project="strategy"
|
|
|
|
file="/strategy/src/main/java/com/iluwatar/strategy/ProjectileStrategy.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
|
<position height="106" width="151" x="218" y="264"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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>
|
2015-05-31 12:59:30 +03:00
|
|
|
<class id="3" language="java" name="com.iluwatar.strategy.SpellStrategy" project="strategy"
|
|
|
|
file="/strategy/src/main/java/com/iluwatar/strategy/SpellStrategy.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
|
<position height="106" width="125" x="409" y="264"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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>
|
2015-05-31 12:59:30 +03:00
|
|
|
<class id="4" language="java" name="com.iluwatar.strategy.DragonSlayer" project="strategy"
|
|
|
|
file="/strategy/src/main/java/com/iluwatar/strategy/DragonSlayer.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
|
<position height="124" width="284" x="574" y="264"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</class>
|
|
|
|
<class id="5" language="java" name="com.iluwatar.strategy.MeleeStrategy" project="strategy"
|
|
|
|
file="/strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
|
<position height="106" width="127" x="898" y="264"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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="6">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="5"/>
|
|
|
|
<end type="TARGET" refId="1"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
</realization>
|
|
|
|
<realization id="7">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="2"/>
|
|
|
|
<end type="TARGET" refId="1"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
</realization>
|
|
|
|
<realization id="8">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="3"/>
|
|
|
|
<end type="TARGET" refId="1"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
</realization>
|
|
|
|
<association id="9">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="4" navigable="false">
|
|
|
|
<attribute id="10" name="strategy"/>
|
|
|
|
<multiplicity id="11" minimum="0" maximum="1"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
</end>
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="TARGET" refId="1" navigable="true"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<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>
|