public interface NetworkTaskFactory
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(CyNetwork network)
Provisions this factory with the
CyNetwork that will be passed
into any task created by it. |
boolean |
isReady(CyNetwork network)
Returns true if this task factory is ready to produce a TaskIterator.
|
TaskIterator createTaskIterator(CyNetwork network)
CyNetwork
that will be passed
into any task created by it.Copyright 2011 Cytoscape Consortium. All rights reserved.