gremlin 3.7.5 → 3.7.6

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 (81) hide show
  1. package/.prettierrc.js +1 -1
  2. package/NOTICE +1 -1
  3. package/doc/AnonymousTraversalSource.html +46 -46
  4. package/doc/Authenticator.html +2 -2
  5. package/doc/Bytecode.html +87 -87
  6. package/doc/CardinalityValue.html +2 -2
  7. package/doc/Client.html +2 -2
  8. package/doc/Connection.html +5 -5
  9. package/doc/DriverRemoteConnection.html +2 -2
  10. package/doc/EdgeLabelVerificationStrategy.html +2 -2
  11. package/doc/Graph.html +2 -2
  12. package/doc/GraphSON2Reader.html +2 -2
  13. package/doc/GraphSON2Writer.html +2 -2
  14. package/doc/GraphSON3Reader.html +2 -2
  15. package/doc/GraphSON3Writer.html +2 -2
  16. package/doc/GraphTraversal.html +328 -328
  17. package/doc/GraphTraversalSource.html +299 -299
  18. package/doc/HaltedTraverserStrategy.html +2 -2
  19. package/doc/MatchAlgorithmStrategy.html +2 -2
  20. package/doc/P.html +107 -107
  21. package/doc/PartitionStrategy.html +2 -2
  22. package/doc/Path.html +2 -2
  23. package/doc/PlainTextSaslAuthenticator.html +2 -2
  24. package/doc/ProductiveByStrategy.html +2 -2
  25. package/doc/RemoteConnection.html +2 -2
  26. package/doc/RemoteStrategy.html +2 -2
  27. package/doc/RemoteTraversal.html +2 -2
  28. package/doc/ReservedKeysVerificationStrategy.html +2 -2
  29. package/doc/ResponseError.html +2 -2
  30. package/doc/ResultSet.html +2 -2
  31. package/doc/SaslAuthenticator.html +2 -2
  32. package/doc/SaslMechanismBase.html +2 -2
  33. package/doc/SaslMechanismPlain.html +2 -2
  34. package/doc/SeedStrategy.html +2 -2
  35. package/doc/SubgraphStrategy.html +2 -2
  36. package/doc/TextP.html +101 -101
  37. package/doc/Transaction.html +2 -2
  38. package/doc/Translator.html +2 -2
  39. package/doc/TraversalStrategies.html +2 -2
  40. package/doc/TraversalStrategy.html +2 -2
  41. package/doc/TypeSerializer.html +2 -2
  42. package/doc/driver_auth_authenticator.js.html +2 -2
  43. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +2 -2
  44. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +2 -2
  45. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +2 -2
  46. package/doc/driver_auth_sasl-authenticator.js.html +2 -2
  47. package/doc/driver_client.js.html +2 -2
  48. package/doc/driver_connection.js.html +8 -5
  49. package/doc/driver_driver-remote-connection.js.html +2 -2
  50. package/doc/driver_remote-connection.js.html +2 -2
  51. package/doc/driver_response-error.js.html +2 -2
  52. package/doc/driver_result-set.js.html +2 -2
  53. package/doc/global.html +2 -2
  54. package/doc/index.html +2 -2
  55. package/doc/module.exports.html +2 -2
  56. package/doc/process_anonymous-traversal.js.html +2 -2
  57. package/doc/process_bytecode.js.html +2 -2
  58. package/doc/process_graph-traversal.js.html +2 -2
  59. package/doc/process_transaction.js.html +2 -2
  60. package/doc/process_translator.js.html +2 -2
  61. package/doc/process_traversal-strategy.js.html +2 -2
  62. package/doc/process_traversal.js.html +2 -2
  63. package/doc/structure_graph.js.html +2 -2
  64. package/doc/structure_io_binary_internals_DataType.js.html +2 -2
  65. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +2 -2
  66. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +2 -2
  67. package/doc/structure_io_graph-serializer.js.html +2 -2
  68. package/doc/structure_io_type-serializers.js.html +2 -2
  69. package/doc/utils.js.html +3 -3
  70. package/docker-compose.yml +14 -4
  71. package/eslint.config.mjs +143 -0
  72. package/index.js +1 -1
  73. package/lib/driver/connection.js +6 -3
  74. package/lib/utils.js +1 -1
  75. package/package.json +11 -9
  76. package/.eslintrc.js +0 -154
  77. package/Gruntfile.js +0 -35
  78. package/doc/DataType.js.html +0 -150
  79. package/doc/GraphBinaryReader.js.html +0 -132
  80. package/doc/GraphBinaryWriter.js.html +0 -135
  81. package/licenses/chai +0 -21
@@ -342,7 +342,7 @@
342
342
 
343
343
 
344
344
 
345
- <h4 class="name" id="addE"><span class="type-signature"></span>addE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
345
+ <h4 class="name" id="E"><span class="type-signature"></span>E<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
346
346
 
347
347
 
348
348
 
@@ -350,7 +350,7 @@
350
350
 
351
351
 
352
352
  <div class="description">
