87 lines
5.0 KiB
Plaintext
87 lines
5.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<class-diagram version="1.2.4" 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="TD1.Forum" project="M315" file="/M315/src/TD1/Forum.java" binary="false"
|
||
|
corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="490" y="149"/>
|
||
|
<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="2" language="java" name="TD1.Admin" project="M315" file="/M315/src/TD1/Admin.java" binary="false"
|
||
|
corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="242" y="421"/>
|
||
|
<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="TD1.Member" project="M315" file="/M315/src/TD1/Member.java" binary="false"
|
||
|
corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="801" y="403"/>
|
||
|
<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="4" language="java" name="TD1.Message" project="M315" file="/M315/src/TD1/Message.java" binary="false"
|
||
|
corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="504" y="471"/>
|
||
|
<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="5" language="java" name="TD1.MessageManager" project="M315" file="/M315/src/TD1/MessageManager.java"
|
||
|
binary="false" corner="BOTTOM_RIGHT">
|
||
|
<position height="-1" width="-1" x="791" y="122"/>
|
||
|
<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>
|
||
|
<association id="6">
|
||
|
<end type="SOURCE" refId="3" navigable="false">
|
||
|
<attribute id="7" name="msg"/>
|
||
|
<multiplicity id="8" minimum="0" maximum="2147483647"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="4" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<association id="9">
|
||
|
<end type="SOURCE" refId="1" navigable="false">
|
||
|
<attribute id="10" name="admin"/>
|
||
|
<multiplicity id="11" minimum="0" maximum="1"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="2" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<association id="12">
|
||
|
<end type="SOURCE" refId="1" navigable="false">
|
||
|
<attribute id="13" name="messageManager"/>
|
||
|
<multiplicity id="14" minimum="0" maximum="1"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="5" navigable="true"/>
|
||
|
<display labels="true" multiplicity="true"/>
|
||
|
</association>
|
||
|
<association id="15">
|
||
|
<end type="SOURCE" refId="1" navigable="false">
|
||
|
<attribute id="16" name="member"/>
|
||
|
<multiplicity id="17" minimum="0" maximum="2147483647"/>
|
||
|
</end>
|
||
|
<end type="TARGET" refId="3" navigable="true"/>
|
||
|
<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>
|