-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
66 lines (65 loc) · 2.06 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Generated by roxygen2: do not edit by hand
S3method("$",DirectedAcyclicGraph)
S3method("$",DirectedGraph)
S3method("$",DirectedGraphBuilder)
S3method("$",NodeVec)
S3method("[[",DirectedAcyclicGraph)
S3method("[[",DirectedGraph)
S3method("[[",DirectedGraphBuilder)
S3method("[[",NodeVec)
S3method(as.character,NodeVec)
S3method(children,DirectedAcyclicGraph)
S3method(children,DirectedGraph)
S3method(find_all_paths,DirectedAcyclicGraph)
S3method(find_all_paths,DirectedGraph)
S3method(find_path,DirectedAcyclicGraph)
S3method(find_path,DirectedGraph)
S3method(find_path_one_to_many,DirectedAcyclicGraph)
S3method(find_path_one_to_many,DirectedGraph)
S3method(get_all_leaves,DirectedAcyclicGraph)
S3method(get_all_leaves,DirectedGraph)
S3method(get_all_roots,DirectedAcyclicGraph)
S3method(get_all_roots,DirectedGraph)
S3method(get_leaves_under,DirectedAcyclicGraph)
S3method(get_leaves_under,DirectedGraph)
S3method(get_roots_over,DirectedAcyclicGraph)
S3method(get_roots_over,DirectedGraph)
S3method(has_children,DirectedAcyclicGraph)
S3method(has_children,DirectedGraph)
S3method(has_parents,DirectedAcyclicGraph)
S3method(has_parents,DirectedGraph)
S3method(least_common_parents,DirectedAcyclicGraph)
S3method(least_common_parents,DirectedGraph)
S3method(length,DirectedAcyclicGraph)
S3method(length,DirectedGraph)
S3method(length,DirectedGraphBuilder)
S3method(length,NodeVec)
S3method(parents,DirectedAcyclicGraph)
S3method(parents,DirectedGraph)
S3method(print,DirectedAcyclicGraph)
S3method(print,DirectedGraph)
S3method(print,NodeVec)
S3method(subset,DirectedAcyclicGraph)
S3method(subset,DirectedGraph)
export(add_edge)
export(add_path)
export(build_acyclic)
export(build_directed)
export(children)
export(find_all_paths)
export(find_path)
export(find_path_one_to_many)
export(get_all_leaves)
export(get_all_roots)
export(get_leaves_under)
export(get_roots_over)
export(graph_builder)
export(graph_from_bin)
export(graph_to_bin)
export(has_children)
export(has_parents)
export(least_common_parents)
export(nodes)
export(parents)
export(populate_edges)
useDynLib(orbweaver, .registration = TRUE)