← Revision 4 as of 2005-08-15 18:38:30
Size: 938
Comment:
|
← Revision 5 as of 2005-08-15 18:41:38 →
Size: 907
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
{{{import cytoscape.data.CytoscapeData;}}} This is the location of the new Cytoscape Attribute Class. The old class, GraphObjAttributes, had numerous problems, and a limited API. We hope that this API will provide people with a fast and flexible attribute manager. Comments on the API are always appreciated. |
|
Line 12: | Line 7: |
The primary class, CytoscapeData, | The primary class, CytoscapeData, is an interface located at {{{cytoscape.data.CytoscapeData}}}. It extends the old data class, GraphObjAttributes, to support legacy code. CytoscapeData also extends the classes, {{{CyData}}} and {{{CyDataDefinition}}}. These classes provide the advanced functionality of CytoscapeData. |
1. Overview of the Data Classes
CytoscapeData is the primary class that Cytoscape uses for its attribute storage and access. CytoscapeData is an interface that provides a tiered API that allows for more advanced use as the user becomes more familiar with the class.
The primary class, CytoscapeData, is an interface located at cytoscape.data.CytoscapeData. It extends the old data class, GraphObjAttributes, to support legacy code. CytoscapeData also extends the classes, CyData and CyDataDefinition. These classes provide the advanced functionality of CytoscapeData.
[ftp://baker.systemsbiology.net/pub/xmas/CytoscapeData_classes.png]
1 This is = test;
2
Will give you access to the new data API now provided by Cytoscape.
Some Features
- This
- That
- Other
New |
Old |
Span |
|
yes |
no |