Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
Get the edges coming from the collection (i.e. the source) going to another collection (i.e. the target).
The other collection.
Get the edges connecting the collection to another collection. Direction of the edges does not matter.
The other collection.
Get edges (and their sources) coming into the nodes in the collection.
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
From the set of calling nodes, get the nodes which are leaves (i.e. no outgoing edges, as in a directed acyclic graph).
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
Get edges (and their targets) coming out of the nodes in the collection.
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
Recursively get edges (and their sources) coming into the nodes in the collection (i.e. the incomers, the incomers' incomers, ...).
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
From the set of calling nodes, get the nodes which are roots (i.e. no incoming edges, as in a directed acyclic graph).
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
Recursively get edges (and their targets) coming out of the nodes in the collection (i.e. the outgoers, the outgoers' outgoers, ...).
Optional
selector: string[optional] An optional selector that is used to filter the resultant collection.
Get the edges connected to the nodes in the collection.