|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyNetworkReader
An extension of the Task interface that returns an array of
CyNetwork
objects that are read as part
of the Task. An additional method provides an option for readers
to create CyNetworkView
s from the networks it has read as
well. Instances of this interface are created by
InputStreamTaskFactory objects registered as OSGi services, which are in turn
processed by associated reader manager objects that distinguish
InputStreamTaskFactories based on the DataCategory associated with the
CyFileFilter
.
Method Summary | |
---|---|
CyNetworkView |
buildCyNetworkView(CyNetwork network)
A method to build a CyNetworkView from one of the networks just read. |
CyNetwork[] |
getNetworks()
Returns an array of networks read after executing the run() method of Task . |
Methods inherited from interface org.cytoscape.work.Task |
---|
cancel, run |
Method Detail |
---|
CyNetwork[] getNetworks()
Task
.
Task
.CyNetworkView buildCyNetworkView(CyNetwork network)
CyNetworkView
from one of the networks just read.
network
- A network just read by the task and part of the getCyNetworks() array.
CyNetworkView
created by the reader for the network specified.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |