Liking cljdoc? Tell your friends :D
Mostly clj/s.
Exceptions indicated.

com.fulcrologic.statecharts.data-model.working-memory-data-model

An implementation of DataModel that stores the data in working memory itself.

Supports using src in data model for CLJ ONLY, which must be a URI that clojure.java.io/reader would accept.

Data retrieval resolves scopes by walking up the tree looking for parent states that have the data desired.

current-data is a merge of all state from root to the contextual state. get-at will NOT walk scopes, but supports simple keywords for the current context, and paths of the form [state-id data-key].

An implementation of DataModel that stores the data in working memory itself.

Supports using `src` in data model for CLJ ONLY, which must be a URI that clojure.java.io/reader
would accept.

Data retrieval resolves scopes by walking up the tree looking for parent states that have the data desired.

`current-data` is a merge of all state from root to the contextual state.
`get-at` will NOT walk scopes, but supports simple keywords for the current context, and paths of the form [state-id data-key].
raw docstring

new-modelclj/s

(new-model)
source

run-opclj/smultimethod

source

WorkingMemoryDataModelcljs

source

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

× close