Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.work.AbstractTask

Packages that use AbstractTask
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.view.layout This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms. 
 

Uses of AbstractTask in org.cytoscape.task
 

Subclasses of AbstractTask in org.cytoscape.task
 class AbstractEdgeViewTask
          The base class for all tasks that need to operate on an edge view and possibly its associated network view.
 class AbstractNetworkCollectionTask
          The base class for all tasks that need to operate on a Collection of CyNetworks.
 class AbstractNetworkTask
          Base class for all tasks that need to operate on a CyNetwork.
 class AbstractNetworkViewCollectionTask
          The base class for all tasks that need to operate on a Collection of CyNetworkViews.
 class AbstractNetworkViewTask
          The base class for all tasks that need to operate on a network view.
 class AbstractNodeViewTask
          The base class for all tasks that need to operate on a node view and possibly its associated network view.
 class AbstractRowTask
          Base class for all tasks that need to operate on a CyRow.
 class AbstractTableCellTask
          A base class for Tasks that need to operate on a single CyTable cell.
 class AbstractTableColumnTask
          A base class for Tasks that need to operate on an entire CyTable column.
 class AbstractTableTask
          A base class for Tasks that need to operate on an entire CyTable.
 

Uses of AbstractTask in org.cytoscape.view.layout
 

Subclasses of AbstractTask in org.cytoscape.view.layout
 class AbstractLayoutTask
          This is a basic implementation of a LayoutAlgorithm Task that does some bookkeeping, but primarily delegates to the doLayout() method.
 class AbstractPartitionLayoutTask
          This is a more helpful implementation of a LayoutAlgorithm Task that extends AbstractBasicLayoutTask and does the work of partitioning the CyNetworkView so that partitions may be laid out individually.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.