353
- addE GraphTraversalSource step method.
353
+ E GraphTraversalSource step method.
354
354
  </div>
355
355
 
356
356
 
@@ -455,7 +455,7 @@
455
455
 
456
456
  <dt class="tag-source">Source:</dt>
457
457
  <dd class="tag-source"><ul class="dummy"><li>
458
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line276">line 276</a>
458
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line256">line 256</a>
459
459
  </li></ul></dd>
460
460
 
461
461
 
@@ -509,7 +509,7 @@
509
509
 
510
510
 
511
511
 
512
- <h4 class="name" id="addV"><span class="type-signature"></span>addV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
512
+ <h4 class="name" id="V"><span class="type-signature"></span>V<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
513
513
 
514
514
 
515
515
 
@@ -517,7 +517,7 @@
517
517
 
518
518
 
519
519
  <div class="description">
520
- addV GraphTraversalSource step method.
520
+ V GraphTraversalSource step method.
521
521
  </div>
522
522
 
523
523
 
@@ -622,7 +622,7 @@
622
622
 
623
623
  <dt class="tag-source">Source:</dt>
624
624
  <dd class="tag-source"><ul class="dummy"><li>
625
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line296">line 296</a>
625
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line266">line 266</a>
626
626
  </li></ul></dd>
627
627
 
628
628
 
@@ -676,7 +676,7 @@
676
676
 
677
677
 
678
678
 
679
- <h4 class="name" id="call"><span class="type-signature"></span>call<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
679
+ <h4 class="name" id="addE"><span class="type-signature"></span>addE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
680
680
 
681
681
 
682
682
 
@@ -684,7 +684,7 @@
684
684
 
685
685
 
686
686
  <div class="description">
687
- call GraphTraversalSource step method.
687
+ addE GraphTraversalSource step method.
688
688
  </div>
689
689
 
690
690
 
@@ -789,7 +789,7 @@
789
789
 
790
790
  <dt class="tag-source">Source:</dt>
791
791
  <dd class="tag-source"><ul class="dummy"><li>
792
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line336">line 336</a>
792
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line276">line 276</a>
793
793
  </li></ul></dd>
794
794
 
795
795
 
@@ -843,7 +843,7 @@
843
843
 
844
844
 
845
845
 
846
- <h4 class="name" id="E"><span class="type-signature"></span>E<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
846
+ <h4 class="name" id="addV"><span class="type-signature"></span>addV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
847
847
 
848
848
 
849
849
 
@@ -851,7 +851,7 @@
851
851
 
852
852
 
853
853
  <div class="description">
854
- E GraphTraversalSource step method.
854
+ addV GraphTraversalSource step method.
855
855
  </div>
856
856
 
857
857
 
@@ -956,7 +956,7 @@
956
956
 
957
957
  <dt class="tag-source">Source:</dt>
958
958
  <dd class="tag-source"><ul class="dummy"><li>
959
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line256">line 256</a>
959
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line296">line 296</a>
960
960
  </li></ul></dd>
961
961
 
962
962
 
@@ -1010,7 +1010,7 @@
1010
1010
 
1011
1011
 
1012
1012
 
1013
- <h4 class="name" id="inject"><span class="type-signature"></span>inject<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1013
+ <h4 class="name" id="call"><span class="type-signature"></span>call<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1014
1014
 
1015
1015
 
1016
1016
 
@@ -1018,7 +1018,7 @@
1018
1018
 
1019
1019
 
1020
1020
  <div class="description">
1021
- inject GraphTraversalSource step method.
1021
+ call GraphTraversalSource step method.
1022
1022
  </div>
1023
1023
 
1024
1024
 
@@ -1123,7 +1123,7 @@
1123
1123
 
1124
1124
  <dt class="tag-source">Source:</dt>
1125
1125
  <dd class="tag-source"><ul class="dummy"><li>
1126
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line316">line 316</a>
1126
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line336">line 336</a>
1127
1127
  </li></ul></dd>
1128
1128
 
1129
1129
 
@@ -1177,7 +1177,7 @@
1177
1177
 
1178
1178
 
1179
1179
 
1180
- <h4 class="name" id="io"><span class="type-signature"></span>io<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1180
+ <h4 class="name" id="inject"><span class="type-signature"></span>inject<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1181
1181
 
1182
1182
 
1183
1183
 
@@ -1185,7 +1185,7 @@
1185
1185
 
1186
1186
 
1187
1187
  <div class="description">
1188
- io GraphTraversalSource step method.
1188
+ inject GraphTraversalSource step method.
1189
1189
  </div>
1190
1190
 
1191
1191
 
@@ -1290,7 +1290,7 @@
1290
1290
 
1291
1291
  <dt class="tag-source">Source:</dt>
1292
1292
  <dd class="tag-source"><ul class="dummy"><li>
1293
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line326">line 326</a>
1293
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line316">line 316</a>
1294
1294
  </li></ul></dd>
1295
1295
 
1296
1296
 
@@ -1344,7 +1344,7 @@
1344
1344
 
1345
1345
 
1346
1346
 
