Package | Description |
---|---|
org.cytoscape.app |
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.
|
org.cytoscape.io.write |
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
|
Class and Description |
---|
CyNetworkViewWriterManager
A
CyWriterManager specific to writing
CyNetworkView objects. |
CyPropertyWriterManager
A
CyWriterManager specific to writing property objects. |
CySessionWriterManager
A
CyWriterManager specific to writing CySession objects. |
CyTableWriterManager
A
CyWriterManager specific to writing CyTable objects. |
PresentationWriterManager
A
CyWriterManager specific to writing View objects. |
Class and Description |
---|
CyWriter
A marker interface used to identify tasks involved in
writing data.
|
CyWriterFactory
A marker interface used to identify factories that
create CyWriter instances.
|
CyWriterManager
A CyWriterManager aggregates
CyWriterFactory services for specific DataCategories
and provides a mechanism for choosing the CyWriterFactory given a particular
file type. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.