Liking cljdoc? Tell your friends :D

extra-loom.graph


edge-equiv?clj/s

(edge-equiv? this other)

Does this edge have the same src and dest as the other?

Does this edge have the same src and dest as the other?
raw docstring

edge?clj/s

(edge? e)

Is e an edge?

Is e an edge?
raw docstring

edges-between*clj/s

(edges-between* g n1 n2)

Identifiedclj/sprotocol

idclj/s

(id this)

Returns the id of this.

Returns the id of this.

make-edgeclj/s

(make-edge src dest)

Returns a new UniqueEdge instance from src and dest.

Returns a new UniqueEdge instance from src and dest.
raw docstring

multidigraphclj/s

(multidigraph & edges-or-nodes)

MultiEdgeEditableDigraphclj/s


MultipleEdgeclj/sprotocol

edges-betweenclj/s

(edges-between g n1 n2)

Returns the edges in g between two nodes.

Returns the edges in g between two nodes.

pprintclj/s

(pprint g)

Pretty print a multidigraph

Pretty print a multidigraph
raw docstring

unique-edge?clj/s

(unique-edge? e)

Is e a UniqueEdge?

Is e a UniqueEdge?
raw docstring

UniqueEdgeclj/s

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

× close