Cytoscape 3.0.1 API

Uses of Package
org.cytoscape.task

Packages that use org.cytoscape.task
org.cytoscape.task This package provides base classes for common task factory types as well as their associated task types found in Cytoscape. 
org.cytoscape.task.analyze   
org.cytoscape.task.create This package provides a variety of task factory interfaces for creating new instances of network and other objects. 
org.cytoscape.task.destroy This package includes a set of task factory interfaces for deleting or or destroying objects within Cytoscape. 
org.cytoscape.task.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape. 
org.cytoscape.task.hide This package includes a set of task factory interfaces showing and hiding nodes and edges within network views. 
org.cytoscape.task.select This package includes a set of task factory interfaces for selecting, de-selecting and inverting selections of nodes, edges, or combinations of both based on specific criteria. 
org.cytoscape.task.visualize This package include a set of task factory interfaces used to manipulate the visualizations of network views. 
org.cytoscape.task.write This package contains a set of task factory interfaces used for exporting or writing a variety of Cytoscape objects to files. 
 

Classes in org.cytoscape.task used by org.cytoscape.task
EdgeViewTaskFactory
          A task factory that creates one or more tasks that operate on the specified View<CyEdge> within the specified CyNetworkView.
NetworkCollectionTaskFactory
          Produces a task iterator for the specified collection of networks.
NetworkTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetwork.
NetworkViewCollectionTaskFactory
          A task factory that creates one or more tasks that operate on the specified collection of network views.
NetworkViewLocationTaskFactory
          An extension of TaskFactory that provides support for tasks that need to know the a location within a CyNetworkView to perform their task.
NetworkViewTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetworkView.
NodeViewTaskFactory
          A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.
TableCellTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyColumn along with primary key.
TableColumnTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyColumn.
TableTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyTable.
 

Classes in org.cytoscape.task used by org.cytoscape.task.analyze
NetworkCollectionTaskFactory
          Produces a task iterator for the specified collection of networks.
 

Classes in org.cytoscape.task used by org.cytoscape.task.create
NetworkCollectionTaskFactory
          Produces a task iterator for the specified collection of networks.
NetworkTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetwork.
 

Classes in org.cytoscape.task used by org.cytoscape.task.destroy
NetworkCollectionTaskFactory
          Produces a task iterator for the specified collection of networks.
NetworkTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetwork.
NetworkViewCollectionTaskFactory
          A task factory that creates one or more tasks that operate on the specified collection of network views.
TableColumnTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyColumn.
TableTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyTable.
 

Classes in org.cytoscape.task used by org.cytoscape.task.edit
NetworkTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetwork.
NetworkViewTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetworkView.
NodeViewTaskFactory
          A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.
TableColumnTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyColumn.
TableTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyTable.
 

Classes in org.cytoscape.task used by org.cytoscape.task.hide
NetworkViewTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetworkView.
 

Classes in org.cytoscape.task used by org.cytoscape.task.select
NetworkTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetwork.
NodeViewTaskFactory
          A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.
 

Classes in org.cytoscape.task used by org.cytoscape.task.visualize
NetworkViewCollectionTaskFactory
          A task factory that creates one or more tasks that operate on the specified collection of network views.
 

Classes in org.cytoscape.task used by org.cytoscape.task.write
NetworkViewTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyNetworkView.
TableTaskFactory
          A task factory that creates one or more tasks that operate on the specified CyTable.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.