69 lines
4.0 KiB
XML
69 lines
4.0 KiB
XML
<?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.module.FileLoggerModule" project="module"
|
|
file="/module/src/main/java/com/iluwatar/module/FileLoggerModule.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="-1" width="-1" x="401" y="190"/>
|
|
<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="com.iluwatar.module.ConsoleLoggerModule" project="module"
|
|
file="/module/src/main/java/com/iluwatar/module/ConsoleLoggerModule.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="-1" width="-1" x="686" y="176"/>
|
|
<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.module.App" project="module"
|
|
file="/module/src/main/java/com/iluwatar/module/App.java" binary="false" corner="BOTTOM_RIGHT">
|
|
<position height="-1" width="-1" x="558" y="501"/>
|
|
<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="4">
|
|
<end type="SOURCE" refId="1" navigable="false">
|
|
<attribute id="5" name="singleton"/>
|
|
<multiplicity id="6" minimum="0" maximum="1"/>
|
|
</end>
|
|
<end type="TARGET" refId="1" navigable="true"/>
|
|
<display labels="true" multiplicity="true"/>
|
|
</association>
|
|
<association id="7">
|
|
<end type="SOURCE" refId="2" navigable="false">
|
|
<attribute id="8" name="singleton"/>
|
|
<multiplicity id="9" minimum="0" maximum="1"/>
|
|
</end>
|
|
<end type="TARGET" refId="2" navigable="true"/>
|
|
<display labels="true" multiplicity="true"/>
|
|
</association>
|
|
<association id="10">
|
|
<end type="SOURCE" refId="3" navigable="false">
|
|
<attribute id="11" name="consoleLoggerModule"/>
|
|
<multiplicity id="12" minimum="0" maximum="1"/>
|
|
</end>
|
|
<end type="TARGET" refId="2" navigable="true"/>
|
|
<display labels="true" multiplicity="true"/>
|
|
</association>
|
|
<association id="13">
|
|
<end type="SOURCE" refId="3" navigable="false">
|
|
<attribute id="14" name="fileLoggerModule"/>
|
|
<multiplicity id="15" minimum="0" maximum="1"/>
|
|
</end>
|
|
<end type="TARGET" refId="1" 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> |