diff --git a/modules/ROOT/images/graph_list_functions.svg b/modules/ROOT/images/graph_list_functions.svg new file mode 100644 index 000000000..88b6c8672 --- /dev/null +++ b/modules/ROOT/images/graph_list_functions.svg @@ -0,0 +1,91 @@ + + + + + + +L + + + +N0 + +Person, Developer + +name = 'Alice' +age = 38 +eyes = 'brown' + + + +N2 + +name = 'Charlie' +age = 53 +eyes = 'green' + + + +N0->N2 + + +KNOWS + + + +N1 + +name = 'Bob' +age = 25 +eyes = 'blue' + + + +N0->N1 + + +KNOWS + + + +N3 + +name = 'Daniel' +age = 54 +eyes = 'brown' + + + +N2->N3 + + +KNOWS + + + +N1->N3 + + +KNOWS + + + +N4 + +eyes = 'blue' +array = ['one', 'two', 'three'] +name = 'Eskil' +age = 41 + + + +N1->N4 + + +MARRIED + + + diff --git a/modules/ROOT/pages/functions/list.adoc b/modules/ROOT/pages/functions/list.adoc index 64dd2a88c..b1366031a 100644 --- a/modules/ROOT/pages/functions/list.adoc +++ b/modules/ROOT/pages/functions/list.adoc @@ -19,53 +19,7 @@ Functions: * xref:functions/list.adoc#functions-tointegerlist[toIntegerList()] * xref:functions/list.adoc#functions-tostringlist[toStringList()] - -.Graph -["dot", "List functions-1.svg", "neoviz", ""] ----- - N0 [ - label = "{Person, Developer|name = \'Alice\'\lage = 38\leyes = \'brown\'\l}" - ] - N0 -> N2 [ - color = "#2e3436" - fontcolor = "#2e3436" - label = "KNOWS\n" - ] - N0 -> N1 [ - color = "#2e3436" - fontcolor = "#2e3436" - label = "KNOWS\n" - ] - N1 [ - label = "name = \'Bob\'\lage = 25\leyes = \'blue\'\l" - ] - N1 -> N3 [ - color = "#2e3436" - fontcolor = "#2e3436" - label = "KNOWS\n" - ] - N1 -> N4 [ - color = "#4e9a06" - fontcolor = "#4e9a06" - label = "MARRIED\n" - ] - N2 [ - label = "name = \'Charlie\'\lage = 53\leyes = \'green\'\l" - ] - N2 -> N3 [ - color = "#2e3436" - fontcolor = "#2e3436" - label = "KNOWS\n" - ] - N3 [ - label = "name = \'Daniel\'\lage = 54\leyes = \'brown\'\l" - ] - N4 [ - label = "eyes = \'blue\'\larray = \[\'one\', \'two\', \'three\'\]\lname = \'Eskil\'\lage = 41\l" - ] - ----- - +image:graph_list_functions.svg[] [[functions-keys]] == keys()