Liking cljdoc? Tell your friends :D
Clojure only.

idm.graph.multipath

Multipath protocol

Multipath protocol
raw docstring

Multipathcljprotocol

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.

edge-setsclj

(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.

pathclj

(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]]

relationsclj

(relations path)

A list of relations in this path

A list of relations in this path
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close