gremlin 3.4.9 → 3.4.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/doc/AnonymousTraversalSource.html +1 -1
  2. package/doc/Authenticator.html +1 -1
  3. package/doc/Bytecode.html +1 -1
  4. package/doc/Client.html +1 -1
  5. package/doc/Connection.html +1 -1
  6. package/doc/DriverRemoteConnection.html +1 -1
  7. package/doc/EdgeLabelVerificationStrategy.html +1 -1
  8. package/doc/Graph.html +1 -1
  9. package/doc/GraphSON2Reader.html +1 -1
  10. package/doc/GraphSON2Writer.html +1 -1
  11. package/doc/GraphSON3Reader.html +1 -1
  12. package/doc/GraphSON3Writer.html +1 -1
  13. package/doc/GraphTraversal.html +213 -48
  14. package/doc/GraphTraversalSource.html +1 -1
  15. package/doc/HaltedTraverserStrategy.html +1 -1
  16. package/doc/MatchAlgorithmStrategy.html +1 -1
  17. package/doc/P.html +12 -12
  18. package/doc/PartitionStrategy.html +2 -2
  19. package/doc/Path.html +1 -1
  20. package/doc/PlainTextSaslAuthenticator.html +1 -1
  21. package/doc/ProductiveByStrategy.html +288 -0
  22. package/doc/RemoteConnection.html +1 -1
  23. package/doc/RemoteStrategy.html +1 -1
  24. package/doc/RemoteTraversal.html +1 -1
  25. package/doc/ReservedKeysVerificationStrategy.html +2 -2
  26. package/doc/ResponseError.html +1 -1
  27. package/doc/ResultSet.html +1 -1
  28. package/doc/SaslAuthenticator.html +1 -1
  29. package/doc/SaslMechanismBase.html +1 -1
  30. package/doc/SaslMechanismPlain.html +1 -1
  31. package/doc/{GraphSONReader.html → SeedStrategy.html} +12 -15
  32. package/doc/SubgraphStrategy.html +1 -1
  33. package/doc/TextP.html +9 -9
  34. package/doc/Transaction.html +655 -0
  35. package/doc/Translator.html +6 -6
  36. package/doc/TraversalStrategies.html +1 -1
  37. package/doc/TraversalStrategy.html +1 -1
  38. package/doc/TypeSerializer.html +1 -1
  39. package/doc/driver_auth_authenticator.js.html +1 -1
  40. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +1 -1
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +1 -1
  42. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +1 -1
  43. package/doc/driver_auth_sasl-authenticator.js.html +1 -1
  44. package/doc/driver_client.js.html +1 -1
  45. package/doc/driver_connection.js.html +1 -1
  46. package/doc/driver_driver-remote-connection.js.html +1 -1
  47. package/doc/driver_remote-connection.js.html +1 -1
  48. package/doc/driver_response-error.js.html +1 -1
  49. package/doc/driver_result-set.js.html +1 -1
  50. package/doc/global.html +2 -2
  51. package/doc/index.html +1 -1
  52. package/doc/process_anonymous-traversal.js.html +1 -1
  53. package/doc/process_bytecode.js.html +1 -1
  54. package/doc/process_graph-traversal.js.html +11 -1
  55. package/doc/process_transaction.js.html +136 -0
  56. package/doc/process_translator.js.html +14 -5
  57. package/doc/process_traversal-strategy.js.html +1 -1
  58. package/doc/process_traversal.js.html +9 -2
  59. package/doc/structure_graph.js.html +1 -1
  60. package/doc/structure_io_graph-serializer.js.html +1 -1
  61. package/doc/structure_io_type-serializers.js.html +1 -1
  62. package/lib/process/graph-traversal.js +10 -0
  63. package/lib/process/translator.js +13 -4
  64. package/lib/process/traversal.js +8 -1
  65. package/package.json +7 -6
  66. package/.npmignore +0 -26
  67. package/doc/GraphSONWriter.html +0 -436
  68. package/gremlin-javascript.iml +0 -9
  69. package/package-lock.json +0 -2598
package/doc/P.html CHANGED
@@ -256,7 +256,7 @@
256
256
 
257
257
  <dt class="tag-source">Source:</dt>
258
258
  <dd class="tag-source"><ul class="dummy"><li>
259
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line295">line 295</a>
259
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line302">line 302</a>
260
260
  </li></ul></dd>
261
261
 
262
262
 
@@ -399,7 +399,7 @@
399
399
 
400
400
  <dt class="tag-source">Source:</dt>
401
401
  <dd class="tag-source"><ul class="dummy"><li>
402
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line300">line 300</a>
402
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line307">line 307</a>
403
403
  </li></ul></dd>
404
404
 
405
405
 
@@ -542,7 +542,7 @@
542
542
 
