96 lines
5.8 KiB
Plaintext
96 lines
5.8 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<class-diagram version="1.1.9" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
|
||
|
realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN">
|
||
|
<interface id="1" language="java" name="com.iluwatar.abstractdocument.Document" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/Document.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="341" y="376"/>
|
||
|
<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>
|
||
|
<interface id="2" language="java" name="com.iluwatar.abstractdocument.domain.HasModel" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasModel.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="81" width="173" x="41" y="194"/>
|
||
|
<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>
|
||
|
<interface id="3" language="java" name="com.iluwatar.abstractdocument.domain.HasPrice" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasPrice.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="81" width="175" x="254" y="194"/>
|
||
|
<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>
|
||
|
<interface id="4" language="java" name="com.iluwatar.abstractdocument.domain.HasParts" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasParts.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="81" width="173" x="469" y="194"/>
|
||
|
<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.abstractdocument.domain.Car" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/domain/Car.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="99" width="173" x="254" y="37"/>
|
||
|
<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.abstractdocument.domain.Part" project="design-patterns"
|
||
|
file="/design-patterns/src/com/iluwatar/abstractdocument/domain/Part.java" binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="99" width="173" x="41" y="37"/>
|
||
|
<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="7">
|
||
|
<end type="SOURCE" refId="5"/>
|
||
|
<end type="TARGET" refId="2"/>
|
||
|
</realization>
|
||
|
<realization id="8">
|
||
|
<end type="SOURCE" refId="6"/>
|
||
|
<end type="TARGET" refId="2"/>
|
||
|
</realization>
|
||
|
<generalization id="9">
|
||
|
<end type="SOURCE" refId="2"/>
|
||
|
<end type="TARGET" refId="1"/>
|
||
|
</generalization>
|
||
|
<realization id="10">
|
||
|
<end type="SOURCE" refId="5"/>
|
||
|
<end type="TARGET" refId="3"/>
|
||
|
</realization>
|
||
|
<realization id="11">
|
||
|
<end type="SOURCE" refId="5"/>
|
||
|
<end type="TARGET" refId="4"/>
|
||
|
</realization>
|
||
|
<generalization id="12">
|
||
|
<end type="SOURCE" refId="3"/>
|
||
|
<end type="TARGET" refId="1"/>
|
||
|
</generalization>
|
||
|
<generalization id="13">
|
||
|
<end type="SOURCE" refId="4"/>
|
||
|
<end type="TARGET" refId="1"/>
|
||
|
</generalization>
|
||
|
<realization id="14">
|
||
|
<end type="SOURCE" refId="6"/>
|
||
|
<end type="TARGET" refId="3"/>
|
||
|
</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>
|