2014-11-03 08:47:03 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-07-29 20:21:07 +02:00
|
|
|
<class-diagram version="1.2.3" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
|
|
|
|
realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN">
|
2015-05-31 12:59:30 +03:00
|
|
|
<class id="1" language="java" name="com.iluwatar.observer.Hobbits" project="observer"
|
|
|
|
file="/observer/src/main/java/com/iluwatar/observer/Hobbits.java" binary="false" corner="BOTTOM_RIGHT">
|
2019-07-29 20:21:07 +02:00
|
|
|
<position height="-1" width="-1" x="723" y="333"/>
|
2014-11-03 08:47:03 +08: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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</class>
|
|
|
|
<interface id="2" language="java" name="com.iluwatar.observer.WeatherObserver" project="observer"
|
|
|
|
file="/observer/src/main/java/com/iluwatar/observer/WeatherObserver.java" binary="false" corner="BOTTOM_RIGHT">
|
2019-07-29 20:21:07 +02:00
|
|
|
<position height="-1" width="-1" x="454" y="330"/>
|
2014-11-03 08:47:03 +08: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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</interface>
|
|
|
|
<class id="3" language="java" name="com.iluwatar.observer.Orcs" project="observer"
|
|
|
|
file="/observer/src/main/java/com/iluwatar/observer/Orcs.java" binary="false" corner="BOTTOM_RIGHT">
|
2019-07-29 20:21:07 +02:00
|
|
|
<position height="-1" width="-1" x="454" y="468"/>
|
2014-11-03 08:47:03 +08: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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</class>
|
|
|
|
<class id="4" language="java" name="com.iluwatar.observer.Weather" project="observer"
|
|
|
|
file="/observer/src/main/java/com/iluwatar/observer/Weather.java" binary="false" corner="BOTTOM_RIGHT">
|
2019-07-29 20:21:07 +02:00
|
|
|
<position height="-1" width="-1" x="454" y="129"/>
|
2014-11-03 08:47:03 +08: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>
|
2015-05-31 12:59:30 +03:00
|
|
|
<enumeration id="5" language="java" name="com.iluwatar.observer.WeatherType" project="observer"
|
|
|
|
file="/observer/src/main/java/com/iluwatar/observer/WeatherType.java" binary="false" corner="BOTTOM_RIGHT">
|
2019-07-29 20:21:07 +02:00
|
|
|
<position height="-1" width="-1" x="791" y="129"/>
|
2014-11-03 08:47:03 +08: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>
|
2015-05-31 12:59:30 +03:00
|
|
|
</enumeration>
|
2014-11-03 08:47:03 +08:00
|
|
|
<association id="6">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="4" navigable="false">
|
2019-07-29 20:21:07 +02:00
|
|
|
<attribute id="7" name="observers">
|
|
|
|
<position height="0" width="0" x="-41" y="-202"/>
|
|
|
|
</attribute>
|
|
|
|
<multiplicity id="8" minimum="0" maximum="2147483647">
|
|
|
|
<position height="0" width="0" x="-41" y="-202"/>
|
|
|
|
</multiplicity>
|
2014-11-03 08:47:03 +08:00
|
|
|
</end>
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="TARGET" refId="2" navigable="true"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
<display labels="true" multiplicity="true"/>
|
|
|
|
</association>
|
|
|
|
<realization id="9">
|
2019-07-29 20:21:07 +02:00
|
|
|
<end type="SOURCE" refId="3"/>
|
|
|
|
<end type="TARGET" refId="2"/>
|
|
|
|
</realization>
|
|
|
|
<realization id="10">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="1"/>
|
|
|
|
<end type="TARGET" refId="2"/>
|
2014-11-03 08:47:03 +08:00
|
|
|
</realization>
|
2019-07-29 20:21:07 +02:00
|
|
|
<association id="11">
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="SOURCE" refId="4" navigable="false">
|
2019-07-29 20:21:07 +02:00
|
|
|
<attribute id="12" name="currentWeather">
|
|
|
|
<position height="0" width="0" x="91" y="-448"/>
|
|
|
|
</attribute>
|
|
|
|
<multiplicity id="13" minimum="1" maximum="1">
|
|
|
|
<position height="0" width="0" x="91" y="-448"/>
|
|
|
|
</multiplicity>
|
2014-11-03 08:47:03 +08:00
|
|
|
</end>
|
2015-05-31 12:59:30 +03:00
|
|
|
<end type="TARGET" refId="5" navigable="true"/>
|
2014-11-03 08:47:03 +08: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"/>
|
|
|
|
</class-diagram>
|