Changes between Version 6 and Version 7 of Old/NodeHandler/Commands/defNodes


Ignore:
Timestamp:
Jul 28, 2007, 5:32:15 AM (17 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Commands/defNodes

    v6 v7  
    1818The 'selector' defines which nodes are in the set. A selector can have the following forms:
    1919
     20  * 'topology': The URI of a previously defined topology (see [wiki:Documentation/NodeHandler/Commands/defTopology defTopology])
    2021  * [x,y]: Describes a single node at location x@y
    2122  * [x1..x2, y]: Describes a set of nodes along a line starting at x1@y and ending at x2@y. For instance, [2..4, 5] defines the nodes [2,5], [3,5], [4,5].