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, setTaskIterator
protected final CyRow row
public AbstractRowTask(CyRow row)
row
- a non-null CyRow that descendants will operate onCopyright 2011-2015 Cytoscape Consortium. All rights reserved.