de-render

Method summary
de-render (utterance string) (mode t)
de-render (utterance list) (mode t)
de-render (utterance list) (mode (eql :de-render-only-meets-constraints))
de-render (utterance list) (mode (eql :de-render-without-constraints))
de-render (utterance list) (mode (eql :de-render-with-boundaries))
de-render (utterance list) (mode (eql :de-render-full-constraints))
de-render (utterance list) (mode (eql :de-render-in-root-mode))
de-render (utterance list) (mode (eql :de-render-in-one-pole-mode))
de-render (utterance list) (mode (eql :de-render-in-root-mode-only-meets))
de-render (utterance list) (mode (eql :de-render-with-scope))
handle-form-predicate-in-de-render list-of-boundaries predicate
Function summary
form-constraints-with-meets utterance &key (variables nil)
infer-all-constraints-from-boundaries boundaries form-predicates &optional result
infer-before-constraints list-of-boundaries predicate test-fn
handle-form-predicate-in-de-render   list-of-boundaries predicate  [Generic function]
de-render   (utterance string) (mode t)  [Method]
de-render   (utterance list) (mode t)  [Method]
de-render   (utterance list) (mode (eql :de-render-only-meets-constraints))  [Method]
de-render   (utterance list) (mode (eql :de-render-without-constraints))  [Method]
de-render   (utterance list) (mode (eql :de-render-with-boundaries))  [Method]
de-render   (utterance list) (mode (eql :de-render-full-constraints))  [Method]
de-render   (utterance list) (mode (eql :de-render-in-root-mode))  [Method]
de-render   (utterance list) (mode (eql :de-render-in-one-pole-mode))  [Method]
de-render   (utterance list) (mode (eql :de-render-in-root-mode-only-meets))  [Method]
de-render   (utterance list) (mode (eql :de-render-with-scope))  [Method]

De-renders in one pole with scope

form-constraints-with-meets   utterance &key (variables nil)  [Function]

Takes a simple list of strings and returns its corresponding string/meets-representation

infer-before-constraints   list-of-boundaries predicate test-fn  [Function]

Infer MEETS or PRECEDES constraints from boundaries.

infer-all-constraints-from-boundaries   boundaries form-predicates &optional result  [Function]

Given a list of boundaries, infer its form-predicates.