Package | Description |
---|---|
org.cytoscape.task |
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
|
org.cytoscape.task.analyze | |
org.cytoscape.task.create |
This package provides a variety of task factory interfaces for creating
new instances of network and other objects.
|
org.cytoscape.task.destroy |
This package includes a set of task factory interfaces for deleting or
or destroying objects within Cytoscape.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetworkCollectionTaskFactory
An NetworkCollectionTaskFactory that is always ready to produce a TaskIterator.
|
Modifier and Type | Method and Description |
---|---|
TaskFactory |
DynamicTaskFactoryProvisioner.createFor(NetworkCollectionTaskFactory factory) |
Modifier and Type | Interface and Description |
---|---|
interface |
AnalyzeNetworkCollectionTaskFactory
Provides a TaskIterator to analyze a collection of networks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CreateNetworkViewTaskFactory
This interface provides a task iterator for creating network views.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DestroyNetworkTaskFactory
This interface provides a task iterator for destruction of networks.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.