Uses of Interface
org.cytoscape.task.NodeViewTaskFactory
-
Packages that use NodeViewTaskFactory 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.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 NodeViewTaskFactory in org.cytoscape.task
Classes in org.cytoscape.task that implement NodeViewTaskFactory Modifier and Type Class Description class
AbstractNodeViewTaskFactory
A NodeViewTaskFactory that is always ready to produce a TaskIterator. -
Uses of NodeViewTaskFactory in org.cytoscape.task.edit
Subinterfaces of NodeViewTaskFactory in org.cytoscape.task.edit Modifier and Type Interface Description interface
CollapseGroupTaskFactory
This interface provides a task iterator collapsing selection of nodes from a node view.interface
ExpandGroupTaskFactory
This interface provides a task iterator expanding a group from a node view.interface
UnGroupNodesTaskFactory
This interface provides a task iterator ungrouping a selection of nodes from a node view. -
Uses of NodeViewTaskFactory in org.cytoscape.task.select
Subinterfaces of NodeViewTaskFactory in org.cytoscape.task.select Modifier and Type Interface Description interface
SelectFirstNeighborsNodeViewTaskFactory
This interface provides a task iterator for selecting neighbor nodes.
-