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.edit |
This package include a set of task factory interfaces that allow
the modification or editing of various objects within Cytoscape.
|
org.cytoscape.task.select |
This package includes a set of task factory interfaces for selecting, de-selecting and inverting selections
of nodes, edges, or combinations of both based on specific criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNodeViewTaskFactory
A NodeViewTaskFactory that is always ready to produce a TaskIterator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CollapseGroupTaskFactory
This interface provides a task iterator collapsing selection of nodes from a node view.
|
interface |
ExpandGroupTaskFactory
This interface provides a task iterator expanding a group from a node view.
|
interface |
UnGroupNodesTaskFactory
This interface provides a task iterator ungrouping a selection of nodes from a node view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectFirstNeighborsNodeViewTaskFactory
This interface provides a task iterator for selecting neighbor nodes.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.