Skip to content

Commit 01ad01a

Browse files
committed
Methods to modify ID counter are now public
1 parent 6f11303 commit 01ad01a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/PlantGraphs.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export Node, Context, Graph, Rule, Query, rewrite!, apply, data, rules, graph,
55
static_graph, data, graph_data,
66
has_parent, has_ancestor, ancestor, is_root, get_root, has_children, has_descendant,
77
children, get_descendant, is_leaf, traverse, traverse_dfs, traverse_bfs, draw,
8-
calculate_resolution, node_label
8+
calculate_resolution, node_label,
9+
generate_id, get_id!, reset_id!, set_id!
910

1011
# API for VPL-style graphs (we export methods on these functions so we need to import names)
1112
import AbstractTrees: isroot, getroot, children, getdescendant

0 commit comments

Comments
 (0)