1347
- <h4 class="name" id="mergeE"><span class="type-signature"></span>mergeE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1347
+ <h4 class="name" id="io"><span class="type-signature"></span>io<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1348
1348
 
1349
1349
 
1350
1350
 
@@ -1352,7 +1352,7 @@
1352
1352
 
1353
1353
 
1354
1354
  <div class="description">
1355
- mergeV GraphTraversalSource step method.
1355
+ io GraphTraversalSource step method.
1356
1356
  </div>
1357
1357
 
1358
1358
 
@@ -1457,7 +1457,7 @@
1457
1457
 
1458
1458
  <dt class="tag-source">Source:</dt>
1459
1459
  <dd class="tag-source"><ul class="dummy"><li>
1460
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line286">line 286</a>
1460
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line326">line 326</a>
1461
1461
  </li></ul></dd>
1462
1462
 
1463
1463
 
@@ -1511,7 +1511,7 @@
1511
1511
 
1512
1512
 
1513
1513
 
1514
- <h4 class="name" id="mergeV"><span class="type-signature"></span>mergeV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1514
+ <h4 class="name" id="mergeE"><span class="type-signature"></span>mergeE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1515
1515
 
1516
1516
 
1517
1517
 
@@ -1624,7 +1624,7 @@
1624
1624
 
1625
1625
  <dt class="tag-source">Source:</dt>
1626
1626
  <dd class="tag-source"><ul class="dummy"><li>
1627
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line306">line 306</a>
1627
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line286">line 286</a>
1628
1628
  </li></ul></dd>
1629
1629
 
1630
1630
 
@@ -1678,7 +1678,7 @@
1678
1678
 
1679
1679
 
1680
1680
 
1681
- <h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
1681
+ <h4 class="name" id="mergeV"><span class="type-signature"></span>mergeV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1682
1682
 
1683
1683
 
1684
1684
 
@@ -1686,7 +1686,7 @@
1686
1686
 
1687
1687
 
1688
1688
  <div class="description">
1689
- Returns the string representation of the GraphTraversalSource.
1689
+ mergeV GraphTraversalSource step method.
1690
1690
  </div>
1691
1691
 
1692
1692
 
@@ -1697,6 +1697,67 @@
1697
1697
 
1698
1698
 
1699
1699
 
1700
+ <h5>Parameters:</h5>
1701
+
1702
+
1703
+ <table class="params">
1704
+ <thead>
1705
+ <tr>
1706
+
1707
+ <th>Name</th>
1708
+
1709
+
1710
+ <th>Type</th>
1711
+
1712
+
1713
+ <th>Attributes</th>
1714
+
1715
+
1716
+
1717
+
1718
+ <th class="last">Description</th>
1719
+ </tr>
1720
+ </thead>
1721
+
1722
+ <tbody>
1723
+
1724
+
1725
+ <tr>
1726
+
1727
+ <td class="name"><code>args</code></td>
1728
+
1729
+
1730
+ <td class="type">
1731
+
1732
+
1733
+ <span class="param-type">Object</span>
1734
+
1735
+
1736
+
1737
+ </td>
1738
+
1739
+
1740
+ <td class="attributes">
1741
+
1742
+
1743
+
1744
+
1745
+
1746
+ &lt;repeatable><br>
1747
+
1748
+ </td>
1749
+
1750
+
1751
+
1752
+
1753
+ <td class="description last"></td>
1754
+ </tr>
1755
+
1756
+
1757
+ </tbody>
1758
+ </table>
1759
+
1760
+
1700
1761
 
1701
1762
 
1702
1763
 
@@ -1730,7 +1791,7 @@
1730
1791
 
1731
1792
  <dt class="tag-source">Source:</dt>
1732
1793
  <dd class="tag-source"><ul class="dummy"><li>
1733
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line151">line 151</a>
1794
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line306">line 306</a>
1734
1795
  </li></ul></dd>
1735
1796
 
1736
1797
 
@@ -1766,7 +1827,7 @@
1766
1827
  </dt>
1767
1828
  <dd>
1768
1829
 
1769
- <span class="param-type">string</span>
1830
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
1770
1831
 
1771
1832
 
1772
1833
  </dd>
@@ -1784,7 +1845,7 @@
1784
1845
 
1785
1846
 
1786
1847
 
1787
- <h4 class="name" id="tx"><span class="type-signature"></span>tx<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="Transaction.html">Transaction</a>}</span></h4>
1848
+ <h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> &rarr; {string}</span></h4>
1788
1849
 
1789
1850
 
1790
1851
 
@@ -1792,7 +1853,7 @@
1792
1853
 
1793
1854
 
1794
1855
  <div class="description">
1795
- Spawn a new <code>Transaction</code> object that can then start and stop a transaction.
1856
+ Returns the string representation of the GraphTraversalSource.
1796
1857
  </div>
1797
1858
 
1798
1859
 
@@ -1836,7 +1897,7 @@
1836
1897
 
1837
1898
  <dt class="tag-source">Source:</dt>
1838
1899
  <dd class="tag-source"><ul class="dummy"><li>
