|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CyGroup | An object that represents a group of nodes and edges. |
CyGroupFactory | An interface describing a factory used for creating
CyGroup objects. |
CyGroupManager | The CyGroupManager maintains information about all of the groups an instance of Cytoscape. |
This package provides an API for creating and managing
groups in Cytoscape. A CyGroup
is a collection
of nodes and associated edges represented by a node in a
network. It is stored internally as a
network and a list of external edges (edges that connect
from nodes within the group to nodes outside of the group.
Groups may contain nodes which represent groups, which allows
for the creation of explicit hierarchies of groups. To create
a group, use one of the CyGroupFactory
methods. A
CyGroupManager
service is provided that tracks which
groups apply in which networks and which CyNode
s
actually represent CyGroup
s.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |