Cytoscape 3.1.1 API

Uses of Interface
org.cytoscape.io.read.CyNetworkReader

Packages that use CyNetworkReader
org.cytoscape.io.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. 
 

Uses of CyNetworkReader in org.cytoscape.io.read
 

Classes in org.cytoscape.io.read that implement CyNetworkReader
 class AbstractCyNetworkReader
           
 

Methods in org.cytoscape.io.read that return CyNetworkReader
 CyNetworkReader CyNetworkReaderManager.getReader(InputStream stream, String inputName)
          Given an InputStream this method will attempt to find a InputStreamReaderFactory that can read the stream, will set the InputStream for the factory and will return the reader task.
 CyNetworkReader CyNetworkReaderManager.getReader(URI uri, String inputName)
          Given a URI this method will attempt to find a InputStreamReaderFactory that can read the URI, will set the InputStream for the factory and will return the reader task.
 


Cytoscape 3.1.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.