| View: | Hide Browser | Browser on the left | Browser on the right | Dictionary |
| Report: | General Info | Operations |
| Operations | ||
| Signature | Constraints | Documentation |
|
post: Result <> Void pre: path <>Void and valid_path(a_path) | The item at a path (relative to this item); only valid for unique paths, i.e. paths that resolve to a single item. | |
|
pre: path <>Void and not path_unique(a_path) post: Result <> Void | List of items corresponding to a non-unique path path. | |
| Parent of this node in compositional hierarchy. | ||
| True if the path exists in the data with respect to the current item. | ||
|
pre: an_item <> Void | The path to an item relative to the root of this archetyped structure. | |
|
pre: a_path <> Void and path_exists(a_path) | True if the path corresponds to a single item in the data. | |