public abstract class AbstractTableTaskFactory extends Object implements TableTaskFactory
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>
Constructor and Description |
---|
AbstractTableTaskFactory() |
Modifier and Type | Method and Description |
---|---|
boolean |
isReady(CyTable table)
Returns true if the supplied table is not null.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTaskIterator
public boolean isReady(CyTable table)
isReady
in interface TableTaskFactory
table
- The table.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.