← Revision 4 as of 2006-08-19 12:21:08
Size: 999
Comment:
|
← Revision 5 as of 2006-08-19 12:22:37 →
Size: 995
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
== VizMapper/Filtering redesign == | == VizMapper/Filtering redesign == |
Line 16: | Line 16: |
* see "InfoVis Toolkit" | * see InfoVisToolkit |
Hackathon discussion issues
GINY Refactoring
- Edge IDs should be addressable, just like node IDs
- We should ensure that all of Cytoscape currently assumes directed edges - how/when do we deal with undirected edges?
GINY metanode refactoring: remove meta methods - all functionality will be present in the metanode/group API. This will significantly simplify the GINY API and data structure allowing developers to be more confident that their algorithms will work on CyNetwork in general.
Refactor the GINY interface/inheritance architecture: e.g. should we encapsulate GINY in CyNetwork? See ["CyNode Identification"]
- Clean up depracated methods
- More Unit tests for giny to help us make these changes
Clean up Cytoscape class – duplicated methods in CyNetwork vs. Cytoscape class and the general bloat of the Cytoscape class.
VizMapper/Filtering redesign
- see VizMapUI
Technology sharing with InfoVis Toolkit
see InfoVisToolkit