|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CyTableReader | |
---|---|
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. |
Uses of CyTableReader in org.cytoscape.io.read |
---|
Methods in org.cytoscape.io.read that return CyTableReader | |
---|---|
CyTableReader |
CyTableReaderManager.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. |
CyTableReader |
CyTableReaderManager.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. |
Uses of CyTableReader in org.cytoscape.task.edit |
---|
Methods in org.cytoscape.task.edit with parameters of type CyTableReader | |
---|---|
TaskIterator |
ImportDataTableTaskFactory.createTaskIterator(CyTableReader reader)
Creates a task iterator for importing a table data in a network data table. |
|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |