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

New

Old

Span

yes

no

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

MoinMoin Appliance - Powered by TurnKey Linux