1839
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line77">line 77</a>
1900
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line151">line 151</a>
1840
1901
  </li></ul></dd>
1841
1902
 
1842
1903
 
@@ -1872,7 +1933,7 @@
1872
1933
  </dt>
1873
1934
  <dd>
1874
1935
 
1875
- <span class="param-type"><a href="Transaction.html">Transaction</a></span>
1936
+ <span class="param-type">string</span>
1876
1937
 
1877
1938
 
1878
1939
  </dd>
@@ -1890,7 +1951,7 @@
1890
1951
 
1891
1952
 
1892
1953
 
1893
- <h4 class="name" id="union"><span class="type-signature"></span>union<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1954
+ <h4 class="name" id="tx"><span class="type-signature"></span>tx<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="Transaction.html">Transaction</a>}</span></h4>
1894
1955
 
1895
1956
 
1896
1957
 
@@ -1898,7 +1959,7 @@
1898
1959
 
1899
1960
 
1900
1961
  <div class="description">
1901
- union GraphTraversalSource method.
1962
+ Spawn a new <code>Transaction</code> object that can then start and stop a transaction.
1902
1963
  </div>
1903
1964
 
1904
1965
 
@@ -1909,67 +1970,6 @@
1909
1970
 
1910
1971
 
1911
1972
 
1912
- <h5>Parameters:</h5>
1913
-
1914
-
1915
- <table class="params">
1916
- <thead>
1917
- <tr>
1918
-
1919
- <th>Name</th>
1920
-
1921
-
1922
- <th>Type</th>
1923
-
1924
-
1925
- <th>Attributes</th>
1926
-
1927
-
1928
-
1929
-
1930
- <th class="last">Description</th>
1931
- </tr>
1932
- </thead>
1933
-
1934
- <tbody>
1935
-
1936
-
1937
- <tr>
1938
-
1939
- <td class="name"><code>args</code></td>
1940
-
1941
-
1942
- <td class="type">
1943
-
1944
-
1945
- <span class="param-type">Object</span>
1946
-
1947
-
1948
-
1949
- </td>
1950
-
1951
-
1952
- <td class="attributes">
1953
-
1954
-
1955
-
1956
-
1957
-
1958
- &lt;repeatable><br>
1959
-
1960
- </td>
1961
-
1962
-
1963
-
1964
-
1965
- <td class="description last"></td>
1966
- </tr>
1967
-
1968
-
1969
- </tbody>
1970
- </table>
1971
-
1972
-
1973
1973
 
1974
1974
 
1975
1975
 
@@ -2003,7 +2003,7 @@
2003
2003
 
2004
2004
  <dt class="tag-source">Source:</dt>
2005
2005
  <dd class="tag-source"><ul class="dummy"><li>
2006
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line346">line 346</a>
2006
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line77">line 77</a>
2007
2007
  </li></ul></dd>
2008
2008
 
2009
2009
 
@@ -2039,7 +2039,7 @@
2039
2039
  </dt>
2040
2040
  <dd>
2041
2041
 
2042
- <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2042
+ <span class="param-type"><a href="Transaction.html">Transaction</a></span>
2043
2043
 
2044
2044
 
2045
2045
  </dd>
@@ -2057,7 +2057,7 @@
2057
2057
 
2058
2058
 
2059
2059
 
2060
- <h4 class="name" id="V"><span class="type-signature"></span>V<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2060
+ <h4 class="name" id="union"><span class="type-signature"></span>union<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2061
2061
 
2062
2062
 
2063
2063
 
@@ -2065,7 +2065,7 @@
2065
2065
 
2066
2066
 
2067
2067
  <div class="description">
2068
- V GraphTraversalSource step method.
2068
+ union GraphTraversalSource method.
2069
2069
  </div>
2070
2070
 
2071
2071
 
@@ -2170,7 +2170,7 @@
2170
2170
 
2171
2171
  <dt class="tag-source">Source:</dt>
2172
2172
  <dd class="tag-source"><ul class="dummy"><li>
2173
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line266">line 266</a>
2173
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line346">line 346</a>
2174
2174
  </li></ul></dd>
2175
2175
 
2176
2176
 
@@ -2224,7 +2224,7 @@
2224
2224
 
2225
2225
 
2226
2226
 
2227
- <h4 class="name" id="with_"><span class="type-signature"></span>with_<span class="signature">(key, value)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2227
+ <h4 class="name" id="withBulk"><span class="type-signature"></span>withBulk<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2228
2228
 
2229
2229
 
2230
2230
 
@@ -2232,7 +2232,7 @@
2232
2232
 
2233
2233
 
2234
2234
  <div class="description">
2235
- Graph Traversal Source with method.
2235
+ Graph Traversal Source withBulk method.
2236
2236
  </div>
2237
2237
 
2238
2238
 
@@ -2256,6 +2256,8 @@
2256
2256
  <th>Type</th>
2257
2257
 
2258
2258
 
2259
+ <th>Attributes</th>
2260
+
2259
2261
 
2260
2262
 
2261
2263
 
