Changes between Version 6 and Version 7 of Old/NodeHandler/Commands/defNodes
- Timestamp:
- Jul 28, 2007, 5:32:15 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/Commands/defNodes
v6 v7 18 18 The 'selector' defines which nodes are in the set. A selector can have the following forms: 19 19 20 * 'topology': The URI of a previously defined topology (see [wiki:Documentation/NodeHandler/Commands/defTopology defTopology]) 20 21 * [x,y]: Describes a single node at location x@y 21 22 * [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].