|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <class-diagram version="1.2.2" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
|
3 |
| - realizations="true" associations="true" dependencies="false" nesting-relationships="true"> |
| 3 | + realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN"> |
| 4 | + <class id="1" language="java" name="com.iluwatar.event.asynchronous.App" project="java-design-patterns" |
| 5 | + file="/java-design-patterns/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/App.java" |
| 6 | + binary="false" corner="BOTTOM_RIGHT"> |
| 7 | + <position height="-1" width="-1" x="491" y="205"/> |
| 8 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 9 | + sort-features="false" accessors="true" visibility="true"> |
| 10 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 11 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 12 | + </display> |
| 13 | + </class> |
| 14 | + <class id="2" language="java" name="com.iluwatar.event.asynchronous.EventAsynchronousTest" |
| 15 | + project="java-design-patterns" |
| 16 | + file="/java-design-patterns/event-asynchronous/src/test/java/com/iluwatar/event/asynchronous/EventAsynchronousTest.java" |
| 17 | + binary="false" corner="BOTTOM_RIGHT"> |
| 18 | + <position height="-1" width="-1" x="744" y="207"/> |
| 19 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 20 | + sort-features="false" accessors="true" visibility="true"> |
| 21 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 22 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 23 | + </display> |
| 24 | + </class> |
| 25 | + <interface id="3" language="java" name="com.iluwatar.event.asynchronous.IEvent" project="java-design-patterns" |
| 26 | + file="/java-design-patterns/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/IEvent.java" |
| 27 | + binary="false" corner="BOTTOM_RIGHT"> |
| 28 | + <position height="-1" width="-1" x="82" y="168"/> |
| 29 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 30 | + sort-features="false" accessors="true" visibility="true"> |
| 31 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 32 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 33 | + </display> |
| 34 | + </interface> |
| 35 | + <interface id="4" language="java" name="com.iluwatar.event.asynchronous.ThreadCompleteListener" |
| 36 | + project="java-design-patterns" |
| 37 | + file="/java-design-patterns/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/ThreadCompleteListener.java" |
| 38 | + binary="false" corner="BOTTOM_RIGHT"> |
| 39 | + <position height="-1" width="-1" x="282" y="186"/> |
| 40 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 41 | + sort-features="false" accessors="true" visibility="true"> |
| 42 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 43 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 44 | + </display> |
| 45 | + </interface> |
| 46 | + <class id="5" language="java" name="com.iluwatar.event.asynchronous.Event" project="java-design-patterns" |
| 47 | + file="/java-design-patterns/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/Event.java" |
| 48 | + binary="false" corner="BOTTOM_RIGHT"> |
| 49 | + <position height="-1" width="-1" x="130" y="555"/> |
| 50 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 51 | + sort-features="false" accessors="true" visibility="true"> |
| 52 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 53 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 54 | + </display> |
| 55 | + </class> |
| 56 | + <class id="6" language="java" name="com.iluwatar.event.asynchronous.EventManager" project="java-design-patterns" |
| 57 | + file="/java-design-patterns/event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/EventManager.java" |
| 58 | + binary="false" corner="BOTTOM_RIGHT"> |
| 59 | + <position height="-1" width="-1" x="433" y="558"/> |
| 60 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 61 | + sort-features="false" accessors="true" visibility="true"> |
| 62 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 63 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 64 | + </display> |
| 65 | + </class> |
| 66 | + <association id="7"> |
| 67 | + <end type="SOURCE" refId="6" navigable="false"> |
| 68 | + <attribute id="8" name="eventPool"/> |
| 69 | + <multiplicity id="9" minimum="0" maximum="2147483647"/> |
| 70 | + </end> |
| 71 | + <end type="TARGET" refId="5" navigable="true"/> |
| 72 | + <display labels="true" multiplicity="true"/> |
| 73 | + </association> |
| 74 | + <association id="10"> |
| 75 | + <end type="SOURCE" refId="5" navigable="false"> |
| 76 | + <attribute id="11" name="eventListener"/> |
| 77 | + <multiplicity id="12" minimum="0" maximum="1"/> |
| 78 | + </end> |
| 79 | + <end type="TARGET" refId="4" navigable="true"/> |
| 80 | + <display labels="true" multiplicity="true"/> |
| 81 | + </association> |
| 82 | + <association id="13"> |
| 83 | + <end type="SOURCE" refId="2" navigable="false"> |
| 84 | + <attribute id="14" name="app"/> |
| 85 | + <multiplicity id="15" minimum="0" maximum="1"/> |
| 86 | + </end> |
| 87 | + <end type="TARGET" refId="1" navigable="true"/> |
| 88 | + <display labels="true" multiplicity="true"/> |
| 89 | + </association> |
| 90 | + <realization id="16"> |
| 91 | + <end type="SOURCE" refId="5"/> |
| 92 | + <end type="TARGET" refId="3"/> |
| 93 | + </realization> |
| 94 | + <realization id="17"> |
| 95 | + <end type="SOURCE" refId="6"/> |
| 96 | + <end type="TARGET" refId="4"/> |
| 97 | + </realization> |
4 | 98 | <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
5 | 99 | sort-features="false" accessors="true" visibility="true">
|
6 | 100 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
|
0 commit comments