You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
4.7 KiB

2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <class-diagram version="1.2.2" icons="false" automaticImage="PNG" always-add-relationships="false"
  3. generalizations="true" realizations="true" associations="true" dependencies="true" nesting-relationships="true"
  4. router="FAN">
  5. <class id="1" language="java" name="es.anaya.spring.badcode.s00.badcoupledsamplefixedwithinterfaces.CustomerList"
  6. project="s00.badcoupledsamplefixed"
  7. file="/s00.badcoupledsamplefixed/src/main/java/es/anaya/spring/badcode/s00/badcoupledsamplefixedwithinterfaces/CustomerList.java"
  8. binary="false" corner="BOTTOM_RIGHT">
  9. <position height="-1" width="-1" x="150" y="131"/>
  10. <display autosize="true" stereotype="false" package="false" initial-value="false" signature="true"
  11. sort-features="false" accessors="false" visibility="true">
  12. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  13. <operations public="true" package="true" protected="true" private="true" static="true"/>
  14. </display>
  15. </class>
  16. <interface id="2" language="java" name="es.anaya.spring.badcode.s00.badcoupledsamplefixedwithinterfaces.DataSource"
  17. project="s00.badcoupledsamplefixed"
  18. file="/s00.badcoupledsamplefixed/src/main/java/es/anaya/spring/badcode/s00/badcoupledsamplefixedwithinterfaces/DataSource.java"
  19. binary="false" corner="BOTTOM_RIGHT">
  20. <position height="-1" width="-1" x="345" y="238"/>
  21. <display autosize="true" stereotype="false" package="false" initial-value="false" signature="true"
  22. sort-features="false" accessors="false" visibility="true">
  23. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  24. <operations public="true" package="true" protected="true" private="true" static="true"/>
  25. </display>
  26. </interface>
  27. <class id="3" language="java" name="es.anaya.spring.badcode.s00.badcoupledsamplefixedwithinterfaces.CsvFileDataSource"
  28. project="s00.badcoupledsamplefixed"
  29. file="/s00.badcoupledsamplefixed/src/main/java/es/anaya/spring/badcode/s00/badcoupledsamplefixedwithinterfaces/CsvFileDataSource.java"
  30. binary="false" corner="BOTTOM_RIGHT">
  31. <position height="-1" width="-1" x="538" y="131"/>
  32. <display autosize="true" stereotype="false" package="false" initial-value="false" signature="true"
  33. sort-features="false" accessors="false" visibility="true">
  34. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  35. <operations public="true" package="true" protected="true" private="true" static="true"/>
  36. </display>
  37. </class>
  38. <class id="4" language="java" name="es.anaya.spring.badcode.s00.badcoupledsamplefixedwithinterfaces.App"
  39. project="s00.badcoupledsamplefixed"
  40. file="/s00.badcoupledsamplefixed/src/main/java/es/anaya/spring/badcode/s00/badcoupledsamplefixedwithinterfaces/App.java"
  41. binary="false" corner="BOTTOM_RIGHT">
  42. <position height="-1" width="-1" x="345" y="131"/>
  43. <display autosize="true" stereotype="false" package="false" initial-value="false" signature="true"
  44. sort-features="false" accessors="false" visibility="true">
  45. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  46. <operations public="true" package="true" protected="true" private="true" static="true"/>
  47. </display>
  48. </class>
  49. <dependency id="5">
  50. <end type="SOURCE" refId="4"/>
  51. <end type="TARGET" refId="3"/>
  52. </dependency>
  53. <dependency id="6">
  54. <end type="SOURCE" refId="4"/>
  55. <end type="TARGET" refId="1"/>
  56. </dependency>
  57. <association id="7">
  58. <end type="SOURCE" refId="1" navigable="false">
  59. <attribute id="8" name="dataSource"/>
  60. <multiplicity id="9" minimum="0" maximum="1"/>
  61. </end>
  62. <end type="TARGET" refId="2" navigable="true"/>
  63. <display labels="true" multiplicity="true"/>
  64. </association>
  65. <realization id="10">
  66. <end type="SOURCE" refId="3"/>
  67. <end type="TARGET" refId="2"/>
  68. </realization>
  69. <dependency id="11">
  70. <end type="SOURCE" refId="4"/>
  71. <end type="TARGET" refId="2"/>
  72. </dependency>
  73. <classifier-display autosize="true" stereotype="false" package="false" initial-value="false" signature="true"
  74. sort-features="false" accessors="false" visibility="true">
  75. <attributes public="true" package="true" protected="true" private="true" static="true"/>
  76. <operations public="true" package="true" protected="true" private="true" static="true"/>
  77. </classifier-display>
  78. <association-display labels="true" multiplicity="true"/>
  79. </class-diagram>