Package org.cytoscape.task
package org.cytoscape.task
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
-
InterfaceDescriptionTODO: Missing documentationA task factory that creates one or more tasks that operate on the specified View<CyEdge> within the specified CyNetworkView.Produces a task iterator for the specified collection of networks.A task factory that creates one or more tasks that operate on the specified CyNetwork.A task factory that creates one or more tasks that operate on the specified collection of network views.An extension of TaskFactory that provides support for tasks that need to know the a location within a CyNetworkView to perform their task.A task factory that creates one or more tasks that operate on the specified CyNetworkView.A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.Produces a task iterator for the specified collection of root-networks.A task factory that creates one or more tasks that operate on the specified CyRow.A task factory that creates one or more tasks that operate on the specified CyColumn along with primary key.A task factory that creates one or more tasks that operate on the specified CyColumn.A task factory that creates one or more tasks that operate on the specified CyTable.
-
ClassDescriptionThe base class for all tasks that need to operate on an edge view and possibly its associated network view.An EdgeViewTaskFactory that is always ready to produce a TaskIterator.The base class for all tasks that need to operate on a Collection of
CyNetwork
s.An NetworkCollectionTaskFactory that is always ready to produce a TaskIterator.Base class for all tasks that need to operate on aCyNetwork
.A NetworkTaskFactory that is always ready to produce a TaskIterator.The base class for all tasks that need to operate on a Collection ofCyNetworkView
s.A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.A base class for task factories that need to add a functionality to the network view considering a given location (for example adding a node where a mouse was clicked).The base class for all tasks that need to operate on a network view.A NetworkViewTaskFactory that is always ready to produce a TaskIterator.The base class for all tasks that need to operate on a node view and possibly its associated network view.A NodeViewTaskFactory that is always ready to produce a TaskIterator.The base class for all tasks that need to operate on a Collection ofCyRootNetwork
s.ARootNetworkCollectionTaskFactory
that is always ready to produce a TaskIterator.Base class for all tasks that need to operate on aCyRow
.A base class for Tasks that need to operate on a single CyTable cell.A TableCellTaskFactory that is always ready to produce a TaskIterator.A base class for Tasks that need to operate on an entire CyTable column.A TableColumnTaskFactory that is always ready to produce a TaskIterator.A base class for Tasks that need to operate on an entireCyTable
.A TableTaskFactory that is always ready to produce a TaskIterator.