public abstract class AbstractTaskFactory extends Object implements TaskFactory
| 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.