Package org.cytoscape.io.read
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
-
Interface Summary Interface Description CyNetworkReader An extension of the Task interface that returns an array ofCyNetworkobjects that are read as part of the Task.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 correctCyNetworkReaderfor the input.CyPropertyReader An extension of the Task interface that returns a property object.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 correctCyPropertyReaderfor the input.CySessionReader An extension of the Task interface that returns aorg.cytoscape.property.session.Cysessionobject.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 correctCySessionReaderfor the input.CyTableReader An extension of the Task interface that returns an array ofCyTableobjects.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 correctCyTableReaderfor the input.CyTransformerReader 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 aVisualStyleobject.VizmapReaderManager An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correctVizmapReaderfor the input. -
Class Summary Class Description AbstractCyNetworkReader AbstractInputStreamTaskFactory TODO: Missing documentation