Cytoscape 3.0.1 API

Package org.cytoscape.task

This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.

See:
          Description

Interface Summary
DynamicTaskFactoryProvisioner  
EdgeViewTaskFactory A task factory that creates one or more tasks that operate on the specified View<CyEdge> within the specified CyNetworkView.
NetworkCollectionTaskFactory Produces a task iterator for the specified collection of networks.
NetworkTaskFactory A task factory that creates one or more tasks that operate on the specified CyNetwork.
NetworkViewCollectionTaskFactory A task factory that creates one or more tasks that operate on the specified collection of network views.
NetworkViewLocationTaskFactory An extension of TaskFactory that provides support for tasks that need to know the a location within a CyNetworkView to perform their task.
NetworkViewTaskFactory A task factory that creates one or more tasks that operate on the specified CyNetworkView.
NodeViewTaskFactory A task factory that creates a task that operates on the specified View<CyNode> within the specified CyNetworkView.
RowTaskFactory A task factory that creates one or more tasks that operate on the specified CyRow.
TableCellTaskFactory A task factory that creates one or more tasks that operate on the specified CyColumn along with primary key.
TableColumnTaskFactory A task factory that creates one or more tasks that operate on the specified CyColumn.
TableTaskFactory A task factory that creates one or more tasks that operate on the specified CyTable.
 

Class Summary
AbstractEdgeViewTask The base class for all tasks that need to operate on an edge view and possibly its associated network view.
AbstractEdgeViewTaskFactory An EdgeViewTaskFactory that is always ready to produce a TaskIterator.
AbstractNetworkCollectionTask The base class for all tasks that need to operate on a Collection of CyNetworks.
AbstractNetworkCollectionTaskFactory An NetworkCollectionTaskFactory that is always ready to produce a TaskIterator.
AbstractNetworkTask Base class for all tasks that need to operate on a CyNetwork.
AbstractNetworkTaskFactory A NetworkTaskFactory that is always ready to produce a TaskIterator.
AbstractNetworkViewCollectionTask The base class for all tasks that need to operate on a Collection of CyNetworkViews.
AbstractNetworkViewCollectionTaskFactory A NetworkViewCollectionTaskFactory that is always ready to produce a TaskIterator.
AbstractNetworkViewLocationTaskFactory 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).
AbstractNetworkViewTask The base class for all tasks that need to operate on a network view.
AbstractNetworkViewTaskFactory A NetworkViewTaskFactory that is always ready to produce a TaskIterator.
AbstractNodeViewTask The base class for all tasks that need to operate on a node view and possibly its associated network view.
AbstractNodeViewTaskFactory A NodeViewTaskFactory that is always ready to produce a TaskIterator.
AbstractRowTask Base class for all tasks that need to operate on a CyRow.
AbstractTableCellTask A base class for Tasks that need to operate on a single CyTable cell.
AbstractTableCellTaskFactory A TableCellTaskFactory that is always ready to produce a TaskIterator.
AbstractTableColumnTask A base class for Tasks that need to operate on an entire CyTable column.
AbstractTableColumnTaskFactory A TableColumnTaskFactory that is always ready to produce a TaskIterator.
AbstractTableTask A base class for Tasks that need to operate on an entire CyTable.
AbstractTableTaskFactory A TableTaskFactory that is always ready to produce a TaskIterator.
 

Package org.cytoscape.task Description

This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.