Commit 6402cf81 authored by Yannick Chudy's avatar Yannick Chudy

Merge branch 'master' of github.com:padagraph/botapadd

parents 38f4ff30 e4779639
...@@ -42,8 +42,13 @@ Some special characters are used at a begin line: ...@@ -42,8 +42,13 @@ Some special characters are used at a begin line:
*[Properties]* *[Properties]*
* '*' marker for starred nodes : * '*' marker for starred nodes :
* '+' marker for multiple values in column * '+' marker for multiple values in column
* '%' marker for projection : * '%' marker for projection :
* '>' and '<' edge direction , [optional] default '<'
* '=' used with '%' create a clique with all cell elements : * '=' used with '%' create a clique with all cell elements :
* '(w)' w: float value used as edge weight
* '[v]' v: text value used as default value for a property
* '&' is an import directive to load external data * '&' is an import directive to load external data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment