Package cytoscape.data

Basic data classes used by Cytoscape.

See:
          Description

Interface Summary
CyAttributes CyAttributes provides access to node and edge attributes within Cytoscape.
FlagEventListener Listener for FlagEvents fired by a FlagFilter object.
SelectEventListener Listener for SelectEvents fired by a SelectFilter object.
 

Class Summary
AttributeSaverDialog This class provides a Dialog box to save various attributes
CyAttributesImpl  
CyAttributesUtils  
CyNetworkUtilities This class provides static methods that operate on a CyNetwork to perform various useful tasks.
ExpressionData This class provides a reader for the common file format for expression data and an interface to access the data.
FlagEvent Deprecated. As of 2.3, replaced with SelectEvent
FlagFilter Deprecated. As of 2.3, replaced with SelectFilter
GraphObjAttributes Deprecated. Use CyAttributes instead.
Interaction  
mRNAMeasurement  
NetworkData There is an event fired anytime that a value is modified, you need to be listener to the attribute name though.
SelectEvent Events that are fired when the selected state of a Node or Edge, or a group of Nodes or Edges, is changed.
SelectFilter This class implements the ability to set the selected state of every node or edge in a GraphPerspective.
Semantics This class defines names for certain data attributes that are commonly used within Cytoscape.
 

Package cytoscape.data Description

Basic data classes used by Cytoscape. This is also the superpackage for other packages that contain special types of data-related classes.