Uses of Package
org.cytoscape.io.write
Package
Description
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
-
ClassDescriptionA
CyWriterManager
specific to writingCyNetworkView
objects.ACyWriterManager
specific to writing property objects.ACyWriterManager
specific to writingCySession
objects.ACyWriterManager
specific to writingCyTable
objects.ACyWriterManager
specific to writing View objects. -
ClassDescriptionA marker interface used to identify tasks involved in writing data.A marker interface used to identify factories that create CyWriter instances.A CyWriterManager aggregates
CyWriterFactory
services for specific DataCategories and provides a mechanism for choosing theCyWriterFactory
given a particular file type.