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