Author: elecharny
Date: Thu Jun 14 13:19:22 2012
New Revision: 1350227
URL: http://svn.apache.org/viewvc?rev=1350227&view=rev
Log:
created the original project structure
Added:
labs/mavibot/trunk/mavibot/img/
labs/mavibot/trunk/mavibot/img/BTree.graphml
labs/mavibot/trunk/mavibot/img/BTree.png (with props)
labs/mavibot/trunk/mavibot/img/Leaf.graphml
labs/mavibot/trunk/mavibot/img/Leaf.png (with props)
labs/mavibot/trunk/mavibot/img/Node.graphml
labs/mavibot/trunk/mavibot/img/Node.png (with props)
labs/mavibot/trunk/mavibot/img/PageHierarchy.graphml
labs/mavibot/trunk/mavibot/img/PageHierarchy.png (with props)
labs/mavibot/trunk/mavibot/img/PageMergeDelete.graphml
labs/mavibot/trunk/mavibot/img/PageMergeDelete.png (with props)
labs/mavibot/trunk/mavibot/img/PageMergeMove.graphml
labs/mavibot/trunk/mavibot/img/PageMergeMove.png (with props)
labs/mavibot/trunk/mavibot/img/R1-node.graphml
labs/mavibot/trunk/mavibot/img/R1-node.png (with props)
labs/mavibot/trunk/mavibot/img/R2-node.graphml
labs/mavibot/trunk/mavibot/img/R2-node.png (with props)
labs/mavibot/trunk/mavibot/img/R3-node.graphml
labs/mavibot/trunk/mavibot/img/R3-node.png (with props)
labs/mavibot/trunk/mavibot/img/R4-node.graphml
labs/mavibot/trunk/mavibot/img/R4-node.png (with props)
labs/mavibot/trunk/mavibot/img/abstractPage.graphml
labs/mavibot/trunk/mavibot/img/abstractPage.png (with props)
labs/mavibot/trunk/mavibot/pom.xml
labs/mavibot/trunk/mavibot/src/
labs/mavibot/trunk/mavibot/src/main/
labs/mavibot/trunk/mavibot/src/main/java/
labs/mavibot/trunk/mavibot/src/main/java/org/
labs/mavibot/trunk/mavibot/src/main/java/org/apache/
labs/mavibot/trunk/mavibot/src/main/java/org/apache/mavibot/
labs/mavibot/trunk/mavibot/src/main/java/org/apache/mavibot/btree/
labs/mavibot/trunk/mavibot/src/test/
labs/mavibot/trunk/mavibot/src/test/java/
Added: labs/mavibot/trunk/mavibot/img/BTree.graphml
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/BTree.graphml?rev=1350227&view=auto
==============================================================================
--- labs/mavibot/trunk/mavibot/img/BTree.graphml (added)
+++ labs/mavibot/trunk/mavibot/img/BTree.graphml Thu Jun 14 13:19:22 2012
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:y="http://www.yworks.com/xml/graphml"
xmlns:yed="http://www.yworks.com/xml/yed/3"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
+ <!--Created by yFiles for Java 2.9-->
+ <key for="graphml" id="d0" yfiles.type="resources"/>
+ <key for="port" id="d1" yfiles.type="portgraphics"/>
+ <key for="port" id="d2" yfiles.type="portgeometry"/>
+ <key for="port" id="d3" yfiles.type="portuserdata"/>
+ <key attr.name="url" attr.type="string" for="node" id="d4"/>
+ <key attr.name="description" attr.type="string" for="node" id="d5"/>
+ <key for="node" id="d6" yfiles.type="nodegraphics"/>
+ <key attr.name="Description" attr.type="string" for="graph" id="d7"/>
+ <key attr.name="url" attr.type="string" for="edge" id="d8"/>
+ <key attr.name="description" attr.type="string" for="edge" id="d9"/>
+ <key for="edge" id="d10" yfiles.type="edgegraphics"/>
+ <graph edgedefault="directed" id="G">
+ <data key="d7"/>
+ <node id="n0">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNodeWithShadow">
+ <y:Geometry height="180.0" width="184.0" x="472.0" y="237.0"/>
+ <y:Fill color="#FFCC99" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="internal" modelPosition="t"
textColor="#000000" visible="true" width="36.771484375" x="73.6142578125"
y="4.0">BTree</y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n1">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="184.0" x="472.0" y="297.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="171.279296875" x="6.3603515625"
y="5.93359375">Comparator<K> comparator<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n2">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="184.0" x="472.0" y="267.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="145.369140625" x="19.3154296875"
y="5.93359375">Map<Long, Page> roots<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n3">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="184.0" x="472.0" y="327.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="134.8984375" x="24.55078125" y="5.93359375">Serializer
keySerializer<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n4">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="184.0" x="472.0" y="357.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="145.369140625" x="19.3154296875"
y="5.93359375">Serializer valueSerializer<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n5">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="184.0" x="472.0" y="387.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="123.1328125" x="30.43359375" y="5.93359375">AtomicLong
revision<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ </graph>
+ <data key="d0">
+ <y:Resources/>
+ </data>
+</graphml>
Added: labs/mavibot/trunk/mavibot/img/BTree.png
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/BTree.png?rev=1350227&view=auto
==============================================================================
Binary file - no diff available.
Propchange: labs/mavibot/trunk/mavibot/img/BTree.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: labs/mavibot/trunk/mavibot/img/Leaf.graphml
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/Leaf.graphml?rev=1350227&view=auto
==============================================================================
--- labs/mavibot/trunk/mavibot/img/Leaf.graphml (added)
+++ labs/mavibot/trunk/mavibot/img/Leaf.graphml Thu Jun 14 13:19:22 2012
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:y="http://www.yworks.com/xml/graphml"
xmlns:yed="http://www.yworks.com/xml/yed/3"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
+ <!--Created by yFiles for Java 2.9-->
+ <key for="graphml" id="d0" yfiles.type="resources"/>
+ <key for="port" id="d1" yfiles.type="portgraphics"/>
+ <key for="port" id="d2" yfiles.type="portgeometry"/>
+ <key for="port" id="d3" yfiles.type="portuserdata"/>
+ <key attr.name="url" attr.type="string" for="node" id="d4"/>
+ <key attr.name="description" attr.type="string" for="node" id="d5"/>
+ <key for="node" id="d6" yfiles.type="nodegraphics"/>
+ <key attr.name="Description" attr.type="string" for="graph" id="d7"/>
+ <key attr.name="url" attr.type="string" for="edge" id="d8"/>
+ <key attr.name="description" attr.type="string" for="edge" id="d9"/>
+ <key for="edge" id="d10" yfiles.type="edgegraphics"/>
+ <graph edgedefault="directed" id="G">
+ <data key="d7"/>
+ <node id="n0">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNodeWithShadow">
+ <y:Geometry height="150.0" width="168.0" x="447.0" y="212.0"/>
+ <y:Fill color="#FFCC99" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="internal" modelPosition="t"
textColor="#000000" visible="true" width="28.123046875" x="69.9384765625"
y="4.0">Leaf</y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n1">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="447.0" y="272.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="84.05078125" x="41.974609375" y="5.93359375">V[0..N]
values<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n2">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="447.0" y="242.0"/>
+ <y:Fill color="#CCFFCC" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="99.115234375" x="34.4423828125"
y="5.93359375"><AbstractPage><y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n3">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="447.0" y="302.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="57.279296875" x="55.3603515625" y="5.93359375">Leaf
prev<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n4">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="447.0" y="332.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="57.900390625" x="55.0498046875" y="5.93359375">Leaf
next<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ </graph>
+ <data key="d0">
+ <y:Resources/>
+ </data>
+</graphml>
Added: labs/mavibot/trunk/mavibot/img/Leaf.png
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/Leaf.png?rev=1350227&view=auto
==============================================================================
Binary file - no diff available.
Propchange: labs/mavibot/trunk/mavibot/img/Leaf.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: labs/mavibot/trunk/mavibot/img/Node.graphml
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/Node.graphml?rev=1350227&view=auto
==============================================================================
--- labs/mavibot/trunk/mavibot/img/Node.graphml (added)
+++ labs/mavibot/trunk/mavibot/img/Node.graphml Thu Jun 14 13:19:22 2012
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:y="http://www.yworks.com/xml/graphml"
xmlns:yed="http://www.yworks.com/xml/yed/3"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
+ <!--Created by yFiles for Java 2.9-->
+ <key for="graphml" id="d0" yfiles.type="resources"/>
+ <key for="port" id="d1" yfiles.type="portgraphics"/>
+ <key for="port" id="d2" yfiles.type="portgeometry"/>
+ <key for="port" id="d3" yfiles.type="portuserdata"/>
+ <key attr.name="url" attr.type="string" for="node" id="d4"/>
+ <key attr.name="description" attr.type="string" for="node" id="d5"/>
+ <key for="node" id="d6" yfiles.type="nodegraphics"/>
+ <key attr.name="Description" attr.type="string" for="graph" id="d7"/>
+ <key attr.name="url" attr.type="string" for="edge" id="d8"/>
+ <key attr.name="description" attr.type="string" for="edge" id="d9"/>
+ <key for="edge" id="d10" yfiles.type="edgegraphics"/>
+ <graph edgedefault="directed" id="G">
+ <data key="d7"/>
+ <node id="n0">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNodeWithShadow">
+ <y:Geometry height="90.0" width="168.0" x="422.0" y="187.0"/>
+ <y:Fill color="#FFCC99" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="internal" modelPosition="t"
textColor="#000000" visible="true" width="34.474609375" x="66.7626953125"
y="4.0">Node</y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n1">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="422.0" y="247.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="131.330078125" x="18.3349609375"
y="5.93359375">Page[0..N+1] children<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n2">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="ShinyPlateNode">
+ <y:Geometry height="30.0" width="168.0" x="422.0" y="217.0"/>
+ <y:Fill color="#CCFFCC" transparent="false"/>
+ <y:BorderStyle color="#993300" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="99.115234375" x="34.4423828125"
y="5.93359375"><AbstractPage><y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ </graph>
+ <data key="d0">
+ <y:Resources/>
+ </data>
+</graphml>
Added: labs/mavibot/trunk/mavibot/img/Node.png
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/Node.png?rev=1350227&view=auto
==============================================================================
Binary file - no diff available.
Propchange: labs/mavibot/trunk/mavibot/img/Node.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: labs/mavibot/trunk/mavibot/img/PageHierarchy.graphml
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/PageHierarchy.graphml?rev=1350227&view=auto
==============================================================================
--- labs/mavibot/trunk/mavibot/img/PageHierarchy.graphml (added)
+++ labs/mavibot/trunk/mavibot/img/PageHierarchy.graphml Thu Jun 14 13:19:22
2012
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:y="http://www.yworks.com/xml/graphml"
xmlns:yed="http://www.yworks.com/xml/yed/3"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns
http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
+ <!--Created by yFiles for Java 2.9-->
+ <key for="graphml" id="d0" yfiles.type="resources"/>
+ <key for="port" id="d1" yfiles.type="portgraphics"/>
+ <key for="port" id="d2" yfiles.type="portgeometry"/>
+ <key for="port" id="d3" yfiles.type="portuserdata"/>
+ <key attr.name="url" attr.type="string" for="node" id="d4"/>
+ <key attr.name="description" attr.type="string" for="node" id="d5"/>
+ <key for="node" id="d6" yfiles.type="nodegraphics"/>
+ <key attr.name="Description" attr.type="string" for="graph" id="d7"/>
+ <key attr.name="url" attr.type="string" for="edge" id="d8"/>
+ <key attr.name="description" attr.type="string" for="edge" id="d9"/>
+ <key for="edge" id="d10" yfiles.type="edgegraphics"/>
+ <graph edgedefault="directed" id="G">
+ <data key="d7"/>
+ <node id="n0">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="BevelNode3">
+ <y:Geometry height="30.0" width="80.0" x="207.5" y="194.0"/>
+ <y:Fill color="#99CC00" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="31.427734375" x="24.2861328125"
y="5.93359375">Page<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n1">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="BevelNodeWithShadow">
+ <y:Geometry height="30.0" width="93.0" x="385.0" y="194.0"/>
+ <y:Fill color="#FF9900" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="80.037109375" x="6.4814453125"
y="5.93359375">AbstractPage<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n2">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="BevelNodeWithShadow">
+ <y:Geometry height="30.0" width="93.0" x="478.0" y="322.0"/>
+ <y:Fill color="#FFFF99" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="28.123046875" x="32.4384765625"
y="5.93359375">Leaf<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <node id="n3">
+ <data key="d5"/>
+ <data key="d6">
+ <y:GenericNode configuration="BevelNodeWithShadow">
+ <y:Geometry height="30.0" width="93.0" x="292.0" y="322.0"/>
+ <y:Fill color="#FFFF99" transparent="false"/>
+ <y:BorderStyle hasColor="false" type="line" width="1.0"/>
+ <y:NodeLabel alignment="center" autoSizePolicy="content"
fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false"
hasLineColor="false" height="18.1328125" modelName="custom" textColor="#000000"
visible="true" width="34.474609375" x="29.2626953125"
y="5.93359375">Node<y:LabelModel>
+ <y:SmartNodeLabelModel distance="4.0"/>
+ </y:LabelModel>
+ <y:ModelParameter>
+ <y:SmartNodeLabelModelParameter labelRatioX="0.0"
labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0"
upX="0.0" upY="-1.0"/>
+ </y:ModelParameter>
+ </y:NodeLabel>
+ </y:GenericNode>
+ </data>
+ </node>
+ <edge id="e0" source="n1" target="n0">
+ <data key="d9"/>
+ <data key="d10">
+ <y:PolyLineEdge>
+ <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
+ <y:LineStyle color="#000000" type="line" width="1.0"/>
+ <y:Arrows source="none" target="transparent_circle"/>
+ <y:BendStyle smoothed="false"/>
+ </y:PolyLineEdge>
+ </data>
+ </edge>
+ <edge id="e1" source="n3" target="n1">
+ <data key="d9"/>
+ <data key="d10">
+ <y:PolyLineEdge>
+ <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
+ <y:LineStyle color="#000000" type="line" width="1.0"/>
+ <y:Arrows source="none" target="white_delta"/>
+ <y:BendStyle smoothed="false"/>
+ </y:PolyLineEdge>
+ </data>
+ </edge>
+ <edge id="e2" source="n2" target="n1">
+ <data key="d9"/>
+ <data key="d10">
+ <y:PolyLineEdge>
+ <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
+ <y:LineStyle color="#000000" type="line" width="1.0"/>
+ <y:Arrows source="none" target="white_delta"/>
+ <y:BendStyle smoothed="false"/>
+ </y:PolyLineEdge>
+ </data>
+ </edge>
+ </graph>
+ <data key="d0">
+ <y:Resources/>
+ </data>
+</graphml>
Added: labs/mavibot/trunk/mavibot/img/PageHierarchy.png
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/img/PageHierarchy.png?rev=1350227&view=auto
==============================================================================
Binary file - no diff available.
Propchange: labs/mavibot/trunk/mavibot/img/PageHierarchy.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]