|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeViewTaskFactory
A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.
| Method Summary | |
|---|---|
TaskIterator |
createTaskIterator(View<CyNode> nodeView,
CyNetworkView networkView)
Provisions this factory with the node view and its associated network view, both of which will be passed into any task that will be created by this factory. |
boolean |
isReady(View<CyNode> nodeView,
CyNetworkView networkView)
Returns true if the node view and network view are in a state that is ready to be processed by the generated tasks and false otherwise. |
| Method Detail |
|---|
TaskIterator createTaskIterator(View<CyNode> nodeView,
CyNetworkView networkView)
nodeView - a non-null node viewnetworkView - the non-null network view associated with the node view
Task objects to execute.
boolean isReady(View<CyNode> nodeView,
CyNetworkView networkView)
nodeView - a non-null node viewnetworkView - the non-null network view associated with the node view
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||