@@ -2268,46 +2270,33 @@
2268
2270
 
2269
2271
  <tr>
2270
2272
 
2271
- <td class="name"><code>key</code></td>
2273
+ <td class="name"><code>args</code></td>
2272
2274
 
2273
2275
 
2274
2276
  <td class="type">
2275
2277
 
2276
2278
 
2277
- <span class="param-type">String</span>
2279
+ <span class="param-type">Object</span>
2278
2280
 
2279
2281
 
2280
2282
 
2281
2283
  </td>
2282
2284
 
2283
2285
 
2284
-
2285
-
2286
-
2287
- <td class="description last"></td>
2288
- </tr>
2289
-
2290
-
2291
-
2292
- <tr>
2293
-
2294
- <td class="name"><code>value</code></td>
2295
-
2296
-
2297
- <td class="type">
2298
-
2286
+ <td class="attributes">
2299
2287
 
2300
- <span class="param-type">Object</span>
2301
-
2302
2288
 
2303
-
2304
- </td>
2289
+
2305
2290
 
2291
+
2292
+ &lt;repeatable><br>
2293
+
2294
+ </td>
2306
2295
 
2307
2296
 
2308
2297
 
2309
2298
 
2310
- <td class="description last">if not specified, the value with default to {@code true}</td>
2299
+ <td class="description last"></td>
2311
2300
  </tr>
2312
2301
 
2313
2302
 
@@ -2348,7 +2337,7 @@
2348
2337
 
2349
2338
  <dt class="tag-source">Source:</dt>
2350
2339
  <dd class="tag-source"><ul class="dummy"><li>
2351
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line128">line 128</a>
2340
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line160">line 160</a>
2352
2341
  </li></ul></dd>
2353
2342
 
2354
2343
 
@@ -2402,17 +2391,13 @@
2402
2391
 
2403
2392
 
2404
2393
 
2405
- <h4 class="name" id="withBulk"><span class="type-signature"></span>withBulk<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2394
+ <h4 class="name" id="withComputer"><span class="type-signature"></span>withComputer<span class="signature">(graphComputer, workers, result, persist, vertices, edges, configuration)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2406
2395
 
2407
2396
 
2408
2397
 
2409
2398
 
2410
2399
 
2411
2400
 
2412
- <div class="description">
2413
- Graph Traversal Source withBulk method.
2414
- </div>
2415
-
2416
2401
 
2417
2402
 
2418
2403
 
@@ -2434,8 +2419,6 @@
2434
2419
  <th>Type</th>
2435
2420
 
2436
2421
 
2437
- <th>Attributes</th>
2438
-
2439
2422
 
2440
2423
 
2441
2424
 
@@ -2448,28 +2431,121 @@
2448
2431
 
2449
2432
  <tr>
2450
2433
 
2451
- <td class="name"><code>args</code></td>
2434
+ <td class="name"><code>graphComputer</code></td>
2452
2435
 
2453
2436
 
2454
2437
  <td class="type">
2455
2438
 
2456
-
2457
- <span class="param-type">Object</span>
2458
-
2459
-
2460
-
2461
2439
  </td>
2462
2440
 
2463
2441
 
2464
- <td class="attributes">
2465
-
2466
2442
 
2467
-
2443
+
2444
+
2445
+ <td class="description last"></td>
2446
+ </tr>
2447
+
2448
+
2449
+
2450
+ <tr>
2451
+
2452
+ <td class="name"><code>workers</code></td>
2453
+
2454
+
2455
+ <td class="type">
2456
+
2457
+ </td>
2458
+
2459
+
2460
+
2461
+
2462
+
2463
+ <td class="description last"></td>
2464
+ </tr>
2465
+
2466
+
2467
+
2468
+ <tr>
2469
+
2470
+ <td class="name"><code>result</code></td>
2471
+
2472
+
2473
+ <td class="type">
2474
+
2475
+ </td>
2476
+
2477
+
2478
+
2479
+
2480
+
2481
+ <td class="description last"></td>
2482
+ </tr>
2483
+
2484
+
2485
+
2486
+ <tr>
2487
+
2488
+ <td class="name"><code>persist</code></td>
2489
+
2490
+
2491
+ <td class="type">
2492
+
2493
+ </td>
2494
+
2495
+
2496
+
2497
+
2498
+
2499
+ <td class="description last"></td>
2500
+ </tr>
2501
+
2502
+
2503
+
2504
+ <tr>
2505
+
2506
+ <td class="name"><code>vertices</code></td>
2507
+
2508
+
2509
+ <td class="type">
2510
+
2511
+ </td>
2512
+
2513
+
2514
+
2515
+
2516
+
2517
+ <td class="description last"></td>
2518
+ </tr>
2519
+
2520
+
2521
+
2522
+ <tr>
2523
+
2524
+ <td class="name"><code>edges</code></td>
2525
+
2526
+
2527
+ <td class="type">
2528
+
2529
+ </td>
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+ <td class="description last"></td>
2536
+ </tr>
2537
+
2538
+
2539
+
2540
+ <tr>
2541
+
2542
+ <td class="name"><code>configuration</code></td>
2543
+
2544
+
2545
+ <td class="type">
2546
+
2547
+ </td>
2468
2548
 
