Uses of Interface
org.cytoscape.task.TableTaskFactory
Package
Description
This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.
This package includes a set of task factory interfaces for deleting or
or destroying objects within Cytoscape.
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
This package contains a set of task factory interfaces used for
exporting or writing a variety of Cytoscape objects to files.
-
Uses of TableTaskFactory in org.cytoscape.task
Modifier and TypeClassDescriptionclass
A TableTaskFactory that is always ready to produce a TaskIterator.Modifier and TypeMethodDescriptionDynamicTaskFactoryProvisioner.createFor
(TableTaskFactory factory) -
Uses of TableTaskFactory in org.cytoscape.task.destroy
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for deleting a table. -
Uses of TableTaskFactory in org.cytoscape.task.edit
Modifier and TypeInterfaceDescriptioninterface
This interface provides a task iterator for importing a table data in a network data table.interface
TODO: Missing documentationinterface
This interface provides a task iterator for mapping a global to a local table.interface
TODO: Missing documentation -
Uses of TableTaskFactory in org.cytoscape.task.write
Modifier and TypeInterfaceDescriptioninterface
This task factory provides a task iterator for writing a specified table to a specified file.