543
543
  <dt class="tag-source">Source:</dt>
544
544
  <dd class="tag-source"><ul class="dummy"><li>
545
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line305">line 305</a>
545
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line312">line 312</a>
546
546
  </li></ul></dd>
547
547
 
548
548
 
@@ -685,7 +685,7 @@
685
685
 
686
686
  <dt class="tag-source">Source:</dt>
687
687
  <dd class="tag-source"><ul class="dummy"><li>
688
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line310">line 310</a>
688
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line317">line 317</a>
689
689
  </li></ul></dd>
690
690
 
691
691
 
@@ -828,7 +828,7 @@
828
828
 
829
829
  <dt class="tag-source">Source:</dt>
830
830
  <dd class="tag-source"><ul class="dummy"><li>
831
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line315">line 315</a>
831
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line322">line 322</a>
832
832
  </li></ul></dd>
833
833
 
834
834
 
@@ -971,7 +971,7 @@
971
971
 
972
972
  <dt class="tag-source">Source:</dt>
973
973
  <dd class="tag-source"><ul class="dummy"><li>
974
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line320">line 320</a>
974
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line327">line 327</a>
975
975
  </li></ul></dd>
976
976
 
977
977
 
@@ -1114,7 +1114,7 @@
1114
1114
 
1115
1115
  <dt class="tag-source">Source:</dt>
1116
1116
  <dd class="tag-source"><ul class="dummy"><li>
1117
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line325">line 325</a>
1117
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line332">line 332</a>
1118
1118
  </li></ul></dd>
1119
1119
 
1120
1120
 
@@ -1257,7 +1257,7 @@
1257
1257
 
1258
1258
  <dt class="tag-source">Source:</dt>
1259
1259
  <dd class="tag-source"><ul class="dummy"><li>
1260
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line330">line 330</a>
1260
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line337">line 337</a>
1261
1261
  </li></ul></dd>
1262
1262
 
1263
1263
 
@@ -1400,7 +1400,7 @@
1400
1400
 
1401
1401
  <dt class="tag-source">Source:</dt>
1402
1402
  <dd class="tag-source"><ul class="dummy"><li>
1403
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line335">line 335</a>
1403
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line342">line 342</a>
1404
1404
  </li></ul></dd>
1405
1405
 
1406
1406
 
@@ -1543,7 +1543,7 @@
1543
1543
 
1544
1544
  <dt class="tag-source">Source:</dt>
1545
1545
  <dd class="tag-source"><ul class="dummy"><li>
1546
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line340">line 340</a>
1546
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line347">line 347</a>
1547
1547
  </li></ul></dd>
1548
1548
 
1549
1549
 
@@ -1686,7 +1686,7 @@
1686
1686
 
1687
1687
  <dt class="tag-source">Source:</dt>
1688
1688
  <dd class="tag-source"><ul class="dummy"><li>
1689
- <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line345">line 345</a>
1689
+ <a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line352">line 352</a>
1690
1690
  </li></ul></dd>
1691
1691
 
1692
1692
 
@@ -1840,7 +1840,7 @@
1840
1840
  <br class="clear">
1841
1841
 
1842
1842
  <footer>
1843
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
1843
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
1844
1844
  </footer>
1845
1845
 
1846
1846
  <script> prettyPrint(); </script>
@@ -209,7 +209,7 @@
209
209
  <td class="type">
210
210
 
211
211
 
212
- <span class="param-type">Array.&lt;String></span>
212
+ <span class="param-type"></span>
213
213
 
214
214
 
215
215
 
@@ -376,7 +376,7 @@
376
376
  <br class="clear">
377
377
 
378
378
  <footer>
379
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
379
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
380
380
  </footer>
381
381
 
382
382
  <script> prettyPrint(); </script>
package/doc/Path.html CHANGED
@@ -231,7 +231,7 @@
231
231
  <br class="clear">
232
232
 
233
233
  <footer>
234
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
234
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
235
235
  </footer>
236
236
 
237
237
  <script> prettyPrint(); </script>
@@ -443,7 +443,7 @@
443
443
  <br class="clear">
444
444
 
445
445
  <footer>
446
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
446
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
447
447
  </footer>
448
448
 
449
449
  <script> prettyPrint(); </script>
