1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <class-diagram version =" 1.2.3" icons =" true" always-add-relationships =" true" generalizations =" true" realizations =" true"
3+ associations =" true" dependencies =" true" nesting-relationships =" true" router =" FAN" >
4+ <class id =" 1" language =" java" name =" adapter.Bicycle" project =" java-design-patterns"
5+ file =" /java-design-patterns/src/adapter/Bicycle.java" binary =" false" corner =" BOTTOM_RIGHT" >
6+ <position height =" -1" width =" -1" x =" 1166" y =" 378" />
7+ <display autosize =" true" stereotype =" false" package =" false" initial-value =" false" signature =" true"
8+ sort-features =" false" accessors =" true" visibility =" true" >
9+ <attributes public =" true" package =" true" protected =" true" private =" true" static =" true" />
10+ <operations public =" true" package =" true" protected =" true" private =" true" static =" true" />
11+ </display >
12+ </class >
13+ <class id =" 2" language =" java" name =" adapter.Car" project =" java-design-patterns"
14+ file =" /java-design-patterns/src/adapter/Car.java" binary =" false" corner =" BOTTOM_RIGHT" >
15+ <position height =" -1" width =" -1" x =" 273" y =" 399" />
16+ <display autosize =" true" stereotype =" false" package =" false" initial-value =" false" signature =" true"
17+ sort-features =" false" accessors =" true" visibility =" true" >
18+ <attributes public =" true" package =" true" protected =" true" private =" true" static =" true" />
19+ <operations public =" true" package =" true" protected =" true" private =" true" static =" true" />
20+ </display >
21+ </class >
22+ <interface id =" 3" language =" java" name =" adapter.Vehicle" project =" java-design-patterns"
23+ file =" /java-design-patterns/src/adapter/Vehicle.java" binary =" false" corner =" BOTTOM_RIGHT" >
24+ <position height =" -1" width =" -1" x =" 620" y =" 138" />
25+ <display autosize =" true" stereotype =" false" package =" false" initial-value =" false" signature =" true"
26+ sort-features =" false" accessors =" true" visibility =" true" >
27+ <attributes public =" true" package =" true" protected =" true" private =" true" static =" true" />
28+ <operations public =" true" package =" true" protected =" true" private =" true" static =" true" />
29+ </display >
30+ </interface >
31+ <class id =" 4" language =" java" name =" adapter.BicycleAdapter" project =" java-design-patterns"
32+ file =" /java-design-patterns/src/adapter/BicycleAdapter.java" binary =" false" corner =" BOTTOM_RIGHT" >
33+ <position height =" -1" width =" -1" x =" 774" y =" 384" />
34+ <display autosize =" true" stereotype =" false" package =" false" initial-value =" false" signature =" true"
35+ sort-features =" false" accessors =" true" visibility =" true" >
36+ <attributes public =" true" package =" true" protected =" true" private =" true" static =" true" />
37+ <operations public =" true" package =" true" protected =" true" private =" true" static =" true" />
38+ </display >
39+ </class >
40+ <realization id =" 5" >
41+ <end type =" SOURCE" refId =" 2" />
42+ <end type =" TARGET" refId =" 3" />
43+ </realization >
44+ <realization id =" 6" >
45+ <end type =" SOURCE" refId =" 4" />
46+ <end type =" TARGET" refId =" 3" />
47+ </realization >
48+ <association id =" 7" >
49+ <bendpoint x =" 986" y =" 382" />
50+ <end type =" SOURCE" refId =" 4" navigable =" false" >
51+ <attribute id =" 8" name =" bicycle" />
52+ <multiplicity id =" 9" minimum =" 0" maximum =" 1" />
53+ </end >
54+ <end type =" TARGET" refId =" 1" navigable =" true" />
55+ <display labels =" true" multiplicity =" true" />
56+ </association >
57+ <classifier-display autosize =" true" stereotype =" false" package =" false" initial-value =" false" signature =" true"
58+ sort-features =" false" accessors =" true" visibility =" true" >
59+ <attributes public =" true" package =" true" protected =" true" private =" true" static =" true" />
60+ <operations public =" true" package =" true" protected =" true" private =" true" static =" true" />
61+ </classifier-display >
62+ <association-display labels =" true" multiplicity =" true" />
63+ </class-diagram >
0 commit comments