Differences between revisions 1 and 2
Revision 1 as of 2005-08-15 18:43:05
Size: 913
Editor: pix39
Comment:
Revision 2 as of 2005-08-15 22:06:18
Size: 1114
Editor: pix39
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
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. 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.

This document will deal primarily with the API offered by CytoscapeData, but more information is available for the support classes.  The implementation and inheritance of CytoscapeData is show here:

TableOfContents

1. 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.

This document will deal primarily with the API offered by CytoscapeData, but more information is available for the support classes. The implementation and inheritance of CytoscapeData is show here:

[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.

2. Some Features

  • This
  • That
  • Other

New

Old

Span

yes

no

CytoscapeData (last edited 2009-02-12 01:04:01 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux