Uses of Interface
org.cytoscape.io.read.CyTableReader
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
-
Uses of CyTableReader in org.cytoscape.io.read
Modifier and TypeMethodDescriptionCyTableReaderManager.getReader(InputStream stream, String inputName)
Given anInputStream
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.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. -
Uses of CyTableReader in org.cytoscape.task.edit
Modifier and TypeMethodDescriptionImportDataTableTaskFactory.createTaskIterator(CyTableReader reader)
Creates a task iterator for importing a table data in a network data table.