Uses of Interface
org.cytoscape.task.NetworkTaskFactory
Package
Description
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package provides a variety of task factory interfaces for creating
new instances of network and other objects.
This package includes a set of task factory interfaces for deleting or
or destroying objects within 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.
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
-
Uses of NetworkTaskFactory in org.cytoscape.task
Modifier and TypeClassDescriptionclass
A NetworkTaskFactory that is always ready to produce a TaskIterator.Modifier and TypeMethodDescriptionDynamicTaskFactoryProvisioner.createFor(NetworkTaskFactory factory)
-
Uses of NetworkTaskFactory in org.cytoscape.task.create
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for network cloning.interface
This interface provides a task iterator for creating networks from selected nodes and edges.interface
This interface provides a task iterator for creating networks from selected nodes only. -
Uses of NetworkTaskFactory in org.cytoscape.task.destroy
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for deleting selected nodes and edges. -
Uses of NetworkTaskFactory in org.cytoscape.task.edit
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for connecting selected nodes.interface
This interface provides a task iterator for editing a network's title. -
Uses of NetworkTaskFactory in org.cytoscape.task.select
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for deselecting all of the edges.interface
This interface provides a task iterator for deselecting all of the nodes.interface
This interface provides a task iterator for deselecting all of the items.interface
This interface provides a task iterator for inverting the selected edges.interface
This interface provides a task iterator for inverting the selected nodes.interface
This interface provides a task iterator for selecting adjacent edges.interface
This interface provides a task iterator for selecting all of the edges.interface
This interface provides a task iterator for selecting all of the nodes.interface
This interface provides a task iterator for selecting all of the items.interface
This interface provides a task iterator for selecting connected nodes.interface
This interface provides a task iterator for selecting the first neighbors.interface
This interface provides a task iterator for selecting items based on a file. -
Uses of NetworkTaskFactory in org.cytoscape.task.write
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for exporting network views.