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, wait
createTaskIterator
public boolean isReady()
TaskFactory
isReady
in interface TaskFactory
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.