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.
52 lines
1.1 KiB
52 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<diagram program="umlet" version="13.3">
|
|
<zoom_level>10</zoom_level>
|
|
<element>
|
|
<id>UMLClass</id>
|
|
<coordinates>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<w>340</w>
|
|
<h>50</h>
|
|
</coordinates>
|
|
<panel_attributes>SyncEntity
|
|
--
|
|
Map<SyncDirectory> directories
|
|
halign=left</panel_attributes>
|
|
<additional_attributes/>
|
|
</element>
|
|
<element>
|
|
<id>UMLClass</id>
|
|
<coordinates>
|
|
<x>520</x>
|
|
<y>110</y>
|
|
<w>230</w>
|
|
<h>200</h>
|
|
</coordinates>
|
|
<panel_attributes>SyncDirectory
|
|
|
|
--
|
|
String realPath
|
|
String stateFileBasePath
|
|
File stateFileOld
|
|
File stateFileNew
|
|
Map<String,File> poolOld
|
|
Map<String,File> poolNew
|
|
List<String> listCreated
|
|
List<String> listDeleted
|
|
halign=left</panel_attributes>
|
|
<additional_attributes/>
|
|
</element>
|
|
<element>
|
|
<id>Relation</id>
|
|
<coordinates>
|
|
<x>350</x>
|
|
<y>50</y>
|
|
<w>190</w>
|
|
<h>90</h>
|
|
</coordinates>
|
|
<panel_attributes>lt=<-</panel_attributes>
|
|
<additional_attributes>170.0;70.0;10.0;10.0</additional_attributes>
|
|
</element>
|
|
</diagram>
|