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.
(delegating-listener children)
Returns a listener that delegates to its children.
Returns a listener that delegates to its children.
(get-children listener)
Returns the children of a delegating listener.
Returns the children of a delegating listener.
(fire-rules! listener node)
(right-retract! listener node elements)
(to-persistent! listener)
(remove-activations! listener node activations)
(add-activations! listener node activations)
(alpha-retract! listener node facts)
(right-activate! listener node elements)
(activation-group-transition! listener original-group new-group)
(left-activate! listener node tokens)
(retract-facts! listener node token facts)
(retract-facts-logical! listener node token facts)
(alpha-activate! listener node facts)
(left-retract! listener node tokens)
(remove-accum-reduced! listener node join-bindings fact-bindings)
(add-accum-reduced! listener node join-bindings result fact-bindings)
(insert-facts-logical! listener node token facts)
(fire-activation! listener activation resulting-operations)
(insert-facts! listener node token facts)
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close