2469
-
2470
- &lt;repeatable><br>
2471
-
2472
- </td>
2473
2549
 
2474
2550
 
2475
2551
 
@@ -2515,7 +2591,7 @@
2515
2591
 
2516
2592
  <dt class="tag-source">Source:</dt>
2517
2593
  <dd class="tag-source"><ul class="dummy"><li>
2518
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line160">line 160</a>
2594
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line96">line 96</a>
2519
2595
  </li></ul></dd>
2520
2596
 
2521
2597
 
@@ -2569,13 +2645,17 @@
2569
2645
 
2570
2646
 
2571
2647
 
2572
- <h4 class="name" id="withComputer"><span class="type-signature"></span>withComputer<span class="signature">(graphComputer, workers, result, persist, vertices, edges, configuration)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2648
+ <h4 class="name" id="withPath"><span class="type-signature"></span>withPath<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2573
2649
 
2574
2650
 
2575
2651
 
2576
2652
 
2577
2653
 
2578
2654
 
2655
+ <div class="description">
2656
+ Graph Traversal Source withPath method.
2657
+ </div>
2658
+
2579
2659
 
2580
2660
 
2581
2661
 
@@ -2597,6 +2677,8 @@
2597
2677
  <th>Type</th>
2598
2678
 
2599
2679
 
2680
+ <th>Attributes</th>
2681
+
2600
2682
 
2601
2683
 
2602
2684
 
@@ -2609,121 +2691,28 @@
2609
2691
 
2610
2692
  <tr>
2611
2693
 
2612
- <td class="name"><code>graphComputer</code></td>
2613
-
2614
-
2615
- <td class="type">
2616
-
2617
- </td>
2618
-
2619
-
2620
-
2621
-
2622
-
2623
- <td class="description last"></td>
2624
- </tr>
2625
-
2626
-
2627
-
2628
- <tr>
2629
-
2630
- <td class="name"><code>workers</code></td>
2631
-
2632
-
2633
- <td class="type">
2634
-
2635
- </td>
2636
-
2637
-
2638
-
2639
-
2640
-
2641
- <td class="description last"></td>
2642
- </tr>
2643
-
2644
-
2645
-
2646
- <tr>
2647
-
2648
- <td class="name"><code>result</code></td>
2649
-
2650
-
2651
- <td class="type">
2652
-
2653
- </td>
2654
-
2655
-
2656
-
2657
-
2658
-
2659
- <td class="description last"></td>
2660
- </tr>
2661
-
2662
-
2663
-
2664
- <tr>
2665
-
2666
- <td class="name"><code>persist</code></td>
2667
-
2668
-
2669
- <td class="type">
2670
-
2671
- </td>
2672
-
2673
-
2674
-
2675
-
2676
-
2677
- <td class="description last"></td>
2678
- </tr>
2679
-
2680
-
2681
-
2682
- <tr>
2683
-
2684
- <td class="name"><code>vertices</code></td>
2694
+ <td class="name"><code>args</code></td>
2685
2695
 
2686
2696
 
2687
2697
  <td class="type">
2688
2698
 
2689
- </td>
2690
-
2691
-
2692
-
2693
-
2694
-
2695
- <td class="description last"></td>
2696
- </tr>
2697
-
2698
-
2699
+
2700
+ <span class="param-type">Object</span>
2699
2701
 
2700
- <tr>
2701
-
2702
- <td class="name"><code>edges</code></td>
2703
-
2704
2702
 
2705
- <td class="type">
2706
2703
 
2707
2704
  </td>
2708
2705
 
2709
2706
 
2707
+ <td class="attributes">
2708
+
2710
2709
 
2711
-
2712
-
2713
- <td class="description last"></td>
2714
- </tr>
2715
-
2716
-
2717
-
2718
- <tr>
2719
-
2720
- <td class="name"><code>configuration</code></td>
2721
-
2722
-
2723
- <td class="type">
2724
-
2725
- </td>
2710
+
2726
2711
 
2712
+
2713
+ &lt;repeatable><br>
2714
+
2715
+ </td>
2727
2716
 
2728
2717
 
2729
2718
 
@@ -2769,7 +2758,7 @@
2769
2758
 
2770
2759
  <dt class="tag-source">Source:</dt>
2771
2760
  <dd class="tag-source"><ul class="dummy"><li>
2772
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line96">line 96</a>
2761
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line176">line 176</a>
2773
2762
  </li></ul></dd>
2774
2763
 
2775
2764
 
@@ -2823,17 +2812,13 @@
2823
2812
 
2824
2813
 
2825
2814
 
2826
- <h4 class="name" id="withoutStrategies"><span class="type-signature"></span>withoutStrategies<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2815
+ <h4 class="name" id="withRemote"><span class="type-signature"></span>withRemote<span class="signature">(remoteConnection)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2827
2816
 
2828
2817
 
2829
2818
 
2830
2819
 
2831
2820
 
