|
From: <bh...@us...> - 2006-10-27 19:55:03
|
Revision: 327
http://svn.sourceforge.net/cishell/?rev=327&view=rev
Author: bh2
Date: 2006-10-27 12:54:39 -0700 (Fri, 27 Oct 2006)
Log Message:
-----------
Version bump to v0.2.1
Modified Paths:
--------------
trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF
trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF
trunk/core/org.cishell.framework/META-INF/MANIFEST.MF
trunk/core/org.cishell.reference/META-INF/MANIFEST.MF
trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF
trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF
trunk/deployment/cishell-installer/build.xml
trunk/deployment/cishell-installer/cishell.product
trunk/deployment/cishell-installer/install.xml
trunk/deployment/org.cishell.algorithm.examples.feature/feature.xml
trunk/deployment/org.cishell.development.feature/feature.xml
trunk/deployment/org.cishell.feature/feature.xml
trunk/deployment/org.cishell.reference.feature/feature.xml
trunk/deployment/org.cishell.reference.gui.feature/feature.xml
trunk/templates/org.cishell.templates/META-INF/MANIFEST.MF
trunk/templates/org.cishell.templates.wizards/META-INF/MANIFEST.MF
Added Paths:
-----------
trunk/deployment/cishell-installer/cishell_linux/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar
trunk/deployment/cishell-installer/sampledata/
trunk/deployment/cishell-installer/sampledata/Network/
trunk/deployment/cishell-installer/sampledata/Network/conversionGraph.graphml.xml
trunk/deployment/cishell-installer/sampledata/Network/friendster.graphml.xml
trunk/deployment/cishell-installer/sampledata/Network/friendster.xgmml.xml
trunk/deployment/cishell-installer/sampledata/Network/terror.graphml.xml
trunk/deployment/cishell-installer/sampledata/Network/terror.xgmml.xml
Modified: trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.brand.cishell/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CIShell Branding Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.brand.cishell;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.gui.brand.cishell.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
Modified: trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.datamanager/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Data Manager GUI Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.datamanager;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.gui.datamanager.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Modified: trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.guibuilder.swt/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: GUI Builder Reference Implementation Using SWT
Bundle-SymbolicName: org.cishell.reference.gui.guibuilder.swt
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Localization: plugin
Import-Package: org.cishell.framework,
org.cishell.service.guibuilder,
Modified: trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.log/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Log GUI Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.log;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.gui.log.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Modified: trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.menumanager/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Menu Manager Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.menumanager;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.gui.menumanager.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Modified: trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.persistence/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Persistence Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.persistence;singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-ClassPath: .
Bundle-Localization: plugin
Import-Package: org.cishell.app.service.datamanager,
Modified: trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF
===================================================================
--- trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/clients/gui/org.cishell.reference.gui.workspace/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CIShell Reference GUI Workspace Plug-in
Bundle-SymbolicName: org.cishell.reference.gui.workspace; singleton:=true
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.gui.workspace.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Modified: trunk/core/org.cishell.framework/META-INF/MANIFEST.MF
===================================================================
--- trunk/core/org.cishell.framework/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/core/org.cishell.framework/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CIShell Framework API
Bundle-SymbolicName: org.cishell.framework
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Vendor: Bruce Herr
Bundle-Localization: plugin
Import-Package: org.osgi.framework,
Modified: trunk/core/org.cishell.reference/META-INF/MANIFEST.MF
===================================================================
--- trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/core/org.cishell.reference/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CIShell Reference Service Implementations
Bundle-SymbolicName: org.cishell.reference
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Localization: plugin
Import-Package: org.cishell.app.service.datamanager,
org.cishell.app.service.scheduler,
Modified: trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF
===================================================================
--- trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/core/org.cishell.reference.services/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Reference Services Starter
Bundle-SymbolicName: org.cishell.reference.services
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.reference.services.Activator
Bundle-Localization: plugin
X-AutoStart: true
Modified: trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF
===================================================================
--- trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/core/org.cishell.service.autostart/META-INF/MANIFEST.MF 2006-10-27 19:54:39 UTC (rev 327)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: CIShell Bundler Autostarter
Bundle-SymbolicName: org.cishell.service.autostart
-Bundle-Version: 0.2.0
+Bundle-Version: 0.2.1
Bundle-Activator: org.cishell.service.autostart.Activator
Bundle-Localization: plugin
Import-Package: org.osgi.framework;version="1.3.0"
Modified: trunk/deployment/cishell-installer/build.xml
===================================================================
--- trunk/deployment/cishell-installer/build.xml 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/deployment/cishell-installer/build.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -12,7 +12,7 @@
<project name='CIShell Installer' default='compile' basedir='.'>
<!-- Properties -->
- <property name="version" value="0.2.0"/>
+ <property name="version" value="0.2.1"/>
<property name="full.xml" value="install.xml"/>
<property name="min.xml" value="install.xml"/>
<property name="full.jar" value="cishell-installer_${version}.alpha.jar"/>
Modified: trunk/deployment/cishell-installer/cishell.product
===================================================================
--- trunk/deployment/cishell-installer/cishell.product 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/deployment/cishell-installer/cishell.product 2006-10-27 19:54:39 UTC (rev 327)
@@ -40,11 +40,11 @@
</plugins>
<features>
- <feature id="org.cishell.algorithm.examples.feature" version="0.2.0.qualifier"/>
+ <feature id="org.cishell.algorithm.examples.feature" version="0.2.1"/>
<feature id="org.cishell.environment.equinox.feature" version="0.1.0"/>
- <feature id="org.cishell.feature" version="0.1.0.qualifier"/>
- <feature id="org.cishell.reference.feature" version="0.2.0.qualifier"/>
- <feature id="org.cishell.reference.gui.feature" version="0.2.0.qualifier"/>
+ <feature id="org.cishell.feature" version="0.2.1"/>
+ <feature id="org.cishell.reference.feature" version="0.2.1"/>
+ <feature id="org.cishell.reference.gui.feature" version="0.2.1"/>
</features>
</product>
Added: trunk/deployment/cishell-installer/cishell_linux/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar
===================================================================
(Binary files differ)
Property changes on: trunk/deployment/cishell-installer/cishell_linux/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/deployment/cishell-installer/install.xml
===================================================================
--- trunk/deployment/cishell-installer/install.xml 2006-10-26 21:30:52 UTC (rev 326)
+++ trunk/deployment/cishell-installer/install.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -16,7 +16,7 @@
<info>
<appname>CIShell: Cyberinfrastructure Shell</appname>
<appsubpath>cishell</appsubpath>
- <appversion>0.2.0</appversion>
+ <appversion>0.2.1</appversion>
<authors>
<author name="Bruce Herr" email="bh...@bh..." />
<author name="Weixia Huang" email="hu...@in..." />
Added: trunk/deployment/cishell-installer/sampledata/Network/conversionGraph.graphml.xml
===================================================================
--- trunk/deployment/cishell-installer/sampledata/Network/conversionGraph.graphml.xml (rev 0)
+++ trunk/deployment/cishell-installer/sampledata/Network/conversionGraph.graphml.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml">
+<graph edgedefault="directed" >
+<node id="1" label="file:text/xgmml+xml" />
+<node id="2" label="prefuse.data.Graph" />
+<node id="3" label="file:application/pajek" />
+<node id="4" label="edu.uci.ics.jung.graph.Graph" />
+<node id="5" label="edu.berkeley.guir.prefuse.graph.Graph" />
+<node id="6" label="file:text/graphml+xml" />
+<edge source="4" target="6" directed="true"/>
+<edge source="3" target="4" directed="true"/>
+<edge source="2" target="6" directed="true"/>
+<edge source="5" target="1" directed="true"/>
+<edge source="4" target="3" directed="true"/>
+<edge source="4" target="5" directed="true"/>
+<edge source="6" target="4" directed="true"/>
+<edge source="1" target="5" directed="true"/>
+<edge source="6" target="2" directed="true"/>
+</graph>
+</graphml>
Added: trunk/deployment/cishell-installer/sampledata/Network/friendster.graphml.xml
===================================================================
--- trunk/deployment/cishell-installer/sampledata/Network/friendster.graphml.xml (rev 0)
+++ trunk/deployment/cishell-installer/sampledata/Network/friendster.graphml.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -0,0 +1,331 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml">
+<graph edgedefault="undirected">
+<!-- me -->
+<node id="1" label="Jeff"></node>
+<!-- my friends -->
+<node id="2" label="Ed"></node>
+<node id="3" label="Christiaan"></node>
+<node id="4" label="Emily"></node>
+<node id="5" label="Adam"></node>
+<node id="6" label="Cynthia"></node>
+<node id="7" label="Joylette"></node>
+<node id="8" label="Amanda"></node>
+<node id="9" label="Nathaniel"></node>
+<node id="10" label="Bryan"></node>
+<node id="11" label="Tamara"></node>
+<node id="12" label="Ashley"></node>
+<node id="13" label="Ryan"></node>
+<node id="14" label="Alan"></node>
+<node id="15" label="Chris"></node>
+<node id="16" label="Holly"></node>
+<node id="17" label="Patrick"></node><!-- baudisch -->
+<node id="18" label="Fernando"></node>
+<node id="19" label="Corey"></node>
+<node id="20" label="Ben"></node>
+<node id="21" label="Non"></node>
+<!-- friends of friends -->
+<node id="22" label="John"></node>
+<node id="23" label="Calvin"></node>
+<node id="24" label="Stephanie"></node>
+<node id="25" label="John"></node>
+<node id="26" label="Parker"></node>
+<node id="27" label="Patrick"></node><!-- em's friend -->
+<node id="28" label="Marian"></node>
+<node id="29" label="Robert"></node><!-- amanda's friend -->
+<node id="30" label="Patrick"></node><!-- amanda's friend -->
+<node id="31" label="Sam"></node>
+<node id="32" label="Bob"></node>
+<node id="33" label="Katie"></node>
+<node id="34" label="Chako"></node>
+<!-- through alan -->
+<node id="35" label="Diana"></node>
+<node id="36" label="Record Camp"></node>
+<node id="37" label="Chuck"></node>
+<node id="38" label="Micah"></node>
+<node id="39" label="SuperGiggleB"></node>
+<node id="40" label="Dan"></node>
+<node id="41" label="Ida"></node>
+<node id="42" label="Wen-Ting"></node>
+<node id="43" label="Nina"></node>
+<node id="44" label="Rion"></node>
+<node id="45" label="Otomi"></node>
+<node id="46" label="Ed"></node>
+<node id="47" label="Red"></node>
+<!-- through chris -->
+<node id="48" label="Scott"></node>
+<node id="49" label="Andrew"></node>
+<node id="50" label="Emily"></node>
+<node id="51" label="Robin"></node>
+<node id="52" label="Ken"></node>
+<node id="53" label="Michael"></node>
+<node id="54" label="Jon"></node>
+<node id="55" label="Josh"></node>
+<node id="56" label="Matthew"></node>
+<node id="57" label="Casey"></node>
+<node id="58" label="Christopher"></node>
+<node id="59" label="Stephen"></node>
+<node id="60" label="Kenji"></node>
+<node id="61" label="Richard"></node>
+<node id="62" label="Matthew"></node>
+<node id="63" label="David"></node>
+<node id="64" label="Phil"></node>
+<node id="65" label="David"></node>
+<!-- through holly -->
+<node id="66" label="Pete"></node>
+<node id="67" label="Jeremy"></node>
+<!-- through patrick (baudisch) -->
+<node id="68" label="Daniel"></node>
+<node id="69" label="Sumit"></node>
+<!-- through fernando -->
+<node id="70" label="Shane"></node>
+<node id="71" label="Rikard"></node>
+<node id="72" label="David"></node>
+<node id="73" label="Justin"></node>
+<node id="74" label="Shane"></node>
+<node id="75" label="Micaela"></node>
+<node id="76" label="Steven"></node>
+<node id="77" label="Matt"></node>
+<node id="78" label="Jory"></node>
+<node id="79" label="Alexander"></node>
+<node id="80" label="Jason"></node>
+<node id="81" label="JohnAnthony"></node>
+<!-- through ben -->
+<node id="82" label="Dorothy"></node>
+<node id="83" label="Nels"></node>
+<node id="84" label="Rania"></node>
+<node id="85" label="Michael"></node>
+<node id="86" label="Evan"></node>
+<node id="87" label="Joanna"></node>
+<node id="88" label="sistah"></node>
+<node id="89" label="Meredith"></node>
+<node id="90" label="Eric"></node>
+<node id="91" label="John"></node>
+<node id="92" label="ryan"></node>
+<node id="93" label="Eric"></node>
+<node id="94" label="Jay"></node>
+<node id="95" label="rumi"></node>
+<node id="96" label="justin"></node>
+<node id="97" label="Julij"></node>
+<node id="98" label="beverly"></node>
+<node id="99" label="Jai Young"></node>
+<node id="100" label="spot"></node>
+<node id="101" label="Tammy"></node>
+<node id="102" label="Michael"></node>
+<node id="103" label="jennifer"></node>
+<node id="104" label="Brent"></node>
+<node id="105" label="Lanha souris"></node>
+<node id="106" label="dan"></node>
+<node id="107" label="jeremy"></node>
+<node id="108" label="Jim"></node>
+<node id="109" label="steph"></node>
+<node id="110" label="Jane"></node>
+<node id="111" label="Justin"></node>
+<node id="112" label="Kevin"></node>
+<node id="113" label="Matt"></node>
+<node id="114" label="Judith"></node>
+<node id="115" label="Alexander"></node>
+<node id="116" label="Caterina"></node>
+<node id="117" label="Jesse James"></node>
+<node id="118" label="Tom"></node>
+<node id="119" label="Stewart"></node>
+<node id="120" label="Meg"></node>
+<node id="121" label="Matt"></node>
+<node id="122" label="Anil"></node>
+<!-- through non -->
+<node id="123" label="Scott"></node>
+<node id="124" label="Steve"></node>
+<node id="125" label="kris"></node>
+<node id="126" label="Bill"></node>
+<node id="127" label="Xz"></node>
+<node id="128" label="David"></node>
+<node id="129" label="Zephoria"></node>
+
+<!-- edges -->
+<edge label="" source="1" target="2"></edge>
+<edge label="" source="1" target="3"></edge>
+<edge label="" source="1" target="4"></edge>
+<edge label="" source="1" target="5"></edge>
+<edge label="" source="1" target="6"></edge>
+<edge label="" source="1" target="7"></edge>
+<edge label="" source="1" target="8"></edge>
+<edge label="" source="1" target="9"></edge>
+<edge label="" source="1" target="10"></edge>
+<edge label="" source="1" target="11"></edge>
+<edge label="" source="1" target="12"></edge>
+<edge label="" source="1" target="13"></edge>
+<edge label="" source="1" target="14"></edge>
+<edge label="" source="1" target="15"></edge>
+<edge label="" source="1" target="16"></edge>
+<edge label="" source="1" target="17"></edge>
+<edge label="" source="1" target="18"></edge>
+<edge label="" source="1" target="19"></edge>
+<edge label="" source="1" target="20"></edge>
+<edge label="" source="1" target="21"></edge>
+<!-- ed's friends -->
+<edge label="" source="2" target="5"></edge>
+<edge label="" source="2" target="8"></edge>
+<edge label="" source="2" target="10"></edge>
+<!-- christiaan's friends -->
+<edge label="" source="3" target="5"></edge>
+<edge label="" source="3" target="8"></edge>
+<edge label="" source="3" target="10"></edge>
+<edge label="" source="3" target="17"></edge>
+<!-- emily's friends -->
+<edge label="" source="4" target="22"></edge>
+<edge label="" source="4" target="23"></edge>
+<edge label="" source="4" target="24"></edge>
+<edge label="" source="4" target="25"></edge>
+<edge label="" source="4" target="26"></edge>
+<edge label="" source="4" target="27"></edge>
+<!-- adam's friends -->
+<edge label="" source="5" target="8"></edge>
+<edge label="" source="5" target="10"></edge>
+<!-- cynthia's friends -->
+<edge label="" source="6" target="14"></edge>
+<!-- joylette's friends -->
+<edge label="" source="7" target="8"></edge>
+<edge label="" source="7" target="10"></edge>
+<edge label="" source="7" target="28"></edge>
+<!-- amanda's friends -->
+<edge label="" source="8" target="10"></edge>
+<edge label="" source="8" target="14"></edge>
+<edge label="" source="8" target="15"></edge>
+<edge label="" source="8" target="29"></edge>
+<edge label="" source="8" target="17"></edge>
+<edge label="" source="8" target="18"></edge>
+<edge label="" source="8" target="30"></edge>
+<edge label="" source="8" target="21"></edge>
+<!-- nathaniel's friends -->
+<!-- bryan's friends -->
+<edge label="" source="10" target="31"></edge>
+<edge label="" source="10" target="17"></edge>
+<edge label="" source="10" target="30"></edge>
+<!-- tamara's friends -->
+<edge label="" source="11" target="12"></edge>
+<edge label="" source="11" target="32"></edge>
+<edge label="" source="11" target="33"></edge>
+<!-- ashley's friends -->
+<!-- ryan's friends -->
+<edge label="" source="13" target="34"></edge>
+<edge label="" source="13" target="19"></edge>
+<!-- alan's friends -->
+<edge label="" source="14" target="35"></edge>
+<edge label="" source="14" target="36"></edge>
+<edge label="" source="14" target="37"></edge>
+<edge label="" source="14" target="38"></edge>
+<edge label="" source="14" target="39"></edge>
+<edge label="" source="14" target="40"></edge>
+<edge label="" source="14" target="41"></edge>
+<edge label="" source="14" target="42"></edge>
+<edge label="" source="14" target="43"></edge>
+<edge label="" source="14" target="44"></edge>
+<edge label="" source="14" target="45"></edge>
+<edge label="" source="14" target="46"></edge>
+<edge label="" source="14" target="47"></edge>
+<edge label="" source="14" target="15"></edge>
+<edge label="" source="14" target="18"></edge>
+<edge label="" source="14" target="21"></edge>
+<!-- chris's friends -->
+<edge label="" source="15" target="48"></edge>
+<edge label="" source="15" target="49"></edge>
+<edge label="" source="15" target="50"></edge>
+<edge label="" source="15" target="51"></edge>
+<edge label="" source="15" target="52"></edge>
+<edge label="" source="15" target="53"></edge>
+<edge label="" source="15" target="54"></edge>
+<edge label="" source="15" target="55"></edge>
+<edge label="" source="15" target="56"></edge>
+<edge label="" source="15" target="57"></edge>
+<edge label="" source="15" target="58"></edge>
+<edge label="" source="15" target="59"></edge>
+<edge label="" source="15" target="60"></edge>
+<edge label="" source="15" target="61"></edge>
+<edge label="" source="15" target="62"></edge>
+<edge label="" source="15" target="63"></edge>
+<edge label="" source="15" target="64"></edge>
+<edge label="" source="15" target="65"></edge>
+<edge label="" source="15" target="16"></edge>
+<edge label="" source="15" target="18"></edge>
+<edge label="" source="15" target="21"></edge>
+<!-- holly's friends -->
+<edge label="" source="16" target="66"></edge>
+<edge label="" source="16" target="59"></edge>
+<edge label="" source="16" target="60"></edge>
+<edge label="" source="16" target="67"></edge>
+<!-- patrick's friends -->
+<edge label="" source="17" target="68"></edge>
+<edge label="" source="17" target="69"></edge>
+<!-- fernando's friends -->
+<edge label="" source="18" target="70"></edge>
+<edge label="" source="18" target="71"></edge>
+<edge label="" source="18" target="72"></edge>
+<edge label="" source="18" target="73"></edge>
+<edge label="" source="18" target="74"></edge>
+<edge label="" source="18" target="75"></edge>
+<edge label="" source="18" target="76"></edge>
+<edge label="" source="18" target="77"></edge>
+<edge label="" source="18" target="78"></edge>
+<edge label="" source="18" target="79"></edge>
+<edge label="" source="18" target="80"></edge>
+<edge label="" source="18" target="81"></edge>
+<!-- corey's friends -->
+<edge label="" source="19" target="20"></edge>
+<!-- ben's friends -->
+<edge label="" source="20" target="45"></edge>
+<edge label="" source="20" target="46"></edge>
+<edge label="" source="20" target="82"></edge>
+<edge label="" source="20" target="83"></edge>
+<edge label="" source="20" target="84"></edge>
+<edge label="" source="20" target="85"></edge>
+<edge label="" source="20" target="86"></edge>
+<edge label="" source="20" target="87"></edge>
+<edge label="" source="20" target="88"></edge>
+<edge label="" source="20" target="89"></edge>
+<edge label="" source="20" target="90"></edge>
+<edge label="" source="20" target="91"></edge>
+<edge label="" source="20" target="92"></edge>
+<edge label="" source="20" target="93"></edge>
+<edge label="" source="20" target="94"></edge>
+<edge label="" source="20" target="95"></edge>
+<edge label="" source="20" target="96"></edge>
+<edge label="" source="20" target="97"></edge>
+<edge label="" source="20" target="98"></edge>
+<edge label="" source="20" target="99"></edge>
+<edge label="" source="20" target="100"></edge>
+<edge label="" source="20" target="101"></edge>
+<edge label="" source="20" target="102"></edge>
+<edge label="" source="20" target="103"></edge>
+<edge label="" source="20" target="104"></edge>
+<edge label="" source="20" target="105"></edge>
+<edge label="" source="20" target="106"></edge>
+<edge label="" source="20" target="107"></edge>
+<edge label="" source="20" target="108"></edge>
+<edge label="" source="20" target="109"></edge>
+<edge label="" source="20" target="110"></edge>
+<edge label="" source="20" target="111"></edge>
+<edge label="" source="20" target="112"></edge>
+<edge label="" source="20" target="113"></edge>
+<edge label="" source="20" target="114"></edge>
+<edge label="" source="20" target="115"></edge>
+<edge label="" source="20" target="116"></edge>
+<edge label="" source="20" target="117"></edge>
+<edge label="" source="20" target="118"></edge>
+<edge label="" source="20" target="119"></edge>
+<edge label="" source="20" target="120"></edge>
+<edge label="" source="20" target="121"></edge>
+<edge label="" source="20" target="122"></edge>
+<!-- non's friends -->
+<edge label="" source="21" target="123"></edge>
+<edge label="" source="21" target="124"></edge>
+<edge label="" source="21" target="125"></edge>
+<edge label="" source="21" target="126"></edge>
+<edge label="" source="21" target="127"></edge>
+<edge label="" source="21" target="128"></edge>
+<edge label="" source="21" target="129"></edge>
+
+</graph>
+</graphml>
+
Added: trunk/deployment/cishell-installer/sampledata/Network/friendster.xgmml.xml
===================================================================
--- trunk/deployment/cishell-installer/sampledata/Network/friendster.xgmml.xml (rev 0)
+++ trunk/deployment/cishell-installer/sampledata/Network/friendster.xgmml.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -0,0 +1,325 @@
+<graph directed="0">
+<!-- me -->
+<node id="1" label="Jeff"></node>
+<!-- my friends -->
+<node id="2" label="Ed"></node>
+<node id="3" label="Christiaan"></node>
+<node id="4" label="Emily"></node>
+<node id="5" label="Adam"></node>
+<node id="6" label="Cynthia"></node>
+<node id="7" label="Joylette"></node>
+<node id="8" label="Amanda"></node>
+<node id="9" label="Nathaniel"></node>
+<node id="10" label="Bryan"></node>
+<node id="11" label="Tamara"></node>
+<node id="12" label="Ashley"></node>
+<node id="13" label="Ryan"></node>
+<node id="14" label="Alan"></node>
+<node id="15" label="Chris"></node>
+<node id="16" label="Holly"></node>
+<node id="17" label="Patrick"></node><!-- baudisch -->
+<node id="18" label="Fernando"></node>
+<node id="19" label="Corey"></node>
+<node id="20" label="Ben"></node>
+<node id="21" label="Non"></node>
+<!-- friends of friends -->
+<node id="22" label="John"></node>
+<node id="23" label="Calvin"></node>
+<node id="24" label="Stephanie"></node>
+<node id="25" label="John"></node>
+<node id="26" label="Parker"></node>
+<node id="27" label="Patrick"></node><!-- em's friend -->
+<node id="28" label="Marian"></node>
+<node id="29" label="Robert"></node><!-- amanda's friend -->
+<node id="30" label="Patrick"></node><!-- amanda's friend -->
+<node id="31" label="Sam"></node>
+<node id="32" label="Bob"></node>
+<node id="33" label="Katie"></node>
+<node id="34" label="Chako"></node>
+<!-- through alan -->
+<node id="35" label="Diana"></node>
+<node id="36" label="Record Camp"></node>
+<node id="37" label="Chuck"></node>
+<node id="38" label="Micah"></node>
+<node id="39" label="SuperGiggleB"></node>
+<node id="40" label="Dan"></node>
+<node id="41" label="Ida"></node>
+<node id="42" label="Wen-Ting"></node>
+<node id="43" label="Nina"></node>
+<node id="44" label="Rion"></node>
+<node id="45" label="Otomi"></node>
+<node id="46" label="Ed"></node>
+<node id="47" label="Red"></node>
+<!-- through chris -->
+<node id="48" label="Scott"></node>
+<node id="49" label="Andrew"></node>
+<node id="50" label="Emily"></node>
+<node id="51" label="Robin"></node>
+<node id="52" label="Ken"></node>
+<node id="53" label="Michael"></node>
+<node id="54" label="Jon"></node>
+<node id="55" label="Josh"></node>
+<node id="56" label="Matthew"></node>
+<node id="57" label="Casey"></node>
+<node id="58" label="Christopher"></node>
+<node id="59" label="Stephen"></node>
+<node id="60" label="Kenji"></node>
+<node id="61" label="Richard"></node>
+<node id="62" label="Matthew"></node>
+<node id="63" label="David"></node>
+<node id="64" label="Phil"></node>
+<node id="65" label="David"></node>
+<!-- through holly -->
+<node id="66" label="Pete"></node>
+<node id="67" label="Jeremy"></node>
+<!-- through patrick (baudisch) -->
+<node id="68" label="Daniel"></node>
+<node id="69" label="Sumit"></node>
+<!-- through fernando -->
+<node id="70" label="Shane"></node>
+<node id="71" label="Rikard"></node>
+<node id="72" label="David"></node>
+<node id="73" label="Justin"></node>
+<node id="74" label="Shane"></node>
+<node id="75" label="Micaela"></node>
+<node id="76" label="Steven"></node>
+<node id="77" label="Matt"></node>
+<node id="78" label="Jory"></node>
+<node id="79" label="Alexander"></node>
+<node id="80" label="Jason"></node>
+<node id="81" label="JohnAnthony"></node>
+<!-- through ben -->
+<node id="82" label="Dorothy"></node>
+<node id="83" label="Nels"></node>
+<node id="84" label="Rania"></node>
+<node id="85" label="Michael"></node>
+<node id="86" label="Evan"></node>
+<node id="87" label="Joanna"></node>
+<node id="88" label="sistah"></node>
+<node id="89" label="Meredith"></node>
+<node id="90" label="Eric"></node>
+<node id="91" label="John"></node>
+<node id="92" label="ryan"></node>
+<node id="93" label="Eric"></node>
+<node id="94" label="Jay"></node>
+<node id="95" label="rumi"></node>
+<node id="96" label="justin"></node>
+<node id="97" label="Julij"></node>
+<node id="98" label="beverly"></node>
+<node id="99" label="Jai Young"></node>
+<node id="100" label="spot"></node>
+<node id="101" label="Tammy"></node>
+<node id="102" label="Michael"></node>
+<node id="103" label="jennifer"></node>
+<node id="104" label="Brent"></node>
+<node id="105" label="Lanha souris"></node>
+<node id="106" label="dan"></node>
+<node id="107" label="jeremy"></node>
+<node id="108" label="Jim"></node>
+<node id="109" label="steph"></node>
+<node id="110" label="Jane"></node>
+<node id="111" label="Justin"></node>
+<node id="112" label="Kevin"></node>
+<node id="113" label="Matt"></node>
+<node id="114" label="Judith"></node>
+<node id="115" label="Alexander"></node>
+<node id="116" label="Caterina"></node>
+<node id="117" label="Jesse James"></node>
+<node id="118" label="Tom"></node>
+<node id="119" label="Stewart"></node>
+<node id="120" label="Meg"></node>
+<node id="121" label="Matt"></node>
+<node id="122" label="Anil"></node>
+<!-- through non -->
+<node id="123" label="Scott"></node>
+<node id="124" label="Steve"></node>
+<node id="125" label="kris"></node>
+<node id="126" label="Bill"></node>
+<node id="127" label="Xz"></node>
+<node id="128" label="David"></node>
+<node id="129" label="Zephoria"></node>
+
+<!-- edges -->
+<edge label="" source="1" target="2"></edge>
+<edge label="" source="1" target="3"></edge>
+<edge label="" source="1" target="4"></edge>
+<edge label="" source="1" target="5"></edge>
+<edge label="" source="1" target="6"></edge>
+<edge label="" source="1" target="7"></edge>
+<edge label="" source="1" target="8"></edge>
+<edge label="" source="1" target="9"></edge>
+<edge label="" source="1" target="10"></edge>
+<edge label="" source="1" target="11"></edge>
+<edge label="" source="1" target="12"></edge>
+<edge label="" source="1" target="13"></edge>
+<edge label="" source="1" target="14"></edge>
+<edge label="" source="1" target="15"></edge>
+<edge label="" source="1" target="16"></edge>
+<edge label="" source="1" target="17"></edge>
+<edge label="" source="1" target="18"></edge>
+<edge label="" source="1" target="19"></edge>
+<edge label="" source="1" target="20"></edge>
+<edge label="" source="1" target="21"></edge>
+<!-- ed's friends -->
+<edge label="" source="2" target="5"></edge>
+<edge label="" source="2" target="8"></edge>
+<edge label="" source="2" target="10"></edge>
+<!-- christiaan's friends -->
+<edge label="" source="3" target="5"></edge>
+<edge label="" source="3" target="8"></edge>
+<edge label="" source="3" target="10"></edge>
+<edge label="" source="3" target="17"></edge>
+<!-- emily's friends -->
+<edge label="" source="4" target="22"></edge>
+<edge label="" source="4" target="23"></edge>
+<edge label="" source="4" target="24"></edge>
+<edge label="" source="4" target="25"></edge>
+<edge label="" source="4" target="26"></edge>
+<edge label="" source="4" target="27"></edge>
+<!-- adam's friends -->
+<edge label="" source="5" target="8"></edge>
+<edge label="" source="5" target="10"></edge>
+<!-- cynthia's friends -->
+<edge label="" source="6" target="14"></edge>
+<!-- joylette's friends -->
+<edge label="" source="7" target="8"></edge>
+<edge label="" source="7" target="10"></edge>
+<edge label="" source="7" target="28"></edge>
+<!-- amanda's friends -->
+<edge label="" source="8" target="10"></edge>
+<edge label="" source="8" target="14"></edge>
+<edge label="" source="8" target="15"></edge>
+<edge label="" source="8" target="29"></edge>
+<edge label="" source="8" target="17"></edge>
+<edge label="" source="8" target="18"></edge>
+<edge label="" source="8" target="30"></edge>
+<edge label="" source="8" target="21"></edge>
+<!-- nathaniel's friends -->
+<!-- bryan's friends -->
+<edge label="" source="10" target="31"></edge>
+<edge label="" source="10" target="17"></edge>
+<edge label="" source="10" target="30"></edge>
+<!-- tamara's friends -->
+<edge label="" source="11" target="12"></edge>
+<edge label="" source="11" target="32"></edge>
+<edge label="" source="11" target="33"></edge>
+<!-- ashley's friends -->
+<!-- ryan's friends -->
+<edge label="" source="13" target="34"></edge>
+<edge label="" source="13" target="19"></edge>
+<!-- alan's friends -->
+<edge label="" source="14" target="35"></edge>
+<edge label="" source="14" target="36"></edge>
+<edge label="" source="14" target="37"></edge>
+<edge label="" source="14" target="38"></edge>
+<edge label="" source="14" target="39"></edge>
+<edge label="" source="14" target="40"></edge>
+<edge label="" source="14" target="41"></edge>
+<edge label="" source="14" target="42"></edge>
+<edge label="" source="14" target="43"></edge>
+<edge label="" source="14" target="44"></edge>
+<edge label="" source="14" target="45"></edge>
+<edge label="" source="14" target="46"></edge>
+<edge label="" source="14" target="47"></edge>
+<edge label="" source="14" target="15"></edge>
+<edge label="" source="14" target="18"></edge>
+<edge label="" source="14" target="21"></edge>
+<!-- chris's friends -->
+<edge label="" source="15" target="48"></edge>
+<edge label="" source="15" target="49"></edge>
+<edge label="" source="15" target="50"></edge>
+<edge label="" source="15" target="51"></edge>
+<edge label="" source="15" target="52"></edge>
+<edge label="" source="15" target="53"></edge>
+<edge label="" source="15" target="54"></edge>
+<edge label="" source="15" target="55"></edge>
+<edge label="" source="15" target="56"></edge>
+<edge label="" source="15" target="57"></edge>
+<edge label="" source="15" target="58"></edge>
+<edge label="" source="15" target="59"></edge>
+<edge label="" source="15" target="60"></edge>
+<edge label="" source="15" target="61"></edge>
+<edge label="" source="15" target="62"></edge>
+<edge label="" source="15" target="63"></edge>
+<edge label="" source="15" target="64"></edge>
+<edge label="" source="15" target="65"></edge>
+<edge label="" source="15" target="16"></edge>
+<edge label="" source="15" target="18"></edge>
+<edge label="" source="15" target="21"></edge>
+<!-- holly's friends -->
+<edge label="" source="16" target="66"></edge>
+<edge label="" source="16" target="59"></edge>
+<edge label="" source="16" target="60"></edge>
+<edge label="" source="16" target="67"></edge>
+<!-- patrick's friends -->
+<edge label="" source="17" target="68"></edge>
+<edge label="" source="17" target="69"></edge>
+<!-- fernando's friends -->
+<edge label="" source="18" target="70"></edge>
+<edge label="" source="18" target="71"></edge>
+<edge label="" source="18" target="72"></edge>
+<edge label="" source="18" target="73"></edge>
+<edge label="" source="18" target="74"></edge>
+<edge label="" source="18" target="75"></edge>
+<edge label="" source="18" target="76"></edge>
+<edge label="" source="18" target="77"></edge>
+<edge label="" source="18" target="78"></edge>
+<edge label="" source="18" target="79"></edge>
+<edge label="" source="18" target="80"></edge>
+<edge label="" source="18" target="81"></edge>
+<!-- corey's friends -->
+<edge label="" source="19" target="20"></edge>
+<!-- ben's friends -->
+<edge label="" source="20" target="45"></edge>
+<edge label="" source="20" target="46"></edge>
+<edge label="" source="20" target="82"></edge>
+<edge label="" source="20" target="83"></edge>
+<edge label="" source="20" target="84"></edge>
+<edge label="" source="20" target="85"></edge>
+<edge label="" source="20" target="86"></edge>
+<edge label="" source="20" target="87"></edge>
+<edge label="" source="20" target="88"></edge>
+<edge label="" source="20" target="89"></edge>
+<edge label="" source="20" target="90"></edge>
+<edge label="" source="20" target="91"></edge>
+<edge label="" source="20" target="92"></edge>
+<edge label="" source="20" target="93"></edge>
+<edge label="" source="20" target="94"></edge>
+<edge label="" source="20" target="95"></edge>
+<edge label="" source="20" target="96"></edge>
+<edge label="" source="20" target="97"></edge>
+<edge label="" source="20" target="98"></edge>
+<edge label="" source="20" target="99"></edge>
+<edge label="" source="20" target="100"></edge>
+<edge label="" source="20" target="101"></edge>
+<edge label="" source="20" target="102"></edge>
+<edge label="" source="20" target="103"></edge>
+<edge label="" source="20" target="104"></edge>
+<edge label="" source="20" target="105"></edge>
+<edge label="" source="20" target="106"></edge>
+<edge label="" source="20" target="107"></edge>
+<edge label="" source="20" target="108"></edge>
+<edge label="" source="20" target="109"></edge>
+<edge label="" source="20" target="110"></edge>
+<edge label="" source="20" target="111"></edge>
+<edge label="" source="20" target="112"></edge>
+<edge label="" source="20" target="113"></edge>
+<edge label="" source="20" target="114"></edge>
+<edge label="" source="20" target="115"></edge>
+<edge label="" source="20" target="116"></edge>
+<edge label="" source="20" target="117"></edge>
+<edge label="" source="20" target="118"></edge>
+<edge label="" source="20" target="119"></edge>
+<edge label="" source="20" target="120"></edge>
+<edge label="" source="20" target="121"></edge>
+<edge label="" source="20" target="122"></edge>
+<!-- non's friends -->
+<edge label="" source="21" target="123"></edge>
+<edge label="" source="21" target="124"></edge>
+<edge label="" source="21" target="125"></edge>
+<edge label="" source="21" target="126"></edge>
+<edge label="" source="21" target="127"></edge>
+<edge label="" source="21" target="128"></edge>
+<edge label="" source="21" target="129"></edge>
+
+</graph>
\ No newline at end of file
Added: trunk/deployment/cishell-installer/sampledata/Network/terror.graphml.xml
===================================================================
--- trunk/deployment/cishell-installer/sampledata/Network/terror.graphml.xml (rev 0)
+++ trunk/deployment/cishell-installer/sampledata/Network/terror.graphml.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -0,0 +1,256 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml">
+<graph edgedefault="undirected" >
+<!-- prefuse graph writer :: Sat Aug 09 15:08:49 PDT 2003 -->
+ <!-- nodes -->
+ <node id="al-shehhi" label="Marwan Al-Shehhi">
+ <att name="Y" value="435.0"/>
+ <att name="X" value="229.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="alshehri" label="Waleed M. Alshehri">
+ <att name="Y" value="571.0"/>
+ <att name="X" value="383.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="halghamdi" label="Hamza Alghamdi">
+ <att name="Y" value="329.0"/>
+ <att name="X" value="300.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="alsuqami" label="Satam M. A. Al Suqami">
+ <att name="Y" value="443.0"/>
+ <att name="X" value="413.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="omar" label="Ramzi Omar">
+ <att name="Y" value="435.0"/>
+ <att name="X" value="41.0"/>
+</node>
+ <node id="abdullah" label="Rayed Mohammed Abdullah">
+ <att name="Y" value="67.0"/>
+ <att name="X" value="77.0"/>
+</node>
+<node id="essabar" label="Zakariya Essabar">
+ <att name="Y" value="469.0"/>
+ <att name="X" value="126.0"/>
+</node>
+ <node id="moqed" label="Majed Moqed">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="200.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="nalhazmi" label="Nawaf Alhazmi">
+ <att name="Y" value="43.0"/>
+ <att name="X" value="460.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="salim" label="Mamduh Mahmud Salim">
+ <att name="Y" value="554.0"/>
+ <att name="X" value="71.0"/>
+</node>
+ <node id="atta" label="Mohamed Atta">
+ <att name="Y" value="393.0"/>
+ <att name="X" value="229.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="moussaoui" label="Habib Zacarias Moussaoui">
+ <att name="Y" value="223.0"/>
+ <att name="X" value="201.0"/>
+</node>
+ <node id="raissi" label="Lotfi Raissi">
+ <att name="Y" value="186.0"/>
+ <att name="X" value="77.0"/>
+</node>
+ <node id="bahaji" label="Said Bahaji">
+ <att name="Y" value="393.0"/>
+ <att name="X" value="41.0"/>
+</node>
+ <node id="al-marabh" label="Nabil al-Marabh">
+ <att name="Y" value="311.0"/>
+ <att name="X" value="475.0"/>
+</node>
+ <node id="salhazmi" label="Salem Alhazmi">
+ <att name="Y" value="116.0"/>
+ <att name="X" value="304.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="aalghamdi" label="Ahmed Alghamdi">
+ <att name="Y" value="174.0"/>
+ <att name="X" value="359.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="abdi" label="Mohamed Abdi">
+ <att name="Y" value="73.0"/>
+ <att name="X" value="544.0"/>
+</node>
+ <node id="saiid" label="Shaykh Saiid">
+ <att name="Y" value="517.0"/>
+ <att name="X" value="287.0"/>
+</node>
+ <node id="alhaznawi" label="Ahmed Ibrahim A. Al Haznawi">
+ <att name="Y" value="254.0"/>
+ <att name="X" value="251.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="alomari" label="Abdulaziz Alomari">
+ <att name="Y" value="387.0"/>
+ <att name="X" value="352.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="darkazanli" label="Mamoun Darkazanli">
+ <att name="Y" value="516.0"/>
+ <att name="X" value="174.0"/>
+</node>
+ <node id="alnami" label="Ahmed Alnami">
+ <att name="Y" value="161.0"/>
+ <att name="X" value="460.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="salghamdi" label="Saeed Alghamdi">
+ <att name="Y" value="211.0"/>
+ <att name="X" value="541.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="hijazi" label="Raed Hijazi">
+ <att name="Y" value="350.0"/>
+ <att name="X" value="541.0"/>
+</node>
+ <node id="malshehri" label="Mohand Alshehri">
+ <att name="Y" value="438.0"/>
+ <att name="X" value="543.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="almihdhar" label="Khalid Almihdhar">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="364.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="shaikh" label="Abdussattar Shaikh">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="529.0"/>
+</node>
+ <node id="jarrah" label="Ziad Samir Jarrah">
+ <att name="Y" value="362.0"/>
+ <att name="X" value="126.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="walshehri" label="Wail M. Alshehri">
+ <att name="Y" value="501.0"/>
+ <att name="X" value="386.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="banihammad" label="Fayez Rashid Ahmed Hassan Al Qadi Banihammad">
+ <att name="Y" value="536.0"/>
+ <att name="X" value="553.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="alsalmi" label="Faisal Al Salmi">
+ <att name="Y" value="15.0"/>
+ <att name="X" value="107.0"/>
+</node>
+ <node id="al-ani" label="Ahmed Khalil Ibrahim Samir Al-Ani">
+ <att name="Y" value="280.0"/>
+ <att name="X" value="129.0"/>
+</node>
+ <node id="hanjour" label="Hani Hanjour">
+ <att name="Y" value="67.0"/>
+ <att name="X" value="200.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+ <att name="pilot" value="true"/>
+</node>
+
+ <!-- edges -->
+ <edge source="al-shehhi" target="halghamdi" weight="1"></edge>
+ <edge source="al-shehhi" target="raissi" weight="2"></edge>
+ <edge source="al-shehhi" target="essabar" weight="3"></edge>
+ <edge source="al-shehhi" target="atta" weight="3"></edge>
+ <edge source="al-shehhi" target="omar" weight="3"></edge>
+ <edge source="al-shehhi" target="bahaji" weight="3"></edge>
+ <edge source="al-shehhi" target="jarrah" weight="3"></edge>
+ <edge source="al-shehhi" target="darkazanli" weight="2"></edge>
+ <edge source="al-shehhi" target="saiid" weight="1"></edge>
+ <edge source="al-shehhi" target="alshehri" weight="1"></edge>
+ <edge source="al-shehhi" target="walshehri" weight="1"></edge>
+ <edge source="al-shehhi" target="alsuqami" weight="1"></edge>
+ <edge source="alshehri" target="saiid" weight="1"></edge>
+ <edge source="alshehri" target="walshehri" weight="3"></edge>
+ <edge source="alshehri" target="alomari" weight="1"></edge>
+ <edge source="alshehri" target="alsuqami" weight="3"></edge>
+ <edge source="alshehri" target="banihammad" weight="1"></edge>
+ <edge source="halghamdi" target="nalhazmi" weight="2"></edge>
+ <edge source="halghamdi" target="alnami" weight="3"></edge>
+ <edge source="halghamdi" target="salghamdi" weight="2"></edge>
+ <edge source="halghamdi" target="aalghamdi" weight="2"></edge>
+ <edge source="halghamdi" target="alhaznawi" weight="3"></edge>
+ <edge source="halghamdi" target="malshehri" weight="2"></edge>
+ <edge source="alsuqami" target="hijazi" weight="2"></edge>
+ <edge source="alsuqami" target="al-marabh" weight="2"></edge>
+ <edge source="alsuqami" target="banihammad" weight="1"></edge>
+ <edge source="alsuqami" target="walshehri" weight="3"></edge>
+ <edge source="alsuqami" target="alomari" weight="1"></edge>
+ <edge source="alsuqami" target="atta" weight="1"></edge>
+ <edge source="omar" target="bahaji" weight="3"></edge>
+ <edge source="omar" target="essabar" weight="3"></edge>
+ <edge source="omar" target="atta" weight="3"></edge>
+ <edge source="omar" target="jarrah" weight="3"></edge>
+ <edge source="abdullah" target="alsalmi" weight="1"></edge>
+ <edge source="abdullah" target="hanjour" weight="3"></edge>
+ <edge source="abdullah" target="raissi" weight="2"></edge>
+ <edge source="essabar" target="atta" weight="3"></edge>
+ <edge source="essabar" target="bahaji" weight="3"></edge>
+ <edge source="essabar" target="jarrah" weight="3"></edge>
+ <edge source="moqed" target="almihdhar" weight="1"></edge>
+ <edge source="moqed" target="nalhazmi" weight="1"></edge>
+ <edge source="moqed" target="salhazmi" weight="1"></edge>
+ <edge source="moqed" target="hanjour" weight="3"></edge>
+ <edge source="nalhazmi" target="shaikh" weight="2"></edge>
+ <edge source="nalhazmi" target="almihdhar" weight="3"></edge>
+ <edge source="nalhazmi" target="abdi" weight="2"></edge>
+ <edge source="nalhazmi" target="alnami" weight="3"></edge>
+ <edge source="nalhazmi" target="salghamdi" weight="3"></edge>
+ <edge source="nalhazmi" target="hanjour" weight="3"></edge>
+ <edge source="nalhazmi" target="salhazmi" weight="3"></edge>
+ <edge source="salim" target="darkazanli" weight="2"></edge>
+ <edge source="atta" target="hanjour" weight="2"></edge>
+ <edge source="atta" target="moussaoui" weight="1"></edge>
+ <edge source="atta" target="raissi" weight="2"></edge>
+ <edge source="atta" target="al-ani" weight="2"></edge>
+ <edge source="atta" target="jarrah" weight="3"></edge>
+ <edge source="atta" target="bahaji" weight="3"></edge>
+ <edge source="atta" target="darkazanli" weight="2"></edge>
+ <edge source="atta" target="saiid" weight="1"></edge>
+ <edge source="atta" target="walshehri" weight="1"></edge>
+ <edge source="atta" target="banihammad" weight="1"></edge>
+ <edge source="raissi" target="hanjour" weight="2"></edge>
+ <edge source="raissi" target="jarrah" weight="2"></edge>
+ <edge source="bahaji" target="jarrah" weight="3"></edge>
+ <edge source="al-marabh" target="aalghamdi" weight="2"></edge>
+ <edge source="al-marabh" target="hijazi" weight="2"></edge>
+ <edge source="al-marabh" target="salghamdi" weight="2"></edge>
+ <edge source="salhazmi" target="almihdhar" weight="1"></edge>
+ <edge source="salhazmi" target="hanjour" weight="2"></edge>
+ <edge source="salhazmi" target="aalghamdi" weight="1"></edge>
+ <edge source="salhazmi" target="alomari" weight="1"></edge>
+ <edge source="salghamdi" target="alhaznawi" weight="3"></edge>
+ <edge source="aalghamdi" target="hanjour" weight="1"></edge>
+ <edge source="aalghamdi" target="alomari" weight="1"></edge>
+ <edge source="alhaznawi" target="jarrah" weight="3"></edge>
+ <edge source="alomari" target="banihammad" weight="1"></edge>
+ <edge source="alomari" target="walshehri" weight="1"></edge>
+ <edge source="alomari" target="hanjour" weight="1"></edge>
+ <edge source="alnami" target="salghamdi" weight="3"></edge>
+ <edge source="salghamdi" target="hijazi" weight="2"></edge>
+ <edge source="malshehri" target="banihammad" weight="2"></edge>
+ <edge source="almihdhar" target="shaikh" weight="3"></edge>
+ <edge source="almihdhar" target="hanjour" weight="3"></edge>
+ <edge source="walshehri" target="banihammad" weight="1"></edge>
+ <edge source="alsalmi" target="hanjour" weight="1"></edge>
+</graph>
+</graphml>
+
Added: trunk/deployment/cishell-installer/sampledata/Network/terror.xgmml.xml
===================================================================
--- trunk/deployment/cishell-installer/sampledata/Network/terror.xgmml.xml (rev 0)
+++ trunk/deployment/cishell-installer/sampledata/Network/terror.xgmml.xml 2006-10-27 19:54:39 UTC (rev 327)
@@ -0,0 +1,250 @@
+<!-- prefuse graph writer :: Sat Aug 09 15:08:49 PDT 2003 -->
+<graph directed="0">
+ <!-- nodes -->
+ <node id="al-shehhi" label="Marwan Al-Shehhi">
+ <att name="Y" value="435.0"/>
+ <att name="X" value="229.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="alshehri" label="Waleed M. Alshehri">
+ <att name="Y" value="571.0"/>
+ <att name="X" value="383.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="halghamdi" label="Hamza Alghamdi">
+ <att name="Y" value="329.0"/>
+ <att name="X" value="300.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="alsuqami" label="Satam M. A. Al Suqami">
+ <att name="Y" value="443.0"/>
+ <att name="X" value="413.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="omar" label="Ramzi Omar">
+ <att name="Y" value="435.0"/>
+ <att name="X" value="41.0"/>
+</node>
+ <node id="abdullah" label="Rayed Mohammed Abdullah">
+ <att name="Y" value="67.0"/>
+ <att name="X" value="77.0"/>
+</node>
+<node id="essabar" label="Zakariya Essabar">
+ <att name="Y" value="469.0"/>
+ <att name="X" value="126.0"/>
+</node>
+ <node id="moqed" label="Majed Moqed">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="200.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="nalhazmi" label="Nawaf Alhazmi">
+ <att name="Y" value="43.0"/>
+ <att name="X" value="460.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="salim" label="Mamduh Mahmud Salim">
+ <att name="Y" value="554.0"/>
+ <att name="X" value="71.0"/>
+</node>
+ <node id="atta" label="Mohamed Atta">
+ <att name="Y" value="393.0"/>
+ <att name="X" value="229.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="moussaoui" label="Habib Zacarias Moussaoui">
+ <att name="Y" value="223.0"/>
+ <att name="X" value="201.0"/>
+</node>
+ <node id="raissi" label="Lotfi Raissi">
+ <att name="Y" value="186.0"/>
+ <att name="X" value="77.0"/>
+</node>
+ <node id="bahaji" label="Said Bahaji">
+ <att name="Y" value="393.0"/>
+ <att name="X" value="41.0"/>
+</node>
+ <node id="al-marabh" label="Nabil al-Marabh">
+ <att name="Y" value="311.0"/>
+ <att name="X" value="475.0"/>
+</node>
+ <node id="salhazmi" label="Salem Alhazmi">
+ <att name="Y" value="116.0"/>
+ <att name="X" value="304.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="aalghamdi" label="Ahmed Alghamdi">
+ <att name="Y" value="174.0"/>
+ <att name="X" value="359.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="abdi" label="Mohamed Abdi">
+ <att name="Y" value="73.0"/>
+ <att name="X" value="544.0"/>
+</node>
+ <node id="saiid" label="Shaykh Saiid">
+ <att name="Y" value="517.0"/>
+ <att name="X" value="287.0"/>
+</node>
+ <node id="alhaznawi" label="Ahmed Ibrahim A. Al Haznawi">
+ <att name="Y" value="254.0"/>
+ <att name="X" value="251.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="alomari" label="Abdulaziz Alomari">
+ <att name="Y" value="387.0"/>
+ <att name="X" value="352.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="darkazanli" label="Mamoun Darkazanli">
+ <att name="Y" value="516.0"/>
+ <att name="X" value="174.0"/>
+</node>
+ <node id="alnami" label="Ahmed Alnami">
+ <att name="Y" value="161.0"/>
+ <att name="X" value="460.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="salghamdi" label="Saeed Alghamdi">
+ <att name="Y" value="211.0"/>
+ <att name="X" value="541.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+</node>
+ <node id="hijazi" label="Raed Hijazi">
+ <att name="Y" value="350.0"/>
+ <att name="X" value="541.0"/>
+</node>
+ <node id="malshehri" label="Mohand Alshehri">
+ <att name="Y" value="438.0"/>
+ <att name="X" value="543.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="almihdhar" label="Khalid Almihdhar">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="364.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+</node>
+ <node id="shaikh" label="Abdussattar Shaikh">
+ <att name="Y" value="12.0"/>
+ <att name="X" value="529.0"/>
+</node>
+ <node id="jarrah" label="Ziad Samir Jarrah">
+ <att name="Y" value="362.0"/>
+ <att name="X" value="126.0"/>
+ <att name="flight" value="United Airlines Flight 93 (Pennsylvania)"/>
+ <att name="pilot" value="true"/>
+</node>
+ <node id="walshehri" label="Wail M. Alshehri">
+ <att name="Y" value="501.0"/>
+ <att name="X" value="386.0"/>
+ <att name="flight" value="American Airlines Flight 11 (WTC1)"/>
+</node>
+ <node id="banihammad" label="Fayez Rashid Ahmed Hassan Al Qadi Banihammad">
+ <att name="Y" value="536.0"/>
+ <att name="X" value="553.0"/>
+ <att name="flight" value="United Airlines Flight 175 (WTC2)"/>
+</node>
+ <node id="alsalmi" label="Faisal Al Salmi">
+ <att name="Y" value="15.0"/>
+ <att name="X" value="107.0"/>
+</node>
+ <node id="al-ani" label="Ahmed Khalil Ibrahim Samir Al-Ani">
+ <att name="Y" value="280.0"/>
+ <att name="X" value="129.0"/>
+</node>
+ <node id="hanjour" label="Hani Hanjour">
+ <att name="Y" value="67.0"/>
+ <att name="X" value="200.0"/>
+ <att name="flight" value="American Airlines Flight 77 (Pentagon)"/>
+ <att name="pilot" value="true"/>
+</node>
+
+ <!-- edges -->
+ <edge source="al-shehhi" target="halghamdi" weight="1"></edge>
+ <edge source="al-shehhi" target="raissi" weight="2"></edge>
+ <edge source="al-shehhi" target="essabar" weight="3"></edge>
+ <edge source="al-shehhi" target="atta" weight="3"></edge>
+ <edge source="al-shehhi" target="omar" weight="3"></edge>
+ <edge source="al-shehhi" target="bahaji" weight="3"></edge>
+ <edge source="al-shehhi" target="jarrah" weight="3...
[truncated message content] |