Multipath protocol
Multipath protocol
Functions going beyond the Ubergraph IPath protocol to deal with extended requirements, such as retrieving lists of relations etc.
Functions going beyond the Ubergraph IPath protocol to deal with extended requirements, such as retrieving lists of relations etc.
(-multipath-to path dests)
Required workaround for variadic multipath-to
.
Required workaround for variadic [[multipath-to]].
(edge-sets path)
A list of edge sets comprising a full traversal of this multipath. Even single edges will be wrapped in a set.
A list of edge sets comprising a full traversal of this multipath. Even single edges will be wrapped in a set.
(end-nodes path)
A set of the nodes this path goes to.
A set of the nodes this path goes to.
(path path)
Get a vector of edges and relations in this multipath. For a path with only one->one edges, equivalent to [[alg/edges-in-path]]
Get a vector of edges and relations in this multipath. For a path with only one->one edges, equivalent to [[alg/edges-in-path]]
(relations path)
A list of relations in this path
A list of relations in this path
(multipath-to path & dests)
Get a Multipath, based on this one, to the given destinations.
Get a Multipath, based on this one, to the given destinations.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close