Uses of Package
org.cytoscape.task
-
Packages that use org.cytoscape.task Package Description 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 Class Description 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.RootNetworkCollectionTaskFactory Produces a task iterator for the specified collection of root-networks.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 Class Description NetworkCollectionTaskFactory Produces a task iterator for the specified collection of networks. -
Classes in org.cytoscape.task used by org.cytoscape.task.create Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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.TableTaskFactory A task factory that creates one or more tasks that operate on the specified CyTable.