public abstract class AbstractTaskFactory extends Object implements TaskFactory
Module: work-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
</dependency>| Constructor and Description |
|---|
AbstractTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady()
Returns true if the TaskFactory has all necessary preconditions needed to generate
a task that will execute properly, false otherwise.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTaskIteratorpublic boolean isReady()
TaskFactoryisReady in interface TaskFactoryCopyright 2011 Cytoscape Consortium. All rights reserved.