forked from nicolewhite/RNeo4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
138 lines (136 loc) · 3.34 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
S3method(addConstraint,default)
S3method(addConstraint,graph)
S3method(addIndex,default)
S3method(addIndex,graph)
S3method(addLabel,default)
S3method(addLabel,node)
S3method(allShortestPaths,default)
S3method(allShortestPaths,node)
S3method(appendCypher,default)
S3method(appendCypher,transaction)
S3method(browse,default)
S3method(browse,graph)
S3method(clear,default)
S3method(clear,graph)
S3method(commit,default)
S3method(commit,transaction)
S3method(createNode,default)
S3method(createNode,graph)
S3method(createRel,default)
S3method(createRel,node)
S3method(cypher,default)
S3method(cypher,graph)
S3method(delete,default)
S3method(deleteProp,default)
S3method(deleteProp,entity)
S3method(dropConstraint,default)
S3method(dropConstraint,graph)
S3method(dropIndex,default)
S3method(dropIndex,graph)
S3method(dropLabel,default)
S3method(dropLabel,node)
S3method(endNode,default)
S3method(endNode,relationship)
S3method(endNode,path)
S3method(getConstraint,default)
S3method(getConstraint,graph)
S3method(getID,default)
S3method(getID,entity)
S3method(getIndex,default)
S3method(getIndex,graph)
S3method(getLabel,default)
S3method(getLabel,graph)
S3method(getLabel,node)
S3method(getLabeledNodes,default)
S3method(getLabeledNodes,graph)
S3method(getNodes,default)
S3method(getNodes,graph)
S3method(getOrCreateNode,default)
S3method(getOrCreateNode,graph)
S3method(getPaths,default)
S3method(getPaths,graph)
S3method(getRels,default)
S3method(getRels,graph)
S3method(getSingleNode,default)
S3method(getSingleNode,graph)
S3method(getSinglePath,default)
S3method(getSinglePath,graph)
S3method(getSingleRel,default)
S3method(getSingleRel,graph)
S3method(getType,default)
S3method(getType,graph)
S3method(getType,relationship)
S3method(getUniqueNode,default)
S3method(getUniqueNode,graph)
S3method(importSample,default)
S3method(importSample,graph)
S3method(incomingRels,default)
S3method(incomingRels,node)
S3method(newTransaction,default)
S3method(newTransaction,graph)
S3method(nodes,default)
S3method(nodes,path)
S3method(outgoingRels,default)
S3method(outgoingRels,node)
S3method(print,graph)
S3method(print,node)
S3method(print,relationship)
S3method(print,path)
S3method(rels,default)
S3method(rels,path)
S3method(shortestPath,default)
S3method(shortestPath,node)
S3method(startGraph,default)
S3method(startNode,default)
S3method(startNode,relationship)
S3method(startNode,path)
S3method(summary,graph)
S3method(updateProp,default)
S3method(updateProp,entity)
export(addConstraint)
export(addIndex)
export(addLabel)
export(allShortestPaths)
export(appendCypher)
export(browse)
export(clear)
export(commit)
export(createNode)
export(createRel)
export(cypher)
export(delete)
export(deleteProp)
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(RCurl,curlPerform)
importFrom(RCurl,basicTextGatherer)
importFrom(RCurl,basicHeaderGatherer)
importFrom(RCurl, base64)
importFrom(RJSONIO,toJSON)
importFrom(RJSONIO,fromJSON)