123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- <?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="1520" y="592"/>
- <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="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="841" y="853"/>
- <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="1027" y="869"/>
- <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="847" y="575"/>
- <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>
- <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="2003" y="79"/>
- <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="14">
- <end type="SOURCE" refId="1" navigable="false">
- <attribute id="15" name="coveredAreas">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="16" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="12" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="17">
- <end type="SOURCE" refId="5" navigable="false">
- <attribute id="18" name="t">
- <position height="0" width="0" x="10" y="-132"/>
- </attribute>
- <multiplicity id="19" minimum="0" maximum="1">
- <position height="0" width="0" x="10" y="-132"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="6" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="20">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="8"/>
- </dependency>
- <nesting id="21">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="6"/>
- </nesting>
- <association id="22">
- <end type="SOURCE" refId="2" navigable="false">
- <attribute id="23" name="instance">
- <position height="0" width="0" x="-33" y="-14"/>
- </attribute>
- <multiplicity id="24" minimum="0" maximum="1">
- <position height="0" width="0" x="-33" y="-14"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="2" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="25">
- <end type="SOURCE" refId="3" navigable="false">
- <attribute id="26" name="ircChan">
- <position height="0" width="0" x="-6" y="-191"/>
- </attribute>
- <multiplicity id="27" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="-6" y="-191"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="5" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <realization id="28">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <dependency id="29">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="9"/>
- </dependency>
- <association id="30">
- <end type="SOURCE" refId="9" navigable="false">
- <attribute id="31" name="instance">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="32" minimum="0" maximum="1">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="9" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="33">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="2"/>
- </dependency>
- <association id="34">
- <end type="SOURCE" refId="11" navigable="false">
- <attribute id="35" name="cache">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="36" minimum="0" maximum="1">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="9" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="37">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="10"/>
- </dependency>
- <realization id="38">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <dependency id="39">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="11"/>
- </dependency>
- <realization id="40">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="7"/>
- </realization>
- <association id="41">
- <end type="SOURCE" refId="8" navigable="false">
- <attribute id="42" name="actions"/>
- <multiplicity id="43" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="13" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="44">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="9"/>
- </dependency>
- <association id="45">
- <end type="SOURCE" refId="9" navigable="false">
- <attribute id="46" name="cache">
- <position height="0" width="0" x="91" y="-461"/>
- </attribute>
- <multiplicity id="47" 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>
- <dependency id="48">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="9"/>
- </dependency>
- <association id="49">
- <end type="SOURCE" refId="12" navigable="false">
- <attribute id="50" name="technos">
- <position height="0" width="0" x="0" y="0"/>
- </attribute>
- <multiplicity id="51" minimum="0" maximum="2147483647">
- <position height="0" width="0" x="0" y="0"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="4" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="52">
- <end type="SOURCE" refId="1" navigable="false">
- <attribute id="53" name="data">
- <position height="0" width="0" x="-35" y="-301"/>
- </attribute>
- <multiplicity id="54" 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>
- <dependency id="55">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="3"/>
- </dependency>
- <association id="56">
- <end type="SOURCE" refId="8" navigable="false">
- <attribute id="57" name="idao">
- <position height="0" width="0" x="-33" y="-14"/>
- </attribute>
- <multiplicity id="58" minimum="0" maximum="1">
- <position height="0" width="0" x="-33" y="-14"/>
- </multiplicity>
- </end>
- <end type="TARGET" refId="2" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="59">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="11"/>
- </dependency>
- <association id="60">
- <end type="SOURCE" refId="12" navigable="false">
- <attribute id="61" name="isp">
- <position height="0" width="0" x="91" y="-461"/>
- </attribute>
- <multiplicity id="62" 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>
|