2832
2821
 
2833
- <div class="description">
2834
- Graph Traversal Source withoutStrategies method.
2835
- </div>
2836
-
2837
2822
 
2838
2823
 
2839
2824
 
@@ -2855,8 +2840,6 @@
2855
2840
  <th>Type</th>
2856
2841
 
2857
2842
 
2858
- <th>Attributes</th>
2859
-
2860
2843
 
2861
2844
 
2862
2845
 
@@ -2869,29 +2852,19 @@
2869
2852
 
2870
2853
  <tr>
2871
2854
 
2872
- <td class="name"><code>args</code></td>
2855
+ <td class="name"><code>remoteConnection</code></td>
2873
2856
 
2874
2857
 
2875
2858
  <td class="type">
2876
2859
 
2877
2860
 
2878
- <span class="param-type">Object</span>
2861
+ <span class="param-type"><a href="RemoteConnection.html">RemoteConnection</a></span>
2879
2862
 
2880
2863
 
2881
2864
 
2882
2865
  </td>
2883
2866
 
2884
2867
 
2885
- <td class="attributes">
2886
-
2887
-
2888
-
2889
-
2890
-
2891
- &lt;repeatable><br>
2892
-
2893
- </td>
2894
-
2895
2868
 
2896
2869
 
2897
2870
 
@@ -2936,7 +2909,7 @@
2936
2909
 
2937
2910
  <dt class="tag-source">Source:</dt>
2938
2911
  <dd class="tag-source"><ul class="dummy"><li>
2939
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line240">line 240</a>
2912
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line61">line 61</a>
2940
2913
  </li></ul></dd>
2941
2914
 
2942
2915
 
@@ -2990,7 +2963,7 @@
2990
2963
 
2991
2964
 
2992
2965
 
2993
- <h4 class="name" id="withPath"><span class="type-signature"></span>withPath<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2966
+ <h4 class="name" id="withSack"><span class="type-signature"></span>withSack<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
2994
2967
 
2995
2968
 
2996
2969
 
@@ -2998,7 +2971,7 @@
2998
2971
 
2999
2972
 
3000
2973
  <div class="description">
3001
- Graph Traversal Source withPath method.
2974
+ Graph Traversal Source withSack method.
3002
2975
  </div>
3003
2976
 
3004
2977
 
@@ -3103,7 +3076,7 @@
3103
3076
 
3104
3077
  <dt class="tag-source">Source:</dt>
3105
3078
  <dd class="tag-source"><ul class="dummy"><li>
3106
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line176">line 176</a>
3079
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line192">line 192</a>
3107
3080
  </li></ul></dd>
3108
3081
 
3109
3082
 
@@ -3157,13 +3130,17 @@
3157
3130
 
3158
3131
 
3159
3132
 
3160
- <h4 class="name" id="withRemote"><span class="type-signature"></span>withRemote<span class="signature">(remoteConnection)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3133
+ <h4 class="name" id="withSideEffect"><span class="type-signature"></span>withSideEffect<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3161
3134
 
3162
3135
 
3163
3136
 
3164
3137
 
3165
3138
 
3166
3139
 
3140
+ <div class="description">
3141
+ Graph Traversal Source withSideEffect method.
3142
+ </div>
3143
+
3167
3144
 
3168
3145
 
3169
3146
 
@@ -3185,6 +3162,8 @@
3185
3162
  <th>Type</th>
3186
3163
 
3187
3164
 
3165
+ <th>Attributes</th>
3166
+
3188
3167
 
3189
3168
 
3190
3169
 
@@ -3197,19 +3176,29 @@
3197
3176
 
3198
3177
  <tr>
3199
3178
 
3200
- <td class="name"><code>remoteConnection</code></td>
3179
+ <td class="name"><code>args</code></td>
3201
3180
 
3202
3181
 
3203
3182
  <td class="type">
3204
3183
 
3205
3184
 
3206
- <span class="param-type"><a href="RemoteConnection.html">RemoteConnection</a></span>
3185
+ <span class="param-type">Object</span>
3207
3186
 
3208
3187
 
3209
3188
 
3210
3189
  </td>
3211
3190
 
3212
3191
 
3192
+ <td class="attributes">
3193
+
3194
+
3195
+
3196
+
3197
+
3198
+ &lt;repeatable><br>
3199
+
3200
+ </td>
3201
+
3213
3202
 
3214
3203
 
3215
3204
 
@@ -3254,7 +3243,7 @@
3254
3243
 
3255
3244
  <dt class="tag-source">Source:</dt>
3256
3245
  <dd class="tag-source"><ul class="dummy"><li>
3257
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line61">line 61</a>
3246
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line208">line 208</a>
3258
3247
  </li></ul></dd>
3259
3248
 
3260
3249
 
@@ -3308,7 +3297,7 @@
3308
3297
 
3309
3298
 
3310
3299
 
3311
- <h4 class="name" id="withSack"><span class="type-signature"></span>withSack<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3300
+ <h4 class="name" id="withStrategies"><span class="type-signature"></span>withStrategies<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3312
3301
 
