Advertisement
Guest User

Untitled

a guest
Oct 26th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Diagram>
  3.   <ID>JAVA</ID>
  4.   <OriginalElement>Demo</OriginalElement>
  5.   <nodes>
  6.     <node x="295.0" y="20.0">TravelReservation</node>
  7.     <node x="-64.0" y="20.0">RestaurantReservation</node>
  8.     <node x="178.0" y="-184.0">Reservation</node>
  9.     <node x="265.0" y="218.0">Demo</node>
  10.     <node x="-64.0" y="347.0">MyReservationSystem</node>
  11.     <node x="-22.0" y="218.0">ReservationSystem</node>
  12.   </nodes>
  13.   <notes />
  14.   <edges>
  15.     <edge source="TravelReservation" target="Reservation">
  16.       <point x="0.0" y="-76.5" />
  17.       <point x="523.5" y="179.0" />
  18.       <point x="398.75" y="179.0" />
  19.       <point x="52.25" y="77.0" />
  20.     </edge>
  21.     <edge source="MyReservationSystem" target="ReservationSystem">
  22.       <point x="0.0" y="-64.5" />
  23.       <point x="0.0" y="39.5" />
  24.     </edge>
  25.     <edge source="RestaurantReservation" target="Reservation">
  26.       <point x="0.0" y="-76.5" />
  27.       <point x="169.5" y="179.0" />
  28.       <point x="294.25" y="179.0" />
  29.       <point x="-52.25" y="77.0" />
  30.     </edge>
  31.   </edges>
  32.   <settings layout="Hierarchic Group" zoom="1.0" x="180.0" y="172.5" />
  33.   <SelectedNodes />
  34.   <Categories>
  35.     <Category>Fields</Category>
  36.     <Category>Constructors</Category>
  37.     <Category>Methods</Category>
  38.     <Category>Properties</Category>
  39.     <Category>Inner Classes</Category>
  40.   </Categories>
  41.   <SCOPE>All</SCOPE>
  42.   <VISIBILITY>private</VISIBILITY>
  43. </Diagram>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement