Package org.cytoscape.io.read


package org.cytoscape.io.read
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
  • Class
    Description
     
    TODO: Missing documentation
    An extension of the Task interface that returns an array of CyNetwork objects that are read as part of the Task.
    An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correct CyNetworkReader for the input.
    An extension of the Task interface that returns a property object.
    An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correct CyPropertyReader for the input.
    An extension of the Task interface that returns a org.cytoscape.property.session.Cysession object.
    An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correct CySessionReader for the input.
    An extension of the Task interface that returns an array of CyTable objects.
    An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correct CyTableReader for the input.
     
    A super interface that allows the input stream to be set for reader task factories.
    An extension of the Task interface that returns a VisualStyle object.
    An object that registers all InputStreamReaderFactory singletons, processes specified input to determine the appropriate factory to use and then returns an instance of the correct VizmapReader for the input.