76 lines
4.7 KiB
Plaintext
Raw Normal View History

2015-04-24 22:01:08 +03:00
<?xml version="1.0" encoding="UTF-8"?>
2016-11-22 23:08:39 +02:00
<class-diagram version="1.1.11" icons="true" automaticImage="PNG" always-add-relationships="false"
generalizations="true" realizations="true" associations="true" dependencies="false" nesting-relationships="true"
router="FAN">
<class id="1" language="java" name="com.iluwatar.decorator.App" project="decorator"
file="/decorator/src/main/java/com/iluwatar/decorator/App.java" binary="false" corner="BOTTOM_RIGHT">
<position height="113" width="114" x="177" y="237"/>
2015-04-24 22:01:08 +03: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>
2016-11-22 23:08:39 +02:00
</class>
<class id="2" language="java" name="com.iluwatar.decorator.SimpleTroll" project="decorator"
file="/decorator/src/main/java/com/iluwatar/decorator/SimpleTroll.java" binary="false" corner="BOTTOM_RIGHT">
<position height="149" width="125" x="496" y="237"/>
2015-04-24 22:01:08 +03: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>
2016-11-22 23:08:39 +02:00
<class id="3" language="java" name="com.iluwatar.decorator.ClubbedTroll" project="decorator"
file="/decorator/src/main/java/com/iluwatar/decorator/ClubbedTroll.java" binary="false" corner="BOTTOM_RIGHT">
<position height="149" width="125" x="249" y="426"/>
2015-04-24 22:01:08 +03: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>
2016-11-22 23:08:39 +02:00
<class id="4" language="java" name="com.iluwatar.decorator.TrollDecorator" project="decorator"
file="/decorator/src/main/java/com/iluwatar/decorator/TrollDecorator.java" binary="false" corner="BOTTOM_RIGHT">
<position height="149" width="125" x="331" y="237"/>
<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>
2016-11-22 23:08:39 +02:00
<interface id="5" 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="113" width="125" x="414" y="426"/>
<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>
<realization id="6">
2016-11-22 23:08:39 +02:00
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="5"/>
</realization>
<generalization id="7">
<end type="SOURCE" refId="3"/>
2016-11-22 23:08:39 +02:00
<end type="TARGET" refId="4"/>
</generalization>
<realization id="8">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="5"/>
2015-04-24 22:01:08 +03:00
</realization>
2016-11-22 23:08:39 +02:00
<association id="9">
<end type="SOURCE" refId="4" navigable="false">
2016-11-22 23:08:39 +02:00
<attribute id="10" name="decorated"/>
<multiplicity id="11" minimum="0" maximum="1"/>
2015-04-24 22:01:08 +03:00
</end>
2016-11-22 23:08:39 +02:00
<end type="TARGET" refId="5" navigable="true"/>
2015-04-24 22:01:08 +03: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"/>
2015-03-04 22:59:42 +02:00
</class-diagram>