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.destroy |
This package includes a set of task factory interfaces for deleting or
or destroying objects within Cytoscape.
|
org.cytoscape.task.edit |
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
|
org.cytoscape.task.write |
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableTaskFactory
A TableTaskFactory that is always ready to produce a TaskIterator.
|
Modifier and Type | Method and Description |
---|---|
TaskFactory |
DynamicTaskFactoryProvisioner.createFor(TableTaskFactory factory) |
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteTableTaskFactory
This interface provides a task iterator for deleting a table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ImportDataTableTaskFactory
This interface provides a task iterator for importing a table data in a network data table.
|
interface |
JoinTablesTaskTaskFactory
TODO: Missing documentation
|
interface |
MapGlobalToLocalTableTaskFactory
This interface provides a task iterator for mapping a global to a local table.
|
interface |
MapTableToNetworkTablesTaskFactory
TODO: Missing documentation
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExportTableTaskFactory
This task factory provides a task iterator for writing a specified
table to a specified file.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.