Uses of Interface
org.cytoscape.task.NodeViewTaskFactory
Package
Description
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
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
Modifier and TypeClassDescriptionclass
A NodeViewTaskFactory that is always ready to produce a TaskIterator. -
Uses of NodeViewTaskFactory in org.cytoscape.task.edit
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator collapsing selection of nodes from a node view.interface
This interface provides a task iterator expanding a group from a node view.interface
This interface provides a task iterator ungrouping a selection of nodes from a node view. -
Uses of NodeViewTaskFactory in org.cytoscape.task.select
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for selecting neighbor nodes.