Liking cljdoc? Tell your friends :D

stately.graph.directed-graph


edgesclj

(edges [k v])

Make graph out edges out of successors of node. Currently, I am thinking through how to avoid having to explicitly define the successors of the nodes.

Make graph out edges out of successors of node.
Currently, I am thinking through how to avoid having to
explicitly define the successors of the nodes.
sourceraw docstring

Graphcljprotocol

graphclj

(graph this)

the graph abstraction underlying the state machine

the graph abstraction underlying the state machine

nodesclj

(nodes this)

the nodes associated with this state machine

the nodes associated with this state machine
source

make-graphclj

(make-graph node-map)

build a map of the loom graph representation and the node definitions to carry node meta-data. Use the loom digraph API to enforce FSM invariants e.g. every node has a path to an accept state.

build a map of the loom graph representation
and the node definitions to carry node meta-data.
Use the loom digraph API to enforce FSM invariants e.g.
every node has a path to an accept state.
sourceraw docstring

new-graphclj

(new-graph g nodes)
source

StatelyGraphclj

source

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

× close