Uses of Class
org.cytoscape.work.AbstractTask
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
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.io.read
-
Uses of AbstractTask in org.cytoscape.task
Modifier and TypeClassDescriptionclass
The base class for all tasks that need to operate on an edge view and possibly its associated network view.class
The base class for all tasks that need to operate on a Collection ofCyNetwork
s.class
Base class for all tasks that need to operate on aCyNetwork
.class
The base class for all tasks that need to operate on a Collection ofCyNetworkView
s.class
The base class for all tasks that need to operate on a network view.class
The base class for all tasks that need to operate on a node view and possibly its associated network view.class
The base class for all tasks that need to operate on a Collection ofCyRootNetwork
s.class
Base class for all tasks that need to operate on aCyRow
.class
A base class for Tasks that need to operate on a single CyTable cell.class
A base class for Tasks that need to operate on an entire CyTable column.class
A base class for Tasks that need to operate on an entireCyTable
. -
Uses of AbstractTask in org.cytoscape.view.layout
Modifier and TypeClassDescriptionclass
This is a basic implementation of a LayoutAlgorithm Task that does some bookkeeping, but primarily delegates to the doLayout() method.class
This is an even more helpful implementation of a LayoutAlgorithm Task that extends AbstractPartitionLayoutTask and does the work of partitioning the CyNetworkView so that partitions may be laid out individually.class
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.