3313
3302
 
3314
3303
 
@@ -3316,7 +3305,7 @@
3316
3305
 
3317
3306
 
3318
3307
  <div class="description">
3319
- Graph Traversal Source withSack method.
3308
+ Graph Traversal Source withStrategies method.
3320
3309
  </div>
3321
3310
 
3322
3311
 
@@ -3421,7 +3410,7 @@
3421
3410
 
3422
3411
  <dt class="tag-source">Source:</dt>
3423
3412
  <dd class="tag-source"><ul class="dummy"><li>
3424
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line192">line 192</a>
3413
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line224">line 224</a>
3425
3414
  </li></ul></dd>
3426
3415
 
3427
3416
 
@@ -3475,7 +3464,7 @@
3475
3464
 
3476
3465
 
3477
3466
 
3478
- <h4 class="name" id="withSideEffect"><span class="type-signature"></span>withSideEffect<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3467
+ <h4 class="name" id="with_"><span class="type-signature"></span>with_<span class="signature">(key, value)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3479
3468
 
3480
3469
 
3481
3470
 
@@ -3483,7 +3472,7 @@
3483
3472
 
3484
3473
 
3485
3474
  <div class="description">
3486
- Graph Traversal Source withSideEffect method.
3475
+ Graph Traversal Source with method.
3487
3476
  </div>
3488
3477
 
3489
3478
 
@@ -3507,8 +3496,6 @@
3507
3496
  <th>Type</th>
3508
3497
 
3509
3498
 
3510
- <th>Attributes</th>
3511
-
3512
3499
 
3513
3500
 
3514
3501
 
@@ -3521,33 +3508,46 @@
3521
3508
 
3522
3509
  <tr>
3523
3510
 
3524
- <td class="name"><code>args</code></td>
3511
+ <td class="name"><code>key</code></td>
3525
3512
 
3526
3513
 
3527
3514
  <td class="type">
3528
3515
 
3529
3516
 
3530
- <span class="param-type">Object</span>
3517
+ <span class="param-type">String</span>
3531
3518
 
3532
3519
 
3533
3520
 
3534
3521
  </td>
3535
3522
 
3536
3523
 
3537
- <td class="attributes">
3538
-
3539
3524
 
3540
-
3525
+
3541
3526
 
3527
+ <td class="description last"></td>
3528
+ </tr>
3529
+
3530
+
3531
+
3532
+ <tr>
3533
+
3534
+ <td class="name"><code>value</code></td>
3535
+
3536
+
3537
+ <td class="type">
3538
+
3542
3539
 
3543
- &lt;repeatable><br>
3544
-
3545
- </td>
3540
+ <span class="param-type">Object</span>
3541
+
3542
+
3546
3543
 
3544
+ </td>
3547
3545
 
3548
3546
 
3549
3547
 
3550
- <td class="description last"></td>
3548
+
3549
+
3550
+ <td class="description last">if not specified, the value with default to {@code true}</td>
3551
3551
  </tr>
3552
3552
 
3553
3553
 
@@ -3588,7 +3588,7 @@
3588
3588
 
3589
3589
  <dt class="tag-source">Source:</dt>
3590
3590
  <dd class="tag-source"><ul class="dummy"><li>
3591
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line208">line 208</a>
3591
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line128">line 128</a>
3592
3592
  </li></ul></dd>
3593
3593
 
3594
3594
 
@@ -3642,7 +3642,7 @@
3642
3642
 
3643
3643
 
3644
3644
 
3645
- <h4 class="name" id="withStrategies"><span class="type-signature"></span>withStrategies<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3645
+ <h4 class="name" id="withoutStrategies"><span class="type-signature"></span>withoutStrategies<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
3646
3646
 
3647
3647
 
3648
3648
 
@@ -3650,7 +3650,7 @@
3650
3650
 
3651
3651
 
3652
3652
  <div class="description">
3653
- Graph Traversal Source withStrategies method.
3653
+ Graph Traversal Source withoutStrategies method.
3654
3654
  </div>
3655
3655
 
3656
3656
 
@@ -3755,7 +3755,7 @@
3755
3755
 
3756
3756
  <dt class="tag-source">Source:</dt>
3757
3757
  <dd class="tag-source"><ul class="dummy"><li>
3758
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line224">line 224</a>
3758
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line240">line 240</a>
3759
3759
  </li></ul></dd>
3760
3760
 
3761
3761
 
@@ -3819,13 +3819,13 @@
3819
3819
  </div>
3820
3820
 
3821
3821
  <nav>
3822
- <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="module.exports.html">exports</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#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
3822
+ <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>
3823
3823
  </nav>
3824
3824
 
3825
3825
  <br class="clear">
3826
3826
 
3827
3827
  <footer>
3828
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Nov 17 2025 10:18:37 GMT-0800 (Pacific Standard Time)
3828
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Mon Apr 06 2026 16:38:10 GMT-0700 (Pacific Daylight Time)
3829
3829
  </footer>
3830
3830
 
3831
3831
  <script> prettyPrint(); </script>