Liking cljdoc? Tell your friends :D

clara.rules.listener

Event listeners for analyzing the flow through Clara. This is for primarily for use by tooling, but advanced users may use this to analyze sessions.

Event listeners for analyzing the flow through Clara. This is for primarily for use by
tooling, but advanced users may use this to analyze sessions.
raw docstring

default-listenerclj/s

source

delegating-listenerclj/s

(delegating-listener children)

Returns a listener that delegates to its children.

Returns a listener that delegates to its children.
sourceraw docstring

DelegatingListenercljs

source

get-childrenclj/s

(get-children listener)

Returns the children of a delegating listener.

Returns the children of a delegating listener.
sourceraw docstring

IPersistentEventListenerclj/sprotocol

to-transientclj/s

(to-transient listener)
source

ITransientEventListenerclj/sprotocol

fire-rules!clj/s

(fire-rules! listener node)

right-retract!clj/s

(right-retract! listener node elements)

to-persistent!clj/s

(to-persistent! listener)

remove-activations!clj/s

(remove-activations! listener node activations)

add-activations!clj/s

(add-activations! listener node activations)

alpha-retract!clj/s

(alpha-retract! listener node facts)

right-activate!clj/s

(right-activate! listener node elements)

activation-group-transition!clj/s

(activation-group-transition! listener original-group new-group)

left-activate!clj/s

(left-activate! listener node tokens)

retract-facts!clj/s

(retract-facts! listener node token facts)

retract-facts-logical!clj/s

(retract-facts-logical! listener node token facts)

alpha-activate!clj/s

(alpha-activate! listener node facts)

left-retract!clj/s

(left-retract! listener node tokens)

remove-accum-reduced!clj/s

(remove-accum-reduced! listener node join-bindings fact-bindings)

add-accum-reduced!clj/s

(add-accum-reduced! listener node join-bindings result fact-bindings)

insert-facts-logical!clj/s

(insert-facts-logical! listener node token facts)

fire-activation!clj/s

(fire-activation! listener activation resulting-operations)

insert-facts!clj/s

(insert-facts! listener node token facts)
source

null-listener?clj/s

(null-listener? listener)

Returns true if the given listener is the null listener, false otherwise.

Returns true if the given listener is the null listener, false otherwise.
sourceraw docstring

NullListenercljs

source

PersistentDelegatingListenercljs

source

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

× close