53 lines
3.2 KiB
XML
53 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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.decorator.Hostile" project="decorator"
|
|
file="/decorator/src/main/java/com/iluwatar/decorator/Hostile.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="106" width="134" x="116" y="408"/>
|
|
<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.decorator.SmartTroll" project="decorator"
|
|
file="/decorator/src/main/java/com/iluwatar/decorator/SmartTroll.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="124" width="134" x="116" 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>
|
|
</class>
|
|
<class id="3" language="java" name="com.iluwatar.decorator.Troll" project="decorator"
|
|
file="/decorator/src/main/java/com/iluwatar/decorator/Troll.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="124" width="134" x="290" 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>
|
|
</class>
|
|
<realization id="4">
|
|
<end type="SOURCE" refId="2"/>
|
|
<end type="TARGET" refId="1"/>
|
|
</realization>
|
|
<association id="5">
|
|
<end type="SOURCE" refId="2" navigable="false">
|
|
<attribute id="6" name="decorated"/>
|
|
<multiplicity id="7" minimum="0" maximum="1"/>
|
|
</end>
|
|
<end type="TARGET" refId="1" navigable="true"/>
|
|
<display labels="true" multiplicity="true"/>
|
|
</association>
|
|
<realization id="8">
|
|
<end type="SOURCE" refId="3"/>
|
|
<end type="TARGET" refId="1"/>
|
|
</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> |