You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ka...@apache.org on 2009/03/23 01:10:06 UTC

svn commit: r757288 - in /labs/bananadb/trunk: bananatrie.pdf bananatrie.uxf

Author: kalle
Date: Mon Mar 23 00:10:06 2009
New Revision: 757288

URL: http://svn.apache.org/viewvc?rev=757288&view=rev
Log:
Banana DB  

Diagram showing the file format

Added:
    labs/bananadb/trunk/bananatrie.pdf   (with props)
    labs/bananadb/trunk/bananatrie.uxf

Added: labs/bananadb/trunk/bananatrie.pdf
URL: http://svn.apache.org/viewvc/labs/bananadb/trunk/bananatrie.pdf?rev=757288&view=auto
==============================================================================
Binary file - no diff available.

Propchange: labs/bananadb/trunk/bananatrie.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: labs/bananadb/trunk/bananatrie.uxf
URL: http://svn.apache.org/viewvc/labs/bananadb/trunk/bananatrie.uxf?rev=757288&view=auto
==============================================================================
--- labs/bananadb/trunk/bananatrie.uxf (added)
+++ labs/bananadb/trunk/bananatrie.uxf Mon Mar 23 00:10:06 2009
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><umlet_diagram><help_text>// Uncomment the following line to change the fontsize:
+// fontsize=14
+
+// Welcome to UMLet!
+//
+// Double-click on UML elements to add them to the diagram.
+// Edit element properties by modifying the text in this panel.
+// Edit the files in the 'palettes' directory to create your own element palettes.
+// Hold down ⌘ to select multiple elements.
+// Press Del to delete elements.
+// Press ⌘-c to copy an element, and to store the whole UML diagram to the system clipboard.
+// Select "Custom elements &gt; New..." to create new element types.
+//
+// This text will be stored with each diagram;  use it for notes.</help_text><element><type>com.umlet.element.base.Class</type><coordinates><x>380</x><y>240</y><w>200</w><h>90</h></coordinates><panel_attributes>Hashtable posting
+--
++flag:byte
++createdRevision:long
++deletedRevision:long
+--</panel_attributes><additional_attributes/></element><element><type>com.umlet.element.base.Class</type><coordinates><x>350</x><y>410</y><w>250</w><h>110</h></coordinates><panel_attributes>Hash codes link posting
+--
++flag:byte
++keyHashCode:long
++createdRevision:long
++deletedRevision:long
+--</panel_attributes><additional_attributes/></element><element><type>com.umlet.element.base.Class</type><coordinates><x>350</x><y>590</y><w>250</w><h>150</h></coordinates><panel_attributes>Key posting
+--
++flag:byte
++hashCode:long
++createdRevision:long
++keyLength:int
++key:byte[]
++deletedRevision:long
+--</panel_attributes><additional_attributes/></element><element><type>com.umlet.element.base.Class</type><coordinates><x>320</x><y>70</y><w>320</w><h>80</h></coordinates><panel_attributes>Hashtable
+--
++capacity:int
+--
++rehash(capacity:int)</panel_attributes><additional_attributes/></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>379</x><y>130</y><w>203</w><h>130</h></coordinates><panel_attributes>lt=&lt;-
+m1=0..1
+q2=hash code &amp; (capacity -1)</panel_attributes><additional_attributes>101;110;101;20</additional_attributes></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>426</x><y>310</y><w>109</w><h>120</h></coordinates><panel_attributes>lt=&lt;-
+m1=1
+r1=+firstHashCode</panel_attributes><additional_attributes>54;100;54;20</additional_attributes></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>580</x><y>390</y><w>150</w><h>120</h></coordinates><panel_attributes>lt=&lt;-
+m1=1
+r1=+nextHashCode</panel_attributes><additional_attributes>20;100;130;60;110;20;20;60</additional_attributes></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>447</x><y>500</y><w>66</w><h>110</h></coordinates><panel_attributes>lt=&lt;-
+m1=1
+r1=+firstKey</panel_attributes><additional_attributes>33;90;33;20</additional_attributes></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>580</x><y>580</y><w>170</w><h>100</h></coordinates><panel_attributes>lt=&lt;-
+m1=1
+r1=+nextKey</panel_attributes><additional_attributes>20;80;150;70;130;20;20;40</additional_attributes></element><element><type>com.umlet.element.base.Class</type><coordinates><x>350</x><y>820</y><w>250</w><h>130</h></coordinates><panel_attributes>Value posting
+--
++flag:byte
++createdRevision:long
++valueLength:int
++value:byte[]
++deletedRevision:long
+--</panel_attributes><additional_attributes/></element><element><type>com.umlet.element.base.Relation</type><coordinates><x>460</x><y>720</y><w>40</w><h>120</h></coordinates><panel_attributes>lt=-&gt;
+m2=0..1</panel_attributes><additional_attributes>20;20;20;100</additional_attributes></element></umlet_diagram>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org