Get all compound ancestor nodes (i.e. parents, parents' parents, etc.) of each node in the collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.ancestors
Get all compound child (i.e. direct descendant) nodes of each node in the collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.children
Get all compound ancestors common to all the nodes in the collection, starting with the closest and getting progressively farther.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.commonAncestors
Get all compound descendant (i.e. children, children's children, etc.) nodes of each node in the collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.descendants
Get all nonorphan (i.e. has a compound parent) nodes in the calling collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.nonorphans
Get all orphan (i.e. has no compound parent) nodes in the calling collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.orphans
Get the compound parent node of each node in the collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.parent
Optional
selector: stringGet all sibling (i.e. same compound parent) nodes of each node in the collection.
Optional
selector: stringA selector used to filter the resultant collection. http://js.cytoscape.org/#nodes.siblings
http://js.cytoscape.org/#collection/compound-nodes