Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.task.NetworkTaskFactory

Packages that use NetworkTaskFactory
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.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.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. 
 

Uses of NetworkTaskFactory in org.cytoscape.task
 

Classes in org.cytoscape.task that implement NetworkTaskFactory
 class AbstractNetworkTaskFactory
          A NetworkTaskFactory that is always ready to produce a TaskIterator.
 

Methods in org.cytoscape.task with parameters of type NetworkTaskFactory
 TaskFactory DynamicTaskFactoryProvisioner.createFor(NetworkTaskFactory factory)
           
 

Uses of NetworkTaskFactory in org.cytoscape.task.create
 

Subinterfaces of NetworkTaskFactory in org.cytoscape.task.create
 interface CloneNetworkTaskFactory
          This interface provides a task iterator for network cloning.
 interface NewNetworkSelectedNodesAndEdgesTaskFactory
          This interface provides a task iterator for creating networks from selected nodes and edges.
 interface NewNetworkSelectedNodesOnlyTaskFactory
          This interface provides a task iterator for creating networks from selected nodes only.
 

Uses of NetworkTaskFactory in org.cytoscape.task.destroy
 

Subinterfaces of NetworkTaskFactory in org.cytoscape.task.destroy
 interface DeleteSelectedNodesAndEdgesTaskFactory
          This interface provides a task iterator for deleting selected nodes and edges.
 

Uses of NetworkTaskFactory in org.cytoscape.task.edit
 

Subinterfaces of NetworkTaskFactory in org.cytoscape.task.edit
 interface ConnectSelectedNodesTaskFactory
          This interface provides a task iterator for connecting selected nodes.
 interface EditNetworkTitleTaskFactory
          This interface provides a task iterator for editing a network's title.
 

Uses of NetworkTaskFactory in org.cytoscape.task.select
 

Subinterfaces of NetworkTaskFactory in org.cytoscape.task.select
 interface DeselectAllEdgesTaskFactory
          This interface provides a task iterator for deselecting all of the edges.
 interface DeselectAllNodesTaskFactory
          This interface provides a task iterator for deselecting all of the nodes.
 interface DeselectAllTaskFactory
          This interface provides a task iterator for deselecting all of the items.
 interface InvertSelectedEdgesTaskFactory
          This interface provides a task iterator for inverting the selected edges.
 interface InvertSelectedNodesTaskFactory
          This interface provides a task iterator for inverting the selected nodes.
 interface SelectAdjacentEdgesTaskFactory
          This interface provides a task iterator for selecting adjacent edges.
 interface SelectAllEdgesTaskFactory
          This interface provides a task iterator for selecting all of the edges.
 interface SelectAllNodesTaskFactory
          This interface provides a task iterator for selecting all of the nodes.
 interface SelectAllTaskFactory
          This interface provides a task iterator for selecting all of the items.
 interface SelectConnectedNodesTaskFactory
          This interface provides a task iterator for selecting connected nodes.
 interface SelectFirstNeighborsTaskFactory
          This interface provides a task iterator for selecting the first neighbors.
 interface SelectFromFileListTaskFactory
          This interface provides a task iterator for selecting items based on a file.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.