Package org.cytoscape.task.edit
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
-
Interface Summary Interface Description CollapseGroupTaskFactory This interface provides a task iterator collapsing selection of nodes from a node view.ConnectSelectedNodesTaskFactory This interface provides a task iterator for connecting selected nodes.EditNetworkTitleTaskFactory This interface provides a task iterator for editing a network's title.ExpandGroupTaskFactory This interface provides a task iterator expanding a group from a node view.GroupNodesTaskFactory This interface provides a task iterator for grouping nodes.ImportDataTableTaskFactory This interface provides a task iterator for importing a table data in a network data table.JoinTablesTaskTaskFactory TODO: Missing documentationMapGlobalToLocalTableTaskFactory This interface provides a task iterator for mapping a global to a local table.MapTableToNetworkTablesTaskFactory TODO: Missing documentationMergeTablesTaskFactory This interface provides a task iterator for merging two data tables.RenameColumnTaskFactory This interface provides a task iterator for renaming a column.UnGroupNodesTaskFactory This interface provides a task iterator ungrouping a selection of nodes from a node view.UnGroupTaskFactory This interface provides a task iterator ungrouping a group from a network view.