|
@@ -0,0 +1,258 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<class-diagram version="1.2.2" 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="data.ISP" project="bot-irc" file="/bot-irc/src/data/ISP.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="457" y="814"/>
|
|
|
+ <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="data.ISPDAO" project="bot-irc" file="/bot-irc/src/data/ISPDAO.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="1553" y="606"/>
|
|
|
+ <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="data.ISPdata" project="bot-irc" file="/bot-irc/src/data/ISPdata.java"
|
|
|
+ binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="872" y="1704"/>
|
|
|
+ <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>
|
|
|
+ <enumeration id="4" language="java" name="data.TechnoCoverage" project="bot-irc"
|
|
|
+ file="/bot-irc/src/data/TechnoCoverage.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="203" y="39"/>
|
|
|
+ <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>
|
|
|
+ </enumeration>
|
|
|
+ <class id="5" language="java" name="IRC.Server" project="bot-irc" file="/bot-irc/src/IRC/Server.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="847" y="1044"/>
|
|
|
+ <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>
|
|
|
+ <enumeration id="6" language="java" name="IRC.Server.Type" project="bot-irc" file="/bot-irc/src/IRC/Server.java"
|
|
|
+ binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="1017" y="1001"/>
|
|
|
+ <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>
|
|
|
+ </enumeration>
|
|
|
+ <interface id="7" language="java" name="main.AffichableSurIRC" project="bot-irc"
|
|
|
+ file="/bot-irc/src/main/AffichableSurIRC.java" binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="844" y="791"/>
|
|
|
+ <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="8" language="java" name="main.Bot" project="bot-irc" file="/bot-irc/src/main/Bot.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="1518" y="75"/>
|
|
|
+ <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="9" language="java" name="main.Cache" project="bot-irc" file="/bot-irc/src/main/Cache.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="1055" y="511"/>
|
|
|
+ <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="10" language="java" name="main.CacheReloader" project="bot-irc" file="/bot-irc/src/main/CacheReloader.java"
|
|
|
+ binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="811" y="3"/>
|
|
|
+ <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="11" language="java" name="main.Main" project="bot-irc" file="/bot-irc/src/main/Main.java" binary="false"
|
|
|
+ corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="1058" y="17"/>
|
|
|
+ <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="12" language="java" name="data.CoveredAreas" project="bot-irc" file="/bot-irc/src/data/CoveredAreas.java"
|
|
|
+ binary="false" corner="BOTTOM_RIGHT">
|
|
|
+ <position height="-1" width="-1" x="149" y="348"/>
|
|
|
+ <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="13">
|
|
|
+ <end type="SOURCE" refId="9" navigable="false">
|
|
|
+ <attribute id="14" name="cache"/>
|
|
|
+ <multiplicity id="15" minimum="0" maximum="2147483647"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="1" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <association id="16">
|
|
|
+ <end type="SOURCE" refId="12" navigable="false">
|
|
|
+ <attribute id="17" name="technos"/>
|
|
|
+ <multiplicity id="18" minimum="0" maximum="2147483647"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="4" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="19">
|
|
|
+ <end type="SOURCE" refId="10"/>
|
|
|
+ <end type="TARGET" refId="9"/>
|
|
|
+ </dependency>
|
|
|
+ <association id="20">
|
|
|
+ <end type="SOURCE" refId="12" navigable="false">
|
|
|
+ <attribute id="21" name="isp"/>
|
|
|
+ <multiplicity id="22" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="1" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <nesting id="23">
|
|
|
+ <end type="SOURCE" refId="5"/>
|
|
|
+ <end type="TARGET" refId="6"/>
|
|
|
+ </nesting>
|
|
|
+ <association id="24">
|
|
|
+ <end type="SOURCE" refId="1" navigable="false">
|
|
|
+ <attribute id="25" name="coveredAreas"/>
|
|
|
+ <multiplicity id="26" minimum="0" maximum="2147483647"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="12" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <association id="27">
|
|
|
+ <end type="SOURCE" refId="1" navigable="false">
|
|
|
+ <attribute id="28" name="data"/>
|
|
|
+ <multiplicity id="29" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="3" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="30">
|
|
|
+ <end type="SOURCE" refId="11"/>
|
|
|
+ <end type="TARGET" refId="8"/>
|
|
|
+ </dependency>
|
|
|
+ <realization id="31">
|
|
|
+ <end type="SOURCE" refId="5"/>
|
|
|
+ <end type="TARGET" refId="7"/>
|
|
|
+ </realization>
|
|
|
+ <association id="32">
|
|
|
+ <end type="SOURCE" refId="2" navigable="false">
|
|
|
+ <attribute id="33" name="instance"/>
|
|
|
+ <multiplicity id="34" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="2" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="35">
|
|
|
+ <end type="SOURCE" refId="11"/>
|
|
|
+ <end type="TARGET" refId="10"/>
|
|
|
+ </dependency>
|
|
|
+ <dependency id="36">
|
|
|
+ <end type="SOURCE" refId="1"/>
|
|
|
+ <end type="TARGET" refId="9"/>
|
|
|
+ </dependency>
|
|
|
+ <dependency id="37">
|
|
|
+ <end type="SOURCE" refId="9"/>
|
|
|
+ <end type="TARGET" refId="2"/>
|
|
|
+ </dependency>
|
|
|
+ <association id="38">
|
|
|
+ <end type="SOURCE" refId="5" navigable="false">
|
|
|
+ <attribute id="39" name="t"/>
|
|
|
+ <multiplicity id="40" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="6" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="41">
|
|
|
+ <end type="SOURCE" refId="9"/>
|
|
|
+ <end type="TARGET" refId="11"/>
|
|
|
+ </dependency>
|
|
|
+ <realization id="42">
|
|
|
+ <end type="SOURCE" refId="1"/>
|
|
|
+ <end type="TARGET" refId="7"/>
|
|
|
+ </realization>
|
|
|
+ <association id="43">
|
|
|
+ <end type="SOURCE" refId="3" navigable="false">
|
|
|
+ <attribute id="44" name="ircChan"/>
|
|
|
+ <multiplicity id="45" minimum="0" maximum="2147483647"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="5" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <association id="46">
|
|
|
+ <end type="SOURCE" refId="11" navigable="false">
|
|
|
+ <attribute id="47" name="cache"/>
|
|
|
+ <multiplicity id="48" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="9" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="49">
|
|
|
+ <end type="SOURCE" refId="8"/>
|
|
|
+ <end type="TARGET" refId="9"/>
|
|
|
+ </dependency>
|
|
|
+ <association id="50">
|
|
|
+ <end type="SOURCE" refId="8" navigable="false">
|
|
|
+ <attribute id="51" name="idao"/>
|
|
|
+ <multiplicity id="52" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="2" navigable="true"/>
|
|
|
+ <display labels="true" multiplicity="true"/>
|
|
|
+ </association>
|
|
|
+ <dependency id="53">
|
|
|
+ <end type="SOURCE" refId="2"/>
|
|
|
+ <end type="TARGET" refId="11"/>
|
|
|
+ </dependency>
|
|
|
+ <dependency id="54">
|
|
|
+ <end type="SOURCE" refId="2"/>
|
|
|
+ <end type="TARGET" refId="3"/>
|
|
|
+ </dependency>
|
|
|
+ <realization id="55">
|
|
|
+ <end type="SOURCE" refId="9"/>
|
|
|
+ <end type="TARGET" refId="7"/>
|
|
|
+ </realization>
|
|
|
+ <association id="56">
|
|
|
+ <end type="SOURCE" refId="9" navigable="false">
|
|
|
+ <attribute id="57" name="instance"/>
|
|
|
+ <multiplicity id="58" minimum="0" maximum="1"/>
|
|
|
+ </end>
|
|
|
+ <end type="TARGET" refId="9" 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>
|