123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 |
- <?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="548" y="353"/>
- <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="1565" y="638"/>
- <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="837" y="1403"/>
- <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="495" y="1190"/>
- <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="837" y="879"/>
- <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="1082" y="903"/>
- <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="831" y="614"/>
- <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="1939" y="251"/>
- <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="1091" y="521"/>
- <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="830" y="236"/>
- <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="1074" y="41"/>
- <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="505" y="891"/>
- <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="13" language="java" name="actions.Action" project="bot-irc" file="/bot-irc/src/actions/Action.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="2294" y="32"/>
- <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="14" language="java" name="main.RejoinThread" project="bot-irc" file="/bot-irc/src/main/RejoinThread.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1560" y="285"/>
- <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="15" language="java" name="data.AddresseToGPS" project="bot-irc" file="/bot-irc/src/data/AddresseToGPS.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1570" y="1061"/>
- <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="16" language="java" name="data.AddresseToGPS.Lieu" project="bot-irc"
- file="/bot-irc/src/data/AddresseToGPS.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1566" y="1404"/>
- <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="17" language="java" name="data.Coordinates" project="bot-irc" file="/bot-irc/src/data/Coordinates.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1277" y="1404"/>
- <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="18" language="java" name="data.MultiplePossibleAddressException" project="bot-irc"
- file="/bot-irc/src/data/MultiplePossibleAddressException.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1569" y="1570"/>
- <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="19" language="java" name="rss.RSSChecker" project="bot-irc" file="/bot-irc/src/rss/RSSChecker.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="2272" y="429"/>
- <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="20" language="java" name="rss.RssData" project="bot-irc" file="/bot-irc/src/rss/RssData.java"
- binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1862" y="1012"/>
- <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="21" language="java" name="rss.RssDataRemainder" project="bot-irc"
- file="/bot-irc/src/rss/RssDataRemainder.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="2084" y="818"/>
- <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="22" language="java" name="comportement.Comportement" project="bot-irc"
- file="/bot-irc/src/comportement/Comportement.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="185" width="258" x="1515" y="-159"/>
- <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="23">
- <end type="SOURCE" refId="16" navigable="false">
- <attribute id="24" name="coordonees">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="25" minimum="0" maximum="1">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="26">
- <end type="SOURCE" refId="19" navigable="false">
- <attribute id="27" name="b"/>
- <multiplicity id="28" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="8" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="29">
- <end type="SOURCE" refId="18" navigable="false">
- <attribute id="30" name="lieux">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="31" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="16" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="32">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="9"/>
- </dependency>
- <association id="33">
- <end type="SOURCE" refId="3" navigable="false">
- <attribute id="34" name="coordonnees">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="35" minimum="0" maximum="1">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="36">
- <end type="SOURCE" refId="14"/>
- <end type="TARGET" refId="11"/>
- </dependency>
- <dependency id="37">
- <bendpoint x="1711" y="121"/>
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="8"/>
- </dependency>
- <dependency id="38">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="14"/>
- </dependency>
- <nesting id="39">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="16"/>
- </nesting>
- <association id="40">
- <end type="SOURCE" refId="1" navigable="false">
- <attribute id="41" name="data">
- <position height="0" width="0" x="-35" y="-301"/>
- </attribute>
- <multiplicity id="42" minimum="0" maximum="1">
- <position height="0" width="0" x="-35" y="-301"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="3" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <realization id="43">
- <bendpoint x="1566" y="815"/>
- <bendpoint x="942" y="789"/>
- <bendpoint x="940" y="674"/>
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <association id="44">
- <end type="SOURCE" refId="19" navigable="false">
- <attribute id="45" name="remainder"/>
- <multiplicity id="46" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="21" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="47">
- <bendpoint x="2276" y="1014"/>
- <end type="SOURCE" refId="19"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <dependency id="48">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="10"/>
- </dependency>
- <realization id="49">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <association id="50">
- <end type="SOURCE" refId="12" navigable="false">
- <attribute id="51" name="technos">
- <position height="0" width="0" x="292" y="1151"/>
- </attribute>
- <multiplicity id="52" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="292" y="1151"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="4" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="53">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="9"/>
- </dependency>
- <realization id="54">
- <bendpoint x="1675" y="842"/>
- <bendpoint x="939" y="800"/>
- <bendpoint x="929" y="678"/>
- <end type="SOURCE" refId="20"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <dependency id="55">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="2"/>
- </dependency>
- <dependency id="56">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="2"/>
- </dependency>
- <association id="57">
- <end type="SOURCE" refId="8" navigable="false">
- <attribute id="58" name="actions">
- <position height="0" width="0" x="291" y="-47"/>
- </attribute>
- <multiplicity id="59" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="291" y="-47"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="13" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="60">
- <end type="SOURCE" refId="3" navigable="false">
- <attribute id="61" name="ircChan">
- <position height="0" width="0" x="-10" y="-165"/>
- </attribute>
- <multiplicity id="62" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="-10" y="-165"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="5" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="63">
- <end type="SOURCE" refId="8" navigable="false">
- <attribute id="64" name="rssdata"/>
- <multiplicity id="65" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="21" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="66">
- <end type="SOURCE" refId="22" navigable="false">
- <attribute id="67" name="bot"/>
- <multiplicity id="68" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="8" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="69">
- <end type="SOURCE" refId="8" navigable="false">
- <attribute id="70" name="comportements"/>
- <multiplicity id="71" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="22" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="72">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="11"/>
- </dependency>
- <association id="73">
- <end type="SOURCE" refId="9" navigable="false">
- <attribute id="74" name="cache">
- <position height="0" width="0" x="91" y="-461"/>
- </attribute>
- <multiplicity id="75" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="91" y="-461"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="1" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="76">
- <end type="SOURCE" refId="21" navigable="false">
- <attribute id="77" name="data"/>
- <multiplicity id="78" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="20" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="79">
- <bendpoint x="1556" y="459"/>
- <bendpoint x="1274" y="452"/>
- <bendpoint x="1273" y="267"/>
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="11"/>
- </dependency>
- <realization id="80">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <association id="81">
- <end type="SOURCE" refId="2" navigable="false">
- <attribute id="82" name="instance">
- <position height="0" width="0" x="12" y="32"/>
- </attribute>
- <multiplicity id="83" minimum="0" maximum="1">
- <position height="0" width="0" x="12" y="32"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="2" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <nesting id="84">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="6"/>
- </nesting>
- <dependency id="85">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="3"/>
- </dependency>
- <association id="86">
- <end type="SOURCE" refId="5" navigable="false">
- <attribute id="87" name="t">
- <position height="0" width="0" x="65" y="-98"/>
- </attribute>
- <multiplicity id="88" minimum="0" maximum="1">
- <position height="0" width="0" x="65" y="-98"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="6" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <realization id="89">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <association id="90">
- <end type="SOURCE" refId="9" navigable="false">
- <attribute id="91" name="instance">
- <position height="0" width="0" x="36" y="10"/>
- </attribute>
- <multiplicity id="92" minimum="0" maximum="1">
- <position height="0" width="0" x="36" y="10"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="9" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="93">
- <end type="SOURCE" refId="13" navigable="false">
- <attribute id="94" name="bot"/>
- <multiplicity id="95" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="8" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="96">
- <end type="SOURCE" refId="1" navigable="false">
- <attribute id="97" name="coveredAreas">
- <position height="0" width="0" x="356" y="543"/>
- </attribute>
- <multiplicity id="98" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="356" y="543"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="12" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="99">
- <end type="SOURCE" refId="12" navigable="false">
- <attribute id="100" name="isp">
- <position height="0" width="0" x="91" y="-461"/>
- </attribute>
- <multiplicity id="101" minimum="0" maximum="1">
- <position height="0" width="0" x="91" y="-461"/>
- </multiplicity>
- </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>
|