Cytoscape 3.0.1 API

org.cytoscape.task
Class AbstractNetworkCollectionTaskFactory

java.lang.Object
  extended by org.cytoscape.task.AbstractNetworkCollectionTaskFactory
All Implemented Interfaces:
NetworkCollectionTaskFactory

public abstract class AbstractNetworkCollectionTaskFactory
extends Object
implements NetworkCollectionTaskFactory

An NetworkCollectionTaskFactory that is always ready to produce a TaskIterator.


Constructor Summary
AbstractNetworkCollectionTaskFactory()
           
 
Method Summary
 boolean isReady(Collection<CyNetwork> networks)
          Returns true if the supplied collection is not null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cytoscape.task.NetworkCollectionTaskFactory
createTaskIterator
 

Constructor Detail

AbstractNetworkCollectionTaskFactory

public AbstractNetworkCollectionTaskFactory()
Method Detail

isReady

public boolean isReady(Collection<CyNetwork> networks)
Returns true if the supplied collection is not null.

Specified by:
isReady in interface NetworkCollectionTaskFactory
Parameters:
networks - The collection of networks.
Returns:
true if the supplied collection is not null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.