Nodes-specific commands reference
Syntax | where_node <field> <
==|!=|<|>|<=|>=|in?|include?|exclude?|start_with?|end_with? >
<value> |
Parameters |
|
Description | The where_node command will send to the output only the
items which fulfill the specified criterion, many clauses can be concatenated
using the boolean OR operator. The where_node command
is similar to the where command, but the output will also
include all the nodes that are communicating directly with the result of the
search. Note: This command is only applicable to the nodes table. |
Syntax | where_link <field> <
==|!=|<|>|<=|>=|in?|include?|exclude?|start_with?|end_with? >
<value> |
Parameters |
|
Description | The where_link command will send to the output only the
nodes which are connected by a link fulfilling the specified criterion. Many
clauses can be concatenated using the boolean OR operator. Note: This command is only applicable to the nodes table. |
Syntax | graph [node_label:<node_field>]
[node_perspective:<perspective_name>]
[link_perspective:<perspective_name>] |
Parameters |
|
Description | The graph command renders a network graph by taking some nodes as input. |