Liking cljdoc? Tell your friends :D

com.yetanalytics.lrs-reactions.path


analyze-pathclj/s

Given a (possibly) partial xapi path: Return a map with keys: :valid? Is the path valid per xapi? :next-keys - Coll of possible further keys. May contain the special key 'idx to denote that the current structure is an array. :leaf-type - One of the following symbols: 'string 'number 'boolean 'null 'json - In the case of extensions, might be any JSON scalar! :complete? - For the purposes of UI, is the path complete (ie. no further segments should be offered)? Will be false for extension paths.

Given a (possibly) partial xapi path:
Return a map with keys:
  :valid? Is the path valid per xapi?
  :next-keys - Coll of possible further keys. May contain the special key
    `'idx` to denote that the current structure is an array.
  :leaf-type - One of the following symbols:
    'string
    'number
    'boolean
    'null
    'json - In the case of extensions, might be any JSON scalar!
  :complete? - For the purposes of UI, is the path complete (ie. no further
    segments should be offered)? Will be false for extension paths.
sourceraw docstring

analyze-path*clj/s

(analyze-path* path)
source

parent-pathsclj/s

(parent-paths path)

Given a path vector, return a seq of parent paths in reverse order. Does not return the root path [].

Given a path vector, return a seq of parent paths in reverse order.
Does not return the root path [].
sourceraw docstring

pathmap-activityclj/s

source

pathmap-actorclj/s

source

pathmap-agentclj/s

source

pathmap-attachmentclj/s

source

pathmap-contextclj/s

source

pathmap-groupclj/s

source

pathmap-interaction-componentclj/s

source

pathmap-resultclj/s

source

pathmap-statementclj/s

source

pathmap-statement-refclj/s

source

pathmap-sub-statementclj/s

source

pathmap-verbclj/s

source

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

× close