forked from nicolewhite/RNeo4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
119 lines (117 loc) · 2.92 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
S3method(addConstraint,default)
S3method(addConstraint,graph)
S3method(addIndex,default)
S3method(addIndex,graph)
S3method(addLabel,default)
S3method(addLabel,node)
S3method(adjacencyMatrix,default)
S3method(adjacencyMatrix,graph)
S3method(appendCypher,default)
S3method(appendCypher,transaction)
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(degreeMatrix,default)
S3method(degreeMatrix,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(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(getRels,default)
S3method(getRels,graph)
S3method(getSingleNode,default)
S3method(getSingleNode,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(outgoingRels,default)
S3method(outgoingRels,node)
S3method(summary,graph)
S3method(print,graph)
S3method(print,node)
S3method(print,relationship)
S3method(startGraph,default)
S3method(startNode,default)
S3method(startNode,relationship)
S3method(updateProp,default)
S3method(updateProp,entity)
export(addConstraint)
export(addIndex)
export(addLabel)
export(adjacencyMatrix)
export(appendCypher)
export(clear)
export(commit)
export(createNode)
export(createRel)
export(cypher)
export(degreeMatrix)
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(getRels)
export(getSingleNode)
export(getSingleRel)
export(getType)
export(getUniqueNode)
export(importSample)
export(incomingRels)
export(newTransaction)
export(outgoingRels)
export(startGraph)
export(startNode)
export(updateProp)
importFrom(RCurl,curlPerform)
importFrom(RCurl,basicTextGatherer)
importFrom(RCurl,basicHeaderGatherer)
importFrom(RJSONIO,toJSON)
importFrom(RJSONIO,fromJSON)