Package | Description |
---|---|
org.cytoscape.io.read |
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputStreamTaskFactory
A super interface that allows the input stream to be set for reader
task factories.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputStreamTaskFactory
TODO: Missing documentation
|
Modifier and Type | Interface and Description |
---|---|
interface |
CyNetworkViewWriterFactory
A specialization of
CyWriterFactory that allows a
CyNetworkView or CyNetwork to be specified
and written to an OutputStream. |
interface |
CyPropertyWriterFactory
A specialization of
CyWriterFactory that allows a property Object to
be specified and written. |
interface |
CySessionWriterFactory
A specialization of
CyWriterFactory that allows a CySession to
be specified and written. |
interface |
CyTableWriterFactory
A specialization of
CyWriterFactory that allows a CyTable to
be specified and written. |
interface |
CyWriterFactory
A marker interface used to identify factories that
create CyWriter instances.
|
interface |
PresentationWriterFactory
A specialization of
CyWriterFactory that allows a View
rendered by the specified RenderingEngine to
be specified and written. |
interface |
VizmapWriterFactory
A specialization of
CyWriterFactory that allows a VisualStyle to
be specified and written. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.