Web Analytics Made Easy - Statcounter
Skip to content

Node group attributes#

This reference page summarizes the node group Node Specification Language (NSL) attribute space in SAMSON, including attribute names, short names, possible values, and example expressions.

See also: Node Specification Language, Examples.

Node group attributes are defined in the nodeGroup attribute space (short name: ng), that matches only node group nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
name n strings in quotes ng.n "A"
ng.n "L*"
selected true, false ng.selected
not ng.selected
selectionFlag sf true, false ng.sf false
ng.sf

name#

Inherited from node.name.

selected#

Inherited from node.selected, but without the short name s.

selectionFlag#

Inherited from node.selectionFlag.