public abstract class AbstractRowTask extends AbstractTask
CyRow.Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>core-task-api</artifactId>
</dependency>| Modifier and Type | Field and Description |
|---|---|
protected CyRow |
row
The row that descendants will operate on.
|
cancelled| Constructor and Description |
|---|
AbstractRowTask(CyRow row)
Base class constructor for all tasks that need to be provisioned with a CyRow.
|
cancel, insertTasksAfterCurrentTask, insertTasksAfterCurrentTask, run, setTaskIteratorCopyright 2011 Cytoscape Consortium. All rights reserved.