Author: tomithy
Date: 2010-07-10 10:18:50 -0700 (Sat, 10 Jul 2010)
New Revision: 20898
Modified:
cytoscapeweb/branches/gsoc2010/demos/src/flare/demos/util/DataLoader.as
Log:
Modified:
cytoscapeweb/branches/gsoc2010/demos/src/flare/demos/util/DataLoader.as
===================================================================
--- cytoscapeweb/branches/gsoc2010/demos/src/flare/demos/util/DataLoader.as
2010-07-10 17:18:13 UTC (rev 20897)
+++ cytoscapeweb/branches/gsoc2010/demos/src/flare/demos/util/DataLoader.as
2010-07-10 17:18:50 UTC (rev 20898)
@@ -24,9 +24,12 @@
private var _callBack:Function;
//for "GraphML files
- private var _urlGML:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/socialnet.xml";
+ //private var _urlGML:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/socialnet.xml";
+
//private var _urlGML:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/simplegraph.xml";
-
+ //private var _urlGML:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/sample1.graphml";
+ private var _urlGML:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/sample3.graphml";
+
//for "tab" files
private var _urlTab:String =
"/Users/Tomithy/Desktop/GSOC/Datasets/Family.txt";
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.