Uses of Package
org.cytoscape.io.read
-
Packages that use org.cytoscape.io.read 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.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.org.cytoscape.task.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. -
Classes in org.cytoscape.io.read used by org.cytoscape.app Class Description CyNetworkReaderManager An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correctCyNetworkReader
for the input.CyPropertyReaderManager An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correctCyPropertyReader
for the input.CySessionReaderManager An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correctCySessionReader
for the input.CyTableReaderManager An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correctCyTableReader
for the input. -
Classes in org.cytoscape.io.read used by org.cytoscape.io.read Class Description CyNetworkReader An extension of the Task interface that returns an array ofCyNetwork
objects that are read as part of the Task.CyPropertyReader An extension of the Task interface that returns a property object.CySessionReader An extension of the Task interface that returns aorg.cytoscape.property.session.Cysession
object.CyTableReader An extension of the Task interface that returns an array ofCyTable
objects.InputStreamTaskFactory A super interface that allows the input stream to be set for reader task factories.VizmapReader An extension of the Task interface that returns aVisualStyle
object. -
Classes in org.cytoscape.io.read used by org.cytoscape.task.edit Class Description CyTableReader An extension of the Task interface that returns an array ofCyTable
objects.