123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101 |
- <?xml version="1.0" encoding="UTF-8"?>
- <class-diagram version="1.2.3" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
- associations="true" dependencies="true" nesting-relationships="true" router="FAN">
- <class id="1" language="java" name="bot.irc.action.Action" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Action.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="315" width="305" x="56" y="6"/>
- <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="bot.irc.action.Contact" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Contact.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="112" y="666"/>
- <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="bot.irc.action.Distance" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Distance.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="471" y="1867"/>
- <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="4" language="java" name="bot.irc.action.Help" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Help.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="765" y="175"/>
- <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="5" language="java" name="bot.irc.action.ID" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/ID.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="329" y="898"/>
- <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="6" language="java" name="bot.irc.action.Info" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Info.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1113" y="406"/>
- <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="7" language="java" name="bot.irc.action.Liste" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Liste.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-354" y="838"/>
- <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="8" language="java" name="bot.irc.action.Reload" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Reload.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-207" y="254"/>
- <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="bot.irc.action.RP" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/RP.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-254" y="477"/>
- <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="bot.irc.action.RSS" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/RSS.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="135" width="293" x="-379" y="28"/>
- <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="bot.irc.action.Source" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/action/Source.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="158" width="303" x="589" y="356"/>
- <display autosize="false" 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="bot.irc.comportement.Comportement" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/comportement/Comportement.java" binary="false"
- corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="944" y="-49"/>
- <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="bot.irc.comportement.Philo" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/comportement/Philo.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="582" y="-77"/>
- <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="bot.irc.comportement.Cafe" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/comportement/Cafe.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1080" y="-221"/>
- <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="bot.irc.data.AddresseToGPS" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/AddresseToGPS.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="547" y="1491"/>
- <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="bot.irc.data.AddresseToGPS.Lieu" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/AddresseToGPS.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="764" y="1250"/>
- <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="bot.irc.data.Coordinates" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/Coordinates.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1111" y="1575"/>
- <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="bot.irc.data.CoveredAreas" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/CoveredAreas.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1091" y="773"/>
- <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="bot.irc.data.ErrorAddressException" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/ErrorAddressException.java" binary="false"
- corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1027" y="1211"/>
- <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="bot.irc.data.ISP" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/ISP.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="26" y="1600"/>
- <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="bot.irc.data.ISPDAO" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/ISPDAO.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-503" y="1309"/>
- <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="bot.irc.data.ISPdata" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/ISPdata.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-21" y="2775"/>
- <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="23" language="java" name="bot.irc.data.Message" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/Message.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-318" y="2429"/>
- <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="24" language="java" name="bot.irc.data.Polygon" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/Polygon.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="644" y="2450"/>
- <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="25" language="java" name="bot.irc.data.Segment" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/Segment.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1075" y="2376"/>
- <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="26" language="java" name="bot.irc.data.TechnoCoverage" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/data/TechnoCoverage.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="436" y="546"/>
- <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>
- <enumeration id="27" language="java" name="bot.irc.IRC.Server.Type" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/IRC/Server.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="210" y="1043"/>
- <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="28" language="java" name="bot.irc.IRC.Server" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/IRC/Server.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="50" y="945"/>
- <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>
- <interface id="29" language="java" name="bot.irc.main.AffichableSurIRC" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/AffichableSurIRC.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-211" y="1667"/>
- <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>
- <interface id="30" language="java" name="bot.irc.main.Bot" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/Bot.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="82" y="477"/>
- <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="31" language="java" name="bot.irc.main.Cache" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/Cache.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="400" y="2891"/>
- <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="32" language="java" name="bot.irc.main.CacheReloader" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/CacheReloader.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="655" y="2761"/>
- <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="33" language="java" name="bot.irc.main.Config" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/Config.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-46" y="-268"/>
- <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="34" language="java" name="bot.irc.main.IRCBot" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/IRCBot.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="279" y="-475"/>
- <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="35" language="java" name="bot.irc.main.Main" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/Main.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-328" y="-748"/>
- <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="36" language="java" name="bot.irc.main.RejoinThread" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/main/RejoinThread.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="157" y="-988"/>
- <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="37" language="java" name="bot.irc.rss.RSSChecker" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/rss/RSSChecker.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="700" y="-1105"/>
- <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="38" language="java" name="bot.irc.rss.RssData" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/rss/RssData.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1001" y="-959"/>
- <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="39" language="java" name="bot.irc.rss.RssDataRemainder" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/rss/RssDataRemainder.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="1003" y="-535"/>
- <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="40" language="java" name="bot.irc.socials.MastodonBot" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/socials/MastodonBot.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-651" y="-313"/>
- <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="41" language="java" name="bot.irc.socials.TwitterBot" project="bot-irc-with-graddle"
- file="/bot-irc-with-graddle/src/main/java/bot/irc/socials/TwitterBot.java" binary="false" corner="BOTTOM_RIGHT">
- <position height="-1" width="-1" x="-678" y="514"/>
- <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>
- <dependency id="42">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <association id="43">
- <end type="SOURCE" refId="22" navigable="false">
- <attribute id="44" name="ircChan"/>
- <multiplicity id="45" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="28" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <nesting id="46">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="16"/>
- </nesting>
- <dependency id="47">
- <end type="SOURCE" refId="35"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <generalization id="48">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="49">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="22"/>
- </dependency>
- <dependency id="50">
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <dependency id="51">
- <end type="SOURCE" refId="31"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="52">
- <end type="SOURCE" refId="14"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="53">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="38"/>
- </dependency>
- <dependency id="54">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="55">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <generalization id="56">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <association id="57">
- <end type="SOURCE" refId="21" navigable="false">
- <attribute id="58" name="instance"/>
- <multiplicity id="59" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="21" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <nesting id="60">
- <end type="SOURCE" refId="28"/>
- <end type="TARGET" refId="27"/>
- </nesting>
- <dependency id="61">
- <end type="SOURCE" refId="40"/>
- <end type="TARGET" refId="29"/>
- </dependency>
- <dependency id="62">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="21"/>
- </dependency>
- <dependency id="63">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="64">
- <end type="SOURCE" refId="38"/>
- <end type="TARGET" refId="37"/>
- </dependency>
- <dependency id="65">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <dependency id="66">
- <end type="SOURCE" refId="13"/>
- <end type="TARGET" refId="1"/>
- </dependency>
- <dependency id="67">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="68">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <association id="69">
- <end type="SOURCE" refId="16" navigable="false">
- <attribute id="70" name="coordonees"/>
- <multiplicity id="71" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="72">
- <end type="SOURCE" refId="40"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="73">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="74">
- <end type="SOURCE" refId="24"/>
- <end type="TARGET" refId="25"/>
- </dependency>
- <generalization id="75">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="76">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="77">
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="22"/>
- </dependency>
- <association id="78">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="79" name="RSS_DATA_REMAINDER"/>
- <multiplicity id="80" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="39" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="81">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="82">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="18"/>
- </dependency>
- <association id="83">
- <end type="SOURCE" refId="28" navigable="false">
- <attribute id="84" name="t"/>
- <multiplicity id="85" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="27" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="86">
- <end type="SOURCE" refId="22"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <association id="87">
- <end type="SOURCE" refId="20" navigable="false">
- <attribute id="88" name="coveredAreas"/>
- <multiplicity id="89" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="18" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="90">
- <end type="SOURCE" refId="30"/>
- <end type="TARGET" refId="29"/>
- </dependency>
- <association id="91">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="92" name="BOTS"/>
- <multiplicity id="93" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="30" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <generalization id="94">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <association id="95">
- <end type="SOURCE" refId="12" navigable="false">
- <attribute id="96" name="bot"/>
- <multiplicity id="97" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="30" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="98">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="39"/>
- </dependency>
- <dependency id="99">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="100">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <dependency id="101">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="102">
- <end type="SOURCE" refId="31"/>
- <end type="TARGET" refId="18"/>
- </dependency>
- <dependency id="103">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <generalization id="104">
- <end type="SOURCE" refId="13"/>
- <end type="TARGET" refId="12"/>
- </generalization>
- <dependency id="105">
- <end type="SOURCE" refId="32"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <dependency id="106">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="107">
- <end type="SOURCE" refId="20"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="108">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <association id="109">
- <end type="SOURCE" refId="24" navigable="false">
- <attribute id="110" name="points"/>
- <multiplicity id="111" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <generalization id="112">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="113">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="114">
- <end type="SOURCE" refId="1"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="115">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="15"/>
- </dependency>
- <association id="116">
- <end type="SOURCE" refId="31" navigable="false">
- <attribute id="117" name="instance"/>
- <multiplicity id="118" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="31" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="119">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <dependency id="120">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="121">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="122">
- <end type="SOURCE" refId="41"/>
- <end type="TARGET" refId="38"/>
- </dependency>
- <dependency id="123">
- <end type="SOURCE" refId="40"/>
- <end type="TARGET" refId="39"/>
- </dependency>
- <dependency id="124">
- <end type="SOURCE" refId="41"/>
- <end type="TARGET" refId="39"/>
- </dependency>
- <dependency id="125">
- <end type="SOURCE" refId="13"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="126">
- <end type="SOURCE" refId="36"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <dependency id="127">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="21"/>
- </dependency>
- <dependency id="128">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="129">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="17"/>
- </dependency>
- <realization id="130">
- <end type="SOURCE" refId="39"/>
- <end type="TARGET" refId="29"/>
- </realization>
- <realization id="131">
- <end type="SOURCE" refId="41"/>
- <end type="TARGET" refId="30"/>
- </realization>
- <generalization id="132">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <association id="133">
- <end type="SOURCE" refId="39" navigable="false">
- <attribute id="134" name="data"/>
- <multiplicity id="135" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="38" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <realization id="136">
- <end type="SOURCE" refId="28"/>
- <end type="TARGET" refId="29"/>
- </realization>
- <dependency id="137">
- <end type="SOURCE" refId="4"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="138">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="21"/>
- </dependency>
- <dependency id="139">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="17"/>
- </dependency>
- <association id="140">
- <end type="SOURCE" refId="34" navigable="false">
- <attribute id="141" name="comportements"/>
- <multiplicity id="142" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="12" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="143">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="144">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <dependency id="145">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="146">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <realization id="147">
- <end type="SOURCE" refId="20"/>
- <end type="TARGET" refId="29"/>
- </realization>
- <association id="148">
- <end type="SOURCE" refId="20" navigable="false">
- <attribute id="149" name="data"/>
- <multiplicity id="150" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="22" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="151">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <association id="152">
- <end type="SOURCE" refId="37" navigable="false">
- <attribute id="153" name="b"/>
- <multiplicity id="154" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="30" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="155">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="39"/>
- </dependency>
- <dependency id="156">
- <end type="SOURCE" refId="31"/>
- <end type="TARGET" refId="21"/>
- </dependency>
- <association id="157">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="158" name="CR"/>
- <multiplicity id="159" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="32" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <generalization id="160">
- <end type="SOURCE" refId="9"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="161">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="19"/>
- </dependency>
- <association id="162">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="163" name="CONFIG"/>
- <multiplicity id="164" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="33" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="165">
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="26"/>
- </dependency>
- <association id="166">
- <end type="SOURCE" refId="41" navigable="false">
- <attribute id="167" name="actions"/>
- <multiplicity id="168" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="1" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="169">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="170">
- <end type="SOURCE" refId="20"/>
- <end type="TARGET" refId="28"/>
- </dependency>
- <dependency id="171">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <association id="172">
- <end type="SOURCE" refId="37" navigable="false">
- <attribute id="173" name="remainder"/>
- <multiplicity id="174" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="39" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="175">
- <end type="SOURCE" refId="18" navigable="false">
- <attribute id="176" name="poligon"/>
- <multiplicity id="177" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="24" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <generalization id="178">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="179">
- <end type="SOURCE" refId="6"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <association id="180">
- <end type="SOURCE" refId="1" navigable="false">
- <attribute id="181" name="bot"/>
- <multiplicity id="182" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="30" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <realization id="183">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="30"/>
- </realization>
- <association id="184">
- <end type="SOURCE" refId="18" navigable="false">
- <attribute id="185" name="technos"/>
- <multiplicity id="186" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="26" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="187">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="20"/>
- </dependency>
- <dependency id="188">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="16"/>
- </dependency>
- <dependency id="189">
- <end type="SOURCE" refId="36"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="190">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <realization id="191">
- <end type="SOURCE" refId="31"/>
- <end type="TARGET" refId="29"/>
- </realization>
- <dependency id="192">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="33"/>
- </dependency>
- <realization id="193">
- <end type="SOURCE" refId="38"/>
- <end type="TARGET" refId="29"/>
- </realization>
- <dependency id="194">
- <end type="SOURCE" refId="13"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="195">
- <end type="SOURCE" refId="37"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="196">
- <end type="SOURCE" refId="41"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="197">
- <end type="SOURCE" refId="5"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <generalization id="198">
- <end type="SOURCE" refId="4"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <association id="199">
- <end type="SOURCE" refId="14" navigable="false">
- <attribute id="200" name="instance"/>
- <multiplicity id="201" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="14" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="202">
- <end type="SOURCE" refId="25" navigable="false">
- <attribute id="203" name="c2"/>
- <multiplicity id="204" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <generalization id="205">
- <end type="SOURCE" refId="14"/>
- <end type="TARGET" refId="12"/>
- </generalization>
- <association id="206">
- <end type="SOURCE" refId="19" navigable="false">
- <attribute id="207" name="lieux"/>
- <multiplicity id="208" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="16" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="209">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="210" name="TWITTER"/>
- <multiplicity id="211" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="41" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="212">
- <end type="SOURCE" refId="41"/>
- <end type="TARGET" refId="29"/>
- </dependency>
- <association id="213">
- <end type="SOURCE" refId="31" navigable="false">
- <attribute id="214" name="cache"/>
- <multiplicity id="215" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="20" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="216">
- <end type="SOURCE" refId="2"/>
- <end type="TARGET" refId="23"/>
- </dependency>
- <dependency id="217">
- <end type="SOURCE" refId="15"/>
- <end type="TARGET" refId="19"/>
- </dependency>
- <dependency id="218">
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="18"/>
- </dependency>
- <generalization id="219">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="1"/>
- </generalization>
- <dependency id="220">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="221">
- <end type="SOURCE" refId="3"/>
- <end type="TARGET" refId="31"/>
- </dependency>
- <realization id="222">
- <end type="SOURCE" refId="40"/>
- <end type="TARGET" refId="30"/>
- </realization>
- <association id="223">
- <end type="SOURCE" refId="18" navigable="false">
- <attribute id="224" name="isp"/>
- <multiplicity id="225" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="20" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="226">
- <end type="SOURCE" refId="14"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <association id="227">
- <end type="SOURCE" refId="25" navigable="false">
- <attribute id="228" name="c1"/>
- <multiplicity id="229" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="230">
- <end type="SOURCE" refId="34" navigable="false">
- <attribute id="231" name="actions"/>
- <multiplicity id="232" minimum="0" maximum="2147483647"/>
- </end>
- <end type="TARGET" refId="1" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <association id="233">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="234" name="MASTODON"/>
- <multiplicity id="235" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="40" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="236">
- <end type="SOURCE" refId="7"/>
- <end type="TARGET" refId="29"/>
- </dependency>
- <dependency id="237">
- <end type="SOURCE" refId="40"/>
- <end type="TARGET" refId="38"/>
- </dependency>
- <dependency id="238">
- <end type="SOURCE" refId="4"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="239">
- <end type="SOURCE" refId="11"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <dependency id="240">
- <end type="SOURCE" refId="21"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <dependency id="241">
- <end type="SOURCE" refId="38"/>
- <end type="TARGET" refId="35"/>
- </dependency>
- <association id="242">
- <end type="SOURCE" refId="13" navigable="false">
- <attribute id="243" name="instance"/>
- <multiplicity id="244" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="13" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="245">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="36"/>
- </dependency>
- <association id="246">
- <end type="SOURCE" refId="22" navigable="false">
- <attribute id="247" name="coordonnees"/>
- <multiplicity id="248" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="17" navigable="true"/>
- <display labels="true" multiplicity="true"/>
- </association>
- <dependency id="249">
- <end type="SOURCE" refId="10"/>
- <end type="TARGET" refId="38"/>
- </dependency>
- <dependency id="250">
- <end type="SOURCE" refId="34"/>
- <end type="TARGET" refId="29"/>
- </dependency>
- <dependency id="251">
- <end type="SOURCE" refId="8"/>
- <end type="TARGET" refId="30"/>
- </dependency>
- <association id="252">
- <end type="SOURCE" refId="35" navigable="false">
- <attribute id="253" name="IRCBOT"/>
- <multiplicity id="254" minimum="0" maximum="1"/>
- </end>
- <end type="TARGET" refId="34" 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>
|