gremlin 3.7.5 → 3.7.7
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.
- package/.prettierrc.js +1 -1
- package/NOTICE +1 -1
- package/doc/AnonymousTraversalSource.html +46 -46
- package/doc/Authenticator.html +2 -2
- package/doc/Bytecode.html +87 -87
- package/doc/CardinalityValue.html +2 -2
- package/doc/Client.html +2 -2
- package/doc/Connection.html +5 -5
- package/doc/DriverRemoteConnection.html +2 -2
- package/doc/EdgeLabelVerificationStrategy.html +3 -3
- package/doc/Graph.html +2 -2
- package/doc/GraphSON2Reader.html +2 -2
- package/doc/GraphSON2Writer.html +2 -2
- package/doc/GraphSON3Reader.html +2 -2
- package/doc/GraphSON3Writer.html +2 -2
- package/doc/GraphTraversal.html +328 -328
- package/doc/GraphTraversalSource.html +299 -299
- package/doc/HaltedTraverserStrategy.html +2 -2
- package/doc/MatchAlgorithmStrategy.html +3 -3
- package/doc/P.html +108 -108
- package/doc/PartitionStrategy.html +2 -2
- package/doc/Path.html +2 -2
- package/doc/PlainTextSaslAuthenticator.html +2 -2
- package/doc/ProductiveByStrategy.html +6 -3
- package/doc/RemoteConnection.html +2 -2
- package/doc/RemoteStrategy.html +2 -2
- package/doc/RemoteTraversal.html +2 -2
- package/doc/ReservedKeysVerificationStrategy.html +3 -3
- package/doc/ResponseError.html +2 -2
- package/doc/ResultSet.html +2 -2
- package/doc/SaslAuthenticator.html +2 -2
- package/doc/SaslMechanismBase.html +2 -2
- package/doc/SaslMechanismPlain.html +2 -2
- package/doc/SeedStrategy.html +3 -3
- package/doc/SubgraphStrategy.html +2 -2
- package/doc/TextP.html +101 -101
- package/doc/Transaction.html +2 -2
- package/doc/Translator.html +2 -2
- package/doc/TraversalStrategies.html +2 -2
- package/doc/TraversalStrategy.html +2 -2
- package/doc/TypeSerializer.html +2 -2
- package/doc/driver_auth_authenticator.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +2 -2
- package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +2 -2
- package/doc/driver_auth_plain-text-sasl-authenticator.js.html +2 -2
- package/doc/driver_auth_sasl-authenticator.js.html +2 -2
- package/doc/driver_client.js.html +2 -2
- package/doc/driver_connection.js.html +8 -5
- package/doc/driver_driver-remote-connection.js.html +2 -2
- package/doc/driver_remote-connection.js.html +2 -2
- package/doc/driver_response-error.js.html +2 -2
- package/doc/driver_result-set.js.html +2 -2
- package/doc/global.html +2 -2
- package/doc/index.html +2 -2
- package/doc/module.exports.html +2 -2
- package/doc/process_anonymous-traversal.js.html +2 -2
- package/doc/process_bytecode.js.html +2 -2
- package/doc/process_graph-traversal.js.html +2 -2
- package/doc/process_transaction.js.html +2 -2
- package/doc/process_translator.js.html +2 -2
- package/doc/process_traversal-strategy.js.html +6 -2
- package/doc/process_traversal.js.html +30 -7
- package/doc/structure_graph.js.html +2 -2
- package/doc/structure_io_binary_internals_DataType.js.html +2 -2
- package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +2 -2
- package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +2 -2
- package/doc/structure_io_graph-serializer.js.html +2 -2
- package/doc/structure_io_type-serializers.js.html +2 -2
- package/doc/utils.js.html +3 -3
- package/docker-compose.yml +14 -4
- package/eslint.config.mjs +143 -0
- package/index.js +1 -1
- package/lib/driver/connection.js +6 -3
- package/lib/process/traversal-strategy.js +4 -0
- package/lib/process/traversal.js +28 -5
- package/lib/utils.js +1 -1
- package/package.json +19 -17
- package/.eslintrc.js +0 -154
- package/Gruntfile.js +0 -35
- package/doc/DataType.js.html +0 -150
- package/doc/GraphBinaryReader.js.html +0 -132
- package/doc/GraphBinaryWriter.js.html +0 -135
- package/licenses/chai +0 -21
|
@@ -200,13 +200,13 @@
|
|
|
200
200
|
</div>
|
|
201
201
|
|
|
202
202
|
<nav>
|
|
203
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
203
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
204
204
|
</nav>
|
|
205
205
|
|
|
206
206
|
<br class="clear">
|
|
207
207
|
|
|
208
208
|
<footer>
|
|
209
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
209
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
210
210
|
</footer>
|
|
211
211
|
|
|
212
212
|
<script> prettyPrint(); </script>
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
|
|
134
134
|
<dt class="tag-source">Source:</dt>
|
|
135
135
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
136
|
-
<a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#
|
|
136
|
+
<a href="process_traversal-strategy.js.html">process/traversal-strategy.js</a>, <a href="process_traversal-strategy.js.html#line178">line 178</a>
|
|
137
137
|
</li></ul></dd>
|
|
138
138
|
|
|
139
139
|
|
|
@@ -195,13 +195,13 @@
|
|
|
195
195
|
</div>
|
|
196
196
|
|
|
197
197
|
<nav>
|
|
198
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
198
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
199
199
|
</nav>
|
|
200
200
|
|
|
201
201
|
<br class="clear">
|
|
202
202
|
|
|
203
203
|
<footer>
|
|
204
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
204
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
205
205
|
</footer>
|
|
206
206
|
|
|
207
207
|
<script> prettyPrint(); </script>
|
package/doc/P.html
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
|
|
94
94
|
<dt class="tag-source">Source:</dt>
|
|
95
95
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
96
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
96
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line268">line 268</a>
|
|
97
97
|
</li></ul></dd>
|
|
98
98
|
|
|
99
99
|
|
|
@@ -149,80 +149,23 @@
|
|
|
149
149
|
|
|
150
150
|
|
|
151
151
|
|
|
152
|
-
<h4 class="name" id="
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
<h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
|
|
155
153
|
|
|
156
154
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<h5>Parameters:</h5>
|
|
168
155
|
|
|
169
156
|
|
|
170
|
-
<table class="params">
|
|
171
|
-
<thead>
|
|
172
|
-
<tr>
|
|
173
|
-
|
|
174
|
-
<th>Name</th>
|
|
175
|
-
|
|
176
157
|
|
|
177
|
-
<th>Type</th>
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
<th>Attributes</th>
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
<th class="last">Description</th>
|
|
186
|
-
</tr>
|
|
187
|
-
</thead>
|
|
188
|
-
|
|
189
|
-
<tbody>
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
<tr>
|
|
193
|
-
|
|
194
|
-
<td class="name"><code>args</code></td>
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
<td class="type">
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
<span class="param-type">Object</span>
|
|
201
158
|
|
|
159
|
+
<div class="description">
|
|
160
|
+
Returns the string representation of the instance.
|
|
161
|
+
</div>
|
|
202
162
|
|
|
203
|
-
|
|
204
|
-
</td>
|
|
205
163
|
|
|
206
|
-
|
|
207
|
-
<td class="attributes">
|
|
208
|
-
|
|
209
164
|
|
|
210
|
-
|
|
211
165
|
|
|
212
|
-
|
|
213
|
-
<repeatable><br>
|
|
214
|
-
|
|
215
|
-
</td>
|
|
216
|
-
|
|
217
166
|
|
|
218
|
-
|
|
219
167
|
|
|
220
|
-
<td class="description last"></td>
|
|
221
|
-
</tr>
|
|
222
168
|
|
|
223
|
-
|
|
224
|
-
</tbody>
|
|
225
|
-
</table>
|
|
226
169
|
|
|
227
170
|
|
|
228
171
|
|
|
@@ -258,7 +201,7 @@
|
|
|
258
201
|
|
|
259
202
|
<dt class="tag-source">Source:</dt>
|
|
260
203
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
261
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
204
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line278">line 278</a>
|
|
262
205
|
</li></ul></dd>
|
|
263
206
|
|
|
264
207
|
|
|
@@ -283,6 +226,24 @@
|
|
|
283
226
|
|
|
284
227
|
|
|
285
228
|
|
|
229
|
+
<h5>Returns:</h5>
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
<dl>
|
|
235
|
+
<dt>
|
|
236
|
+
Type
|
|
237
|
+
</dt>
|
|
238
|
+
<dd>
|
|
239
|
+
|
|
240
|
+
<span class="param-type">string</span>
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
</dd>
|
|
244
|
+
</dl>
|
|
245
|
+
|
|
246
|
+
|
|
286
247
|
|
|
287
248
|
|
|
288
249
|
|
|
@@ -294,7 +255,7 @@
|
|
|
294
255
|
|
|
295
256
|
|
|
296
257
|
|
|
297
|
-
<h4 class="name" id=".
|
|
258
|
+
<h4 class="name" id=".between"><span class="type-signature">(static) </span>between<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
298
259
|
|
|
299
260
|
|
|
300
261
|
|
|
@@ -403,7 +364,7 @@
|
|
|
403
364
|
|
|
404
365
|
<dt class="tag-source">Source:</dt>
|
|
405
366
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
406
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
367
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line322">line 322</a>
|
|
407
368
|
</li></ul></dd>
|
|
408
369
|
|
|
409
370
|
|
|
@@ -439,7 +400,7 @@
|
|
|
439
400
|
|
|
440
401
|
|
|
441
402
|
|
|
442
|
-
<h4 class="name" id=".
|
|
403
|
+
<h4 class="name" id=".eq"><span class="type-signature">(static) </span>eq<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
443
404
|
|
|
444
405
|
|
|
445
406
|
|
|
@@ -548,7 +509,7 @@
|
|
|
548
509
|
|
|
549
510
|
<dt class="tag-source">Source:</dt>
|
|
550
511
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
551
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
512
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line327">line 327</a>
|
|
552
513
|
</li></ul></dd>
|
|
553
514
|
|
|
554
515
|
|
|
@@ -584,7 +545,7 @@
|
|
|
584
545
|
|
|
585
546
|
|
|
586
547
|
|
|
587
|
-
<h4 class="name" id=".
|
|
548
|
+
<h4 class="name" id=".gt"><span class="type-signature">(static) </span>gt<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
588
549
|
|
|
589
550
|
|
|
590
551
|
|
|
@@ -693,7 +654,7 @@
|
|
|
693
654
|
|
|
694
655
|
<dt class="tag-source">Source:</dt>
|
|
695
656
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
696
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
657
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line332">line 332</a>
|
|
697
658
|
</li></ul></dd>
|
|
698
659
|
|
|
699
660
|
|
|
@@ -729,7 +690,7 @@
|
|
|
729
690
|
|
|
730
691
|
|
|
731
692
|
|
|
732
|
-
<h4 class="name" id=".
|
|
693
|
+
<h4 class="name" id=".gte"><span class="type-signature">(static) </span>gte<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
733
694
|
|
|
734
695
|
|
|
735
696
|
|
|
@@ -838,7 +799,7 @@
|
|
|
838
799
|
|
|
839
800
|
<dt class="tag-source">Source:</dt>
|
|
840
801
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
841
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
802
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line337">line 337</a>
|
|
842
803
|
</li></ul></dd>
|
|
843
804
|
|
|
844
805
|
|
|
@@ -874,7 +835,7 @@
|
|
|
874
835
|
|
|
875
836
|
|
|
876
837
|
|
|
877
|
-
<h4 class="name" id=".
|
|
838
|
+
<h4 class="name" id=".inside"><span class="type-signature">(static) </span>inside<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
878
839
|
|
|
879
840
|
|
|
880
841
|
|
|
@@ -983,7 +944,7 @@
|
|
|
983
944
|
|
|
984
945
|
<dt class="tag-source">Source:</dt>
|
|
985
946
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
986
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
947
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line342">line 342</a>
|
|
987
948
|
</li></ul></dd>
|
|
988
949
|
|
|
989
950
|
|
|
@@ -1019,7 +980,7 @@
|
|
|
1019
980
|
|
|
1020
981
|
|
|
1021
982
|
|
|
1022
|
-
<h4 class="name" id=".
|
|
983
|
+
<h4 class="name" id=".lt"><span class="type-signature">(static) </span>lt<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1023
984
|
|
|
1024
985
|
|
|
1025
986
|
|
|
@@ -1128,7 +1089,7 @@
|
|
|
1128
1089
|
|
|
1129
1090
|
<dt class="tag-source">Source:</dt>
|
|
1130
1091
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1131
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1092
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line347">line 347</a>
|
|
1132
1093
|
</li></ul></dd>
|
|
1133
1094
|
|
|
1134
1095
|
|
|
@@ -1164,7 +1125,7 @@
|
|
|
1164
1125
|
|
|
1165
1126
|
|
|
1166
1127
|
|
|
1167
|
-
<h4 class="name" id=".
|
|
1128
|
+
<h4 class="name" id=".lte"><span class="type-signature">(static) </span>lte<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1168
1129
|
|
|
1169
1130
|
|
|
1170
1131
|
|
|
@@ -1273,7 +1234,7 @@
|
|
|
1273
1234
|
|
|
1274
1235
|
<dt class="tag-source">Source:</dt>
|
|
1275
1236
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1276
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1237
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line352">line 352</a>
|
|
1277
1238
|
</li></ul></dd>
|
|
1278
1239
|
|
|
1279
1240
|
|
|
@@ -1309,7 +1270,7 @@
|
|
|
1309
1270
|
|
|
1310
1271
|
|
|
1311
1272
|
|
|
1312
|
-
<h4 class="name" id=".
|
|
1273
|
+
<h4 class="name" id=".neq"><span class="type-signature">(static) </span>neq<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1313
1274
|
|
|
1314
1275
|
|
|
1315
1276
|
|
|
@@ -1418,7 +1379,7 @@
|
|
|
1418
1379
|
|
|
1419
1380
|
<dt class="tag-source">Source:</dt>
|
|
1420
1381
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1421
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1382
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line357">line 357</a>
|
|
1422
1383
|
</li></ul></dd>
|
|
1423
1384
|
|
|
1424
1385
|
|
|
@@ -1454,7 +1415,7 @@
|
|
|
1454
1415
|
|
|
1455
1416
|
|
|
1456
1417
|
|
|
1457
|
-
<h4 class="name" id=".
|
|
1418
|
+
<h4 class="name" id=".not"><span class="type-signature">(static) </span>not<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1458
1419
|
|
|
1459
1420
|
|
|
1460
1421
|
|
|
@@ -1563,7 +1524,7 @@
|
|
|
1563
1524
|
|
|
1564
1525
|
<dt class="tag-source">Source:</dt>
|
|
1565
1526
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1566
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1527
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line362">line 362</a>
|
|
1567
1528
|
</li></ul></dd>
|
|
1568
1529
|
|
|
1569
1530
|
|
|
@@ -1599,7 +1560,7 @@
|
|
|
1599
1560
|
|
|
1600
1561
|
|
|
1601
1562
|
|
|
1602
|
-
<h4 class="name" id=".
|
|
1563
|
+
<h4 class="name" id=".outside"><span class="type-signature">(static) </span>outside<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1603
1564
|
|
|
1604
1565
|
|
|
1605
1566
|
|
|
@@ -1708,7 +1669,7 @@
|
|
|
1708
1669
|
|
|
1709
1670
|
<dt class="tag-source">Source:</dt>
|
|
1710
1671
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1711
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1672
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line367">line 367</a>
|
|
1712
1673
|
</li></ul></dd>
|
|
1713
1674
|
|
|
1714
1675
|
|
|
@@ -1744,16 +1705,13 @@
|
|
|
1744
1705
|
|
|
1745
1706
|
|
|
1746
1707
|
|
|
1747
|
-
<h4 class="name" id="
|
|
1708
|
+
<h4 class="name" id=".test"><span class="type-signature">(static) </span>test<span class="signature">(…args)</span><span class="type-signature"></span></h4>
|
|
1748
1709
|
|
|
1749
1710
|
|
|
1750
1711
|
|
|
1751
1712
|
|
|
1752
1713
|
|
|
1753
1714
|
|
|
1754
|
-
<div class="description">
|
|
1755
|
-
Returns the string representation of the instance.
|
|
1756
|
-
</div>
|
|
1757
1715
|
|
|
1758
1716
|
|
|
1759
1717
|
|
|
@@ -1762,6 +1720,66 @@
|
|
|
1762
1720
|
|
|
1763
1721
|
|
|
1764
1722
|
|
|
1723
|
+
<h5>Parameters:</h5>
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
<table class="params">
|
|
1727
|
+
<thead>
|
|
1728
|
+
<tr>
|
|
1729
|
+
|
|
1730
|
+
<th>Name</th>
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
<th>Type</th>
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
<th>Attributes</th>
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
|
|
1741
|
+
<th class="last">Description</th>
|
|
1742
|
+
</tr>
|
|
1743
|
+
</thead>
|
|
1744
|
+
|
|
1745
|
+
<tbody>
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
<tr>
|
|
1749
|
+
|
|
1750
|
+
<td class="name"><code>args</code></td>
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
<td class="type">
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
<span class="param-type">Object</span>
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
</td>
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
<td class="attributes">
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
<repeatable><br>
|
|
1770
|
+
|
|
1771
|
+
</td>
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
<td class="description last"></td>
|
|
1777
|
+
</tr>
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
</tbody>
|
|
1781
|
+
</table>
|
|
1782
|
+
|
|
1765
1783
|
|
|
1766
1784
|
|
|
1767
1785
|
|
|
@@ -1796,7 +1814,7 @@
|
|
|
1796
1814
|
|
|
1797
1815
|
<dt class="tag-source">Source:</dt>
|
|
1798
1816
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
1799
|
-
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#
|
|
1817
|
+
<a href="process_traversal.js.html">process/traversal.js</a>, <a href="process_traversal.js.html#line372">line 372</a>
|
|
1800
1818
|
</li></ul></dd>
|
|
1801
1819
|
|
|
1802
1820
|
|
|
@@ -1821,24 +1839,6 @@
|
|
|
1821
1839
|
|
|
1822
1840
|
|
|
1823
1841
|
|
|
1824
|
-
<h5>Returns:</h5>
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
<dl>
|
|
1830
|
-
<dt>
|
|
1831
|
-
Type
|
|
1832
|
-
</dt>
|
|
1833
|
-
<dd>
|
|
1834
|
-
|
|
1835
|
-
<span class="param-type">string</span>
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
</dd>
|
|
1839
|
-
</dl>
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
1842
|
|
|
1843
1843
|
|
|
1844
1844
|
|
|
@@ -1860,13 +1860,13 @@
|
|
|
1860
1860
|
</div>
|
|
1861
1861
|
|
|
1862
1862
|
<nav>
|
|
1863
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
1863
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
1864
1864
|
</nav>
|
|
1865
1865
|
|
|
1866
1866
|
<br class="clear">
|
|
1867
1867
|
|
|
1868
1868
|
<footer>
|
|
1869
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
1869
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
1870
1870
|
</footer>
|
|
1871
1871
|
|
|
1872
1872
|
<script> prettyPrint(); </script>
|
|
@@ -372,13 +372,13 @@
|
|
|
372
372
|
</div>
|
|
373
373
|
|
|
374
374
|
<nav>
|
|
375
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
375
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
376
376
|
</nav>
|
|
377
377
|
|
|
378
378
|
<br class="clear">
|
|
379
379
|
|
|
380
380
|
<footer>
|
|
381
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
381
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
382
382
|
</footer>
|
|
383
383
|
|
|
384
384
|
<script> prettyPrint(); </script>
|
package/doc/Path.html
CHANGED
|
@@ -227,13 +227,13 @@
|
|
|
227
227
|
</div>
|
|
228
228
|
|
|
229
229
|
<nav>
|
|
230
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
230
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
231
231
|
</nav>
|
|
232
232
|
|
|
233
233
|
<br class="clear">
|
|
234
234
|
|
|
235
235
|
<footer>
|
|
236
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
236
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
237
237
|
</footer>
|
|
238
238
|
|
|
239
239
|
<script> prettyPrint(); </script>
|
|
@@ -441,13 +441,13 @@
|
|
|
441
441
|
</div>
|
|
442
442
|
|
|
443
443
|
<nav>
|
|
444
|
-
<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="CardinalityValue.html">CardinalityValue</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="
|
|
444
|
+
<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="CardinalityValue.html">CardinalityValue</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><li><a href="module.exports.html">exports</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
445
445
|
</nav>
|
|
446
446
|
|
|
447
447
|
<br class="clear">
|
|
448
448
|
|
|
449
449
|
<footer>
|
|
450
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
450
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 13:35:00 GMT-0700 (Pacific Daylight Time)
|
|
451
451
|
</footer>
|
|
452
452
|
|
|
453
453
|
<script> prettyPrint(); </script>
|