html-fcg-light

Method summary
make-html (construction fcg-construction) &key (expand-initially t) (expand/collapse-all-id (make-id (quote construction))) (direction nil) (configuration *fcg-visualization-configuration*)
make-html (ci fcg-construction-set) &key (expand-initially nil)
make-html-cipn-title-fcg (cipn cip-node) (construction-inventory construction-inventory)
make-html-construction-title (construction fcg-construction)
make-html-fcg-light object &key &allow-other-keys
make-html-for-conditional-part conditional-part feature-types &key expand/collapse-all-id direction (configuration *fcg-visualization-configuration*)
make-html-for-contributing-part contributing-part feature-types &key expand/collapse-all-id (configuration *fcg-visualization-configuration*)
make-html-for-transient-structure-unit units feature-types &key expand/collapse-all-id (configuration *fcg-visualization-configuration*)
Function summary
ajax-apply-fcg-light-construction-aux construction formulation?
ajax-extract-meaning-cfs-as-predicate-network-aux cfs ci &optional node
ajax-obtain-ci-in-latex-aux ci
ajax-obtain-cxn-in-latex-aux construction
ajax-obtain-ts-in-latex-aux ts
ajax-print-fcg-light-cfs-aux cfs ci &optional node
ajax-save-fcg-light-cfs-aux cfs ci &optional node
conditional-unit->html conditional-unit feature-types expand/collapse-all-id direction &key (configuration *fcg-visualization-configuration*)
contributing-unit->html contributing-unit feature-types expand/collapse-all-id &key (configuration *fcg-visualization-configuration*)
extended-make-expand/collapse-link-parameters-fcg-light element-id info-struct-id &key (title nil)
fcg-light-cxn-structure->html construction feature-types expand/collapse-all &key (direction nil) (configuration *fcg-visualization-configuration*)
fcg-light-feature->html feature feature-types &key (matching-background nil) (configuration *fcg-visualization-configuration*)
fcg-light-feature-in-lists->html feature feature-types
fcg-light-root-feature->html feature feature-types &key (configuration *fcg-visualization-configuration*)
fcg-light-sequence-feature-type feature-values
fcg-light-set-feature-type feature-values
fcg-light-set-of-predicates-feature-type feature-values &key rest
fcg-light-set-of-predicates-feature-type-for-root feature-values &key rest
fcg-light-unit-feature->html feature feature-types &key (configuration *fcg-visualization-configuration*)
fcg-light-unit-with-subunits->html unit structure right-to-left expand/collapse-all-id &key feature-types (depth 1) (direction nil) (modified-units nil) (added-units nil) (configuration *fcg-visualization-configuration*)
get-applied-fcg-light-constructions applied-cxns
get-duplicate-elements-and-values lst
get-feature-type feature-name feature-types
get-format-default-feature-value feature-value &key (tab 0)
get-format-default-feature-value-for-units feature-values
get-format-feature-value-fcg-light-unit-feature feature-value feature-types &key (configuration *fcg-visualization-configuration*)
get-format-set-of-predicates feature-value
get-highlighted-element element &key (string-tab "") (if-string-print-as-string t)
get-replacing-content-fcg struct-id-name cipn &key (tree-id (make-id (quote cipn))) (configuration *fcg-visualization-configuration*)
get-replacing-transient-structure cfs cfs-id &key feature-types (construction-inventory *make-html-cfs-construction-inventory*) (expand/collapse-all-id (make-id (quote cfs))) (configuration *fcg-visualization-configuration*) (source-cfs nil)
make-arrow expand/collapse-all
make-tr-for-cip-queue-fcg-light cip title &key (configuration *fcg-visualization-configuration*)
make-tr-for-cip-tree-fcg-light cipn title &key (hide-subtree-with-duplicates t) (configuration *fcg-visualization-configuration*)
print-fcg-light-transient-structure ts &key
print-fcg-unit unit &key
replace-all string part replacement &key (test (function char=))
select-fcg-light-bindings fcg-bindings source-ts
transient-structure-unit->html contributing-unit feature-types expand/collapse-all-id &key (modified-units nil) (added-units nil) (configuration *fcg-visualization-configuration*)
*fcg-light-visualization-configuration*    [Variable]
*saved-ci*    [Variable]
make-html-fcg-light   object &key &allow-other-keys  [Generic function]

Makes html code from object in a FCG way. The result is an s-expression representation of an html element representing the object. You can turn this representation into actual xhtml by calling (render-xml result) on it.

make-html-for-transient-structure-unit   units feature-types &key expand/collapse-all-id (configuration *fcg-visualization-configuration*)  [Method]
make-html-for-contributing-part   contributing-part feature-types &key expand/collapse-all-id (configuration *fcg-visualization-configuration*)  [Method]
make-html-for-conditional-part   conditional-part feature-types &key expand/collapse-all-id direction (configuration *fcg-visualization-configuration*)  [Method]
make-html-construction-title   (construction fcg-construction)  [Method]
make-html   (construction fcg-construction) &key (expand-initially t) (expand/collapse-all-id (make-id (quote construction))) (direction nil) (configuration *fcg-visualization-configuration*)  [Method]
make-html   (ci fcg-construction-set) &key (expand-initially nil)  [Method]
make-html-cipn-title-fcg   (cipn cip-node) (construction-inventory construction-inventory)  [Method]
make-arrow   expand/collapse-all  [Function]
get-feature-type   feature-name feature-types  [Function]

