72 lines
4.2 KiB
Plaintext
Raw Normal View History

2016-04-04 15:31:43 +05:30
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.9" icons="true" 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.datamapper.Student" project="java-design-patterns"
file="/java-design-patterns/java/com/iluwatar/datamapper/Student.java" binary="false" corner="BOTTOM_RIGHT">
2016-04-18 17:05:18 +05:30
<position height="359" width="148" x="868" y="175"/>
<display autosize="false" stereotype="true" package="true" initial-value="false" signature="true"
2016-04-04 15:31:43 +05:30
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>
<interface id="2" language="java" name="com.iluwatar.datamapper.StudentDataMapper" project="java-design-patterns"
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentDataMapper.java" binary="false"
corner="BOTTOM_RIGHT">
2016-04-18 17:05:18 +05:30
<position height="-1" width="-1" x="733" y="241"/>
2016-04-04 15:31:43 +05:30
<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>
2016-04-18 17:05:18 +05:30
<class id="3" language="java" name="com.iluwatar.datamapper.StudentDataMapperImpl" project="java-design-patterns"
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentDataMapperImpl.java" binary="false"
2016-04-04 15:31:43 +05:30
corner="BOTTOM_RIGHT">
2016-04-18 17:05:18 +05:30
<position height="-1" width="-1" x="734" y="447"/>
2016-04-04 15:31:43 +05:30
<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-04-18 17:05:18 +05:30
<class id="4" language="java" name="com.iluwatar.datamapper.App" project="java-design-patterns"
2016-04-04 15:31:43 +05:30
file="/java-design-patterns/java/com/iluwatar/datamapper/App.java" binary="false" corner="BOTTOM_RIGHT">
2016-04-18 17:05:18 +05:30
<position height="-1" width="-1" x="501" y="341"/>
2016-04-04 15:31:43 +05:30
<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-04-18 17:05:18 +05:30
<dependency id="5">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="3"/>
</dependency>
<dependency id="6">
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="1"/>
</dependency>
<association id="7">
2016-04-04 15:31:43 +05:30
<end type="SOURCE" refId="3" navigable="false">
2016-04-18 17:05:18 +05:30
<attribute id="8" name="students"/>
<multiplicity id="9" minimum="0" maximum="2147483647"/>
2016-04-04 15:31:43 +05:30
</end>
<end type="TARGET" refId="1" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
2016-04-18 17:05:18 +05:30
<dependency id="10">
2016-04-04 15:31:43 +05:30
<end type="SOURCE" refId="4"/>
<end type="TARGET" refId="2"/>
</dependency>
2016-04-18 17:05:18 +05:30
<realization id="11">
<end type="SOURCE" refId="3"/>
2016-04-04 15:31:43 +05:30
<end type="TARGET" refId="2"/>
2016-04-18 17:05:18 +05:30
</realization>
2016-04-04 15:31:43 +05:30
<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>