This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
/
NAMESPACE
121 lines (120 loc) · 2.88 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Generated by roxygen2: do not edit by hand
S3method(addConstraint,graph)
S3method(addIndex,graph)
S3method(addLabel,node)
S3method(allDijkstra,node)
S3method(allShortestPaths,node)
S3method(appendCypher,transaction)
S3method(browse,graph)
S3method(clear,graph)
S3method(commit,transaction)
S3method(createNode,boltGraph)
S3method(createNode,graph)
S3method(createRel,node)
S3method(cypher,boltGraph)
S3method(cypher,externalptr)
S3method(cypher,graph)
S3method(cypherToList,boltGraph)
S3method(cypherToList,externalptr)
S3method(cypherToList,graph)
S3method(delete,default)
S3method(deleteProp,entity)
S3method(dijkstra,node)
S3method(dropConstraint,graph)
S3method(dropIndex,graph)
S3method(dropLabel,node)
S3method(endNode,path)
S3method(endNode,relationship)
S3method(getConstraint,graph)
S3method(getID,boltEntity)
S3method(getID,entity)
S3method(getIndex,graph)
S3method(getLabel,graph)
S3method(getLabel,node)
S3method(getLabeledNodes,graph)
S3method(getNodes,boltGraph)
S3method(getNodes,graph)
S3method(getOrCreateNode,graph)
S3method(getPaths,boltGraph)
S3method(getPaths,graph)
S3method(getRels,boltGraph)
S3method(getRels,graph)
S3method(getSingleNode,boltGraph)
S3method(getSingleNode,graph)
S3method(getSinglePath,boltGraph)
S3method(getSinglePath,graph)
S3method(getSingleRel,boltGraph)
S3method(getSingleRel,graph)
S3method(getType,graph)
S3method(getType,relationship)
S3method(getUniqueNode,graph)
S3method(importSample,graph)
S3method(incomingRels,node)
S3method(newTransaction,graph)
S3method(nodes,path)
S3method(outgoingRels,node)
S3method(print,boltGraph)
S3method(print,boltNode)
S3method(print,boltPath)
S3method(print,boltRelationship)
S3method(print,graph)
S3method(print,node)
S3method(print,path)
S3method(print,relationship)
S3method(rels,path)
S3method(shortestPath,node)
S3method(startGraph,default)
S3method(startNode,boltRelationship)
S3method(startNode,path)
S3method(startNode,relationship)
S3method(summary,boltGraph)
S3method(summary,graph)
S3method(updateProp,entity)
export(addConstraint)
export(addIndex)
export(addLabel)
export(allDijkstra)
export(allShortestPaths)
export(appendCypher)
export(browse)
export(clear)
export(commit)
export(createNode)
export(createRel)
export(cypher)
export(cypherToList)
export(delete)
export(deleteProp)
export(dijkstra)
export(dropConstraint)
export(dropIndex)
export(dropLabel)
export(endNode)
export(getConstraint)
export(getID)
export(getIndex)
export(getLabel)
export(getLabeledNodes)
export(getNodes)
export(getOrCreateNode)
export(getPaths)
export(getRels)
export(getSingleNode)
export(getSinglePath)
export(getSingleRel)
export(getType)
export(getUniqueNode)
export(importSample)
export(incomingRels)
export(newTransaction)
export(nodes)
export(outgoingRels)
export(rels)
export(shortestPath)
export(startGraph)
export(startNode)
export(updateProp)
importFrom(utils,URLencode)
importFrom(utils,assignInNamespace)
importFrom(utils,browseURL)
useDynLib(RNeo4j)