@@ -0,0 +1,288 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>JSDoc: Class: ProductiveByStrategy</title>
6
+
7
+ <script src="scripts/prettify/prettify.js"> </script>
8
+ <script src="scripts/prettify/lang-css.js"> </script>
9
+ <!--[if lt IE 9]>
10
+ <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
11
+ <![endif]-->
12
+ <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13
+ <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14
+ </head>
15
+
16
+ <body>
17
+
18
+ <div id="main">
19
+
20
+ <h1 class="page-title">Class: ProductiveByStrategy</h1>
21
+
22
+
23
+
24
+
25
+
26
+
27
+ <section>
28
+
29
+ <header>
30
+
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>ProductiveByStrategy<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h2>
32
+
33
+
34
+ </header>
35
+
36
+ <article>
37
+ <div class="container-overview">
38
+
39
+
40
+
41
+
42
+
43
+
44
+ <h4 class="name" id="ProductiveByStrategy"><span class="type-signature"></span>new ProductiveByStrategy<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+ <h5>Parameters:</h5>
60
+
61
+
62
+ <table class="params">
63
+ <thead>
64
+ <tr>
65
+
66
+ <th>Name</th>
67
+
68
+
69
+ <th>Type</th>
70
+
71
+
72
+ <th>Attributes</th>
73
+
74
+
75
+
76
+
77
+ <th class="last">Description</th>
78
+ </tr>
79
+ </thead>
80
+
81
+ <tbody>
82
+
83
+
84
+ <tr>
85
+
86
+ <td class="name"><code>options</code></td>
87
+
88
+
89
+ <td class="type">
90
+
91
+
92
+ <span class="param-type">Object</span>
93
+
94
+
95
+
96
+ </td>
97
+
98
+
99
+ <td class="attributes">
100
+
101
+ &lt;optional><br>
102
+
103
+
104
+
105
+
106
+
107
+ </td>
108
+
109
+
110
+
111
+
112
+ <td class="description last">
113
+ <h6>Properties</h6>
114
+
115
+
116
+ <table class="params">
117
+ <thead>
118
+ <tr>
119
+
120
+ <th>Name</th>
121
+
122
+
123
+ <th>Type</th>
124
+
125
+
126
+ <th>Attributes</th>
127
+
128
+
129
+
130
+
131
+ <th class="last">Description</th>
132
+ </tr>
133
+ </thead>
134
+
135
+ <tbody>
136
+
137
+
138
+ <tr>
139
+
140
+ <td class="name"><code>productiveKeys</code></td>
141
+
142
+
143
+ <td class="type">
144
+
145
+
146
+ <span class="param-type">Array.&lt;String></span>
147
+
148
+
149
+
150
+ </td>
151
+
152
+
153
+ <td class="attributes">
154
+
155
+ &lt;optional><br>
156
+
157
+
158
+
159
+
160
+
161
+ </td>
162
+
163
+
164
+
165
+
166
+ <td class="description last">set of keys that will always be productive</td>
167
+ </tr>
168
+
169
+
170
+ </tbody>
171
+ </table>
172
+
173
+ </td>
174
+ </tr>
175
+
176
+
177
+ </tbody>
178
+ </table>
179
+
180
+
181
+
182
+
183
+
184
+
185
+ <dl class="details">
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+ <dt class="tag-source">Source:</dt>
213
+ <dd class="tag-source"><ul class="dummy"><li>
214
+ <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line159">line 159</a>
215
+ </li></ul></dd>
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ </dl>
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+ </div>
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+ </article>
267
+
268
+ </section>
269
+
270
+
271
+
272
+
273
+ </div>
274
+
275
+ <nav>
276
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#statics">statics</a></li></ul>
277
+ </nav>
278
+
279
+ <br class="clear">
280
+
281
+ <footer>
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 07:15:59 GMT-0500 (Eastern Standard Time)
283
+ </footer>
284
+
285
+ <script> prettyPrint(); </script>
286
+ <script src="scripts/linenumber.js"> </script>
287
+ </body>
288
+ </html>
@@ -529,7 +529,7 @@ returning results.</div>
529
529
  <br class="clear">
530
530
 
531
531
  <footer>
532
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
532
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
533
533
  </footer>
534
534
 
535
535
  <script> prettyPrint(); </script>
@@ -294,7 +294,7 @@
294
294
  <br class="clear">
295
295
 
296
296
  <footer>
297
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
297
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
298
298
  </footer>
299
299
 
300
300
  <script> prettyPrint(); </script>
@@ -159,7 +159,7 @@
159
159
  <br class="clear">
160
160
 
161
161
  <footer>
162
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
162
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
163
163
  </footer>
164
164
 
165
165
  <script> prettyPrint(); </script>
@@ -147,7 +147,7 @@
147
147
  <td class="type">
148
148
 
149
149
 
150
- <span class="param-type">Array.&lt;String></span>
150
+ <span class="param-type"></span>
151
151
 
152
152
 
153
153
 
@@ -268,7 +268,7 @@
268
268
  <br class="clear">
269
269
 
270
270
  <footer>
271
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
271
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
272
272
  </footer>
273
273
 
274
274
  <script> prettyPrint(); </script>
@@ -349,7 +349,7 @@
349
349
  <br class="clear">
350
350
 
351
351
  <footer>
