Package 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.
-
Interface Summary Interface Description DeselectAllEdgesTaskFactory This interface provides a task iterator for deselecting all of the edges.DeselectAllNodesTaskFactory This interface provides a task iterator for deselecting all of the nodes.DeselectAllTaskFactory This interface provides a task iterator for deselecting all of the items.InvertSelectedEdgesTaskFactory This interface provides a task iterator for inverting the selected edges.InvertSelectedNodesTaskFactory This interface provides a task iterator for inverting the selected nodes.SelectAdjacentEdgesTaskFactory This interface provides a task iterator for selecting adjacent edges.SelectAllEdgesTaskFactory This interface provides a task iterator for selecting all of the edges.SelectAllNodesTaskFactory This interface provides a task iterator for selecting all of the nodes.SelectAllTaskFactory This interface provides a task iterator for selecting all of the items.SelectConnectedNodesTaskFactory This interface provides a task iterator for selecting connected nodes.SelectFirstNeighborsNodeViewTaskFactory This interface provides a task iterator for selecting neighbor nodes.SelectFirstNeighborsTaskFactory This interface provides a task iterator for selecting the first neighbors.SelectFromFileListTaskFactory This interface provides a task iterator for selecting items based on a file.