|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <class-diagram version="1.1.9" 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.delegation.simple.printers.HpPrinter" project="delegation" |
| 5 | + file="/delegation/src/main/java/com/iluwatar/delegation/simple/printers/HpPrinter.java" binary="false" |
| 6 | + corner="BOTTOM_RIGHT"> |
| 7 | + <position height="-1" width="-1" x="764" y="272"/> |
| 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.delegation.simple.printers.EpsonPrinter" project="delegation" |
| 15 | + file="/delegation/src/main/java/com/iluwatar/delegation/simple/printers/EpsonPrinter.java" binary="false" |
| 16 | + corner="BOTTOM_RIGHT"> |
| 17 | + <position height="-1" width="-1" x="511" y="270"/> |
| 18 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 19 | + sort-features="false" accessors="true" visibility="true"> |
| 20 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 21 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 22 | + </display> |
| 23 | + </class> |
| 24 | + <class id="3" language="java" name="com.iluwatar.delegation.simple.printers.CanonPrinter" project="delegation" |
| 25 | + file="/delegation/src/main/java/com/iluwatar/delegation/simple/printers/CanonPrinter.java" binary="false" |
| 26 | + corner="BOTTOM_RIGHT"> |
| 27 | + <position height="-1" width="-1" x="252" y="275"/> |
| 28 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 29 | + sort-features="false" accessors="true" visibility="true"> |
| 30 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 31 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 32 | + </display> |
| 33 | + </class> |
| 34 | + <interface id="4" language="java" name="com.iluwatar.delegation.simple.Printer" project="delegation" |
| 35 | + file="/delegation/src/main/java/com/iluwatar/delegation/simple/Printer.java" binary="false" corner="BOTTOM_RIGHT"> |
| 36 | + <position height="-1" width="-1" x="524" y="89"/> |
| 37 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 38 | + sort-features="false" accessors="true" visibility="true"> |
| 39 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 40 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 41 | + </display> |
| 42 | + </interface> |
| 43 | + <class id="5" language="java" name="com.iluwatar.delegation.simple.PrinterController" project="delegation" |
| 44 | + file="/delegation/src/main/java/com/iluwatar/delegation/simple/PrinterController.java" binary="false" |
| 45 | + corner="BOTTOM_RIGHT"> |
| 46 | + <position height="-1" width="-1" x="112" y="90"/> |
| 47 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 48 | + sort-features="false" accessors="true" visibility="true"> |
| 49 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 50 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 51 | + </display> |
| 52 | + </class> |
| 53 | + <realization id="6"> |
| 54 | + <end type="SOURCE" refId="2"/> |
| 55 | + <end type="TARGET" refId="4"/> |
| 56 | + </realization> |
| 57 | + <association id="7"> |
| 58 | + <end type="SOURCE" refId="5" navigable="false"> |
| 59 | + <attribute id="8" name="printer"/> |
| 60 | + <multiplicity id="9" minimum="0" maximum="1"/> |
| 61 | + </end> |
| 62 | + <end type="TARGET" refId="4" navigable="true"/> |
| 63 | + <display labels="true" multiplicity="true"/> |
| 64 | + </association> |
| 65 | + <realization id="10"> |
| 66 | + <end type="SOURCE" refId="5"/> |
| 67 | + <end type="TARGET" refId="4"/> |
| 68 | + </realization> |
| 69 | + <realization id="11"> |
| 70 | + <end type="SOURCE" refId="3"/> |
| 71 | + <end type="TARGET" refId="4"/> |
| 72 | + </realization> |
| 73 | + <realization id="12"> |
| 74 | + <end type="SOURCE" refId="1"/> |
| 75 | + <end type="TARGET" refId="4"/> |
| 76 | + </realization> |
4 | 77 | <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
5 | 78 | sort-features="false" accessors="true" visibility="true"> |
6 | 79 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
|
0 commit comments