352
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
352
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
353
353
  </footer>
354
354
 
355
355
  <script> prettyPrint(); </script>
@@ -704,7 +704,7 @@
704
704
  <br class="clear">
705
705
 
706
706
  <footer>
707
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
707
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
708
708
  </footer>
709
709
 
710
710
  <script> prettyPrint(); </script>
@@ -442,7 +442,7 @@
442
442
  <br class="clear">
443
443
 
444
444
  <footer>
445
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
445
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
446
446
  </footer>
447
447
 
448
448
  <script> prettyPrint(); </script>
@@ -491,7 +491,7 @@
491
491
  <br class="clear">
492
492
 
493
493
  <footer>
494
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
494
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
495
495
  </footer>
496
496
 
497
497
  <script> prettyPrint(); </script>
@@ -908,7 +908,7 @@
908
908
  <br class="clear">
909
909
 
910
910
  <footer>
911
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Dec 11 2020 07:07:57 GMT-0500 (EST)
911
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Fri Jan 14 2022 08:27:43 GMT-0500 (Eastern Standard Time)
912
912
  </footer>
913
913
 
914
914
  <script> prettyPrint(); </script>
@@ -2,7 +2,7 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>JSDoc: Class: GraphSONReader</title>
5
+ <title>JSDoc: Class: SeedStrategy</title>
6
6
 
7
7
  <script src="scripts/prettify/prettify.js"> </script>
8
8
  <script src="scripts/prettify/lang-css.js"> </script>
@@ -17,7 +17,7 @@
17
17
 
18
18
  <div id="main">
19
19
 
20
- <h1 class="page-title">Class: GraphSONReader</h1>
20
+ <h1 class="page-title">Class: SeedStrategy</h1>
21
21
 
22
22
 
23
23
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  <header>
30
30
 
31
- <h2><span class="attribs"><span class="type-signature"></span></span>GraphSONReader<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h2>
31
+ <h2><span class="attribs"><span class="type-signature"></span></span>SeedStrategy<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h2>
32
32
 
33
33
 
34
34
  </header>
@@ -41,17 +41,13 @@
41
41
 
42
42
 
43
43
 
44
- <h4 class="name" id="GraphSONReader"><span class="type-signature"></span>new GraphSONReader<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
44
+ <h4 class="name" id="SeedStrategy"><span class="type-signature"></span>new SeedStrategy<span class="signature">(options<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
45
45
 
46
46
 
47
47
 
48
48
 
49
49
 
50
50
 
51
- <div class="description">
52
- GraphSON Reader
53
- </div>
54
-
55
51
 
56
52
 
57
53
 
@@ -141,13 +137,13 @@
141
137
 
142
138
  <tr>
143
139
 
144
- <td class="name"><code>serializers</code></td>
140
+ <td class="name"><code>seed</code></td>
145
141
 
146
142
 
147
143
  <td class="type">
148
144
 
149
145
 
150
- <span class="param-type">Object</span>
146
+ <span class="param-type">number</span>
151
147
 
152
148
 
153
149
 
@@ -167,8 +163,7 @@
167
163
 
168
164
 
169
165
 
170
- <td class="description last">An object used as an associative array with GraphSON 2 type name as keys and
171
- deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
166
+ <td class="description last">the seed to provide to the random number generator for the traversal</td>
172
167
  </tr>
173
168
 
174
169
 
@@ -216,7 +211,7 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
216
211
 
217
212
  <dt class="tag-source">Source:</dt>
218
213
  <dd class="tag-source"><ul class="dummy"><li>
219
- <a href="structure_io_graph-serializer.js.html">structure/io/graph-serializer.js</a>, <a href="structure_io_graph-serializer.js.html#line100">line 100</a>
214
+ <a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line306">line 306</a>
220
215
  </li></ul></dd>
221
216
 
222
217
 
@@ -244,6 +239,8 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
244
239
 
245
240
 
246
241
 
242
+
243
+
247
244
 
248
245
  </div>
249
246
 
@@ -276,13 +273,13 @@ deserializer instances as values, ie: { 'g:Int64': longSerializer }.</td>
276
273
  </div>
277
274
 
278
275
  <nav>
279
- <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="GraphSONReader.html">GraphSONReader</a></li><li><a href="GraphSONWriter.html">GraphSONWriter</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="P.html">P</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#statics">statics</a></li></ul>
276
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#statics">statics</a></li></ul>
280
277
  </nav>
281
278
 
282
279
  <br class="clear">
283
280
 
284
281
  <footer>
285
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Feb 03 2020 13:39:58 GMT-0500 (EST)
282
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Jan 14 2022 07:15:59 GMT-0500 (Eastern Standard Time)
286
283
  </footer>
287
284
 
288
285
  <script> prettyPrint(); </script>