function that returns the feature type of a feature, if it is specified

replace-all   string part replacement &key (test (function char=))  [Function]

Returns a new string in which all the occurences of the part is replaced with replacement.

get-format-set-of-predicates   feature-value  [Function]

returns the format of a feature value when it has been labeled as set of predicates

get-highlighted-element   element &key (string-tab "") (if-string-print-as-string t)  [Function]

function that returns html code for highlighting an element in the web interface

get-format-default-feature-value   feature-value &key (tab 0)  [Function]

function that returns the html code for the default feature value

get-format-default-feature-value-for-units   feature-values  [Function]

function that returns the html code for the default feature value

fcg-light-feature-in-lists->html   feature feature-types  [Function]

function that draws features. It calls the feature-value->html function

fcg-light-sequence-feature-type   feature-values  [Function]

returns the html for the feature-values of type sequence

fcg-light-set-feature-type   feature-values  [Function]

returns the html for the feature-values of type set

fcg-light-set-of-predicates-feature-type   feature-values &key rest  [Function]

returns the html for the feature-values of type set-of-predicates

fcg-light-set-of-predicates-feature-type-for-root   feature-values &key rest  [Function]

returns the html for the feature-values of type set-of-predicates

fcg-light-feature->html   feature feature-types &key (matching-background nil) (configuration *fcg-visualization-configuration*)  [Function]

function that draws features. It calls the feature-value->html function

fcg-light-root-feature->html   feature feature-types &key (configuration *fcg-visualization-configuration*)  [Function]

function that draws features of root in the transient structure

fcg-light-unit-feature->html   feature feature-types &key (configuration *fcg-visualization-configuration*)  [Function]

function that draws features of units in the transient structure. It calls the feature-value->html function

get-format-feature-value-fcg-light-unit-feature   feature-value feature-types &key (configuration *fcg-visualization-configuration*)  [Function]

function that returns the html code for the feature value of transient structures

transient-structure-unit->html   contributing-unit feature-types expand/collapse-all-id &key (modified-units nil) (added-units nil) (configuration *fcg-visualization-configuration*)  [Function]

function to draw contributing-units in html

contributing-unit->html   contributing-unit feature-types expand/collapse-all-id &key (configuration *fcg-visualization-configuration*)  [Function]

function to draw contributing-units in html

conditional-unit->html   conditional-unit feature-types expand/collapse-all-id direction &key (configuration *fcg-visualization-configuration*)  [Function]

function to draw conditional-units in html

fcg-light-cxn-structure->html   construction feature-types expand/collapse-all &key (direction nil) (configuration *fcg-visualization-configuration*)  [Function]
get-duplicate-elements-and-values   lst  [Function]
ajax-apply-fcg-light-construction-aux   construction formulation?  [Function]
ajax-obtain-cxn-in-latex-aux   construction  [Function]

saves a text file with the latex representation of the selected construction

ajax-obtain-ci-in-latex-aux   ci  [Function]

saves a text file with the latex representation of the selected construction

fcg-light-unit-with-subunits->html   unit structure right-to-left expand/collapse-all-id &key feature-types (depth 1) (direction nil) (modified-units nil) (added-units nil) (configuration *fcg-visualization-configuration*)  [Function]

returns a table with a unit, lines to its subunits and the subunits themselves

print-fcg-light-transient-structure   ts &key  [Function]
print-fcg-unit   unit &key  [Function]
ajax-print-fcg-light-cfs-aux   cfs ci &optional node  [Function]
ajax-obtain-ts-in-latex-aux   ts  [Function]

saves a text file with the latex representation of the selected construction

ajax-extract-meaning-cfs-as-predicate-network-aux   cfs ci &optional node  [Function]
ajax-save-fcg-light-cfs-aux   cfs ci &optional node  [Function]

Function that saves the fcg light cfs

get-replacing-transient-structure   cfs cfs-id &key feature-types (construction-inventory *make-html-cfs-construction-inventory*) (expand/collapse-all-id (make-id (quote cfs))) (configuration *fcg-visualization-configuration*) (source-cfs nil)  [Function]

this function returns the content of a transient structure, and it's used to replace the selected transient structure

select-fcg-light-bindings   fcg-bindings source-ts  [Function]

function that selects the fcg-light bindings, subset of the fcg bindings

extended-make-expand/collapse-link-parameters-fcg-light   element-id info-struct-id &key (title nil)  [Function]

to be used when creating a <a >click</a> link for expanding/ collapsing nodes

get-applied-fcg-light-constructions   applied-cxns  [Function]

returns the list of applied cxns in its fcg-light format

make-tr-for-cip-queue-fcg-light   cip title &key (configuration *fcg-visualization-configuration*)  [Function]
make-tr-for-cip-tree-fcg-light   cipn title &key (hide-subtree-with-duplicates t) (configuration *fcg-visualization-configuration*)  [Function]
get-replacing-content-fcg   struct-id-name cipn &key (tree-id (make-id (quote cipn))) (configuration *fcg-visualization-configuration*)  [Function]

this function returns the content of a node, and it's used to replace the selected node in the compacted visualization