gremlin 3.8.0 → 3.8.2
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 +69 -69
- 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 +2 -2
- 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 +337 -337
- package/doc/GraphTraversalSource.html +278 -278
- package/doc/HaltedTraverserStrategy.html +2 -2
- package/doc/MatchAlgorithmStrategy.html +2 -2
- package/doc/P.html +110 -110
- package/doc/PartitionStrategy.html +2 -2
- package/doc/Path.html +3 -3
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +15 -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 +11 -3
- package/doc/utils.js.html +3 -3
- package/docker-compose.yml +13 -3
- package/eslint.config.mjs +143 -0
- package/index.js +1 -1
- package/lib/process/traversal-strategy.js +4 -0
- package/lib/process/traversal.js +28 -5
- package/lib/structure/graph.js +13 -0
- package/lib/structure/io/binary/internals/OffsetDateTimeSerializer.js +9 -0
- package/lib/structure/io/type-serializers.js +9 -1
- 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
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
|
|
343
343
|
|
|
344
344
|
|
|
345
|
-
<h4 class="name" id="
|
|
345
|
+
<h4 class="name" id="E"><span class="type-signature"></span>E<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
458
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line235">line 235</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="
|
|
512
|
+
<h4 class="name" id="V"><span class="type-signature"></span>V<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
625
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line245">line 245</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="
|
|
679
|
+
<h4 class="name" id="addE"><span class="type-signature"></span>addE<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
792
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line255">line 255</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="
|
|
846
|
+
<h4 class="name" id="addV"><span class="type-signature"></span>addV<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
959
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line275">line 275</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="
|
|
1013
|
+
<h4 class="name" id="call"><span class="type-signature"></span>call<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
1126
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line315">line 315</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="
|
|
1180
|
+
<h4 class="name" id="inject"><span class="type-signature"></span>inject<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
1293
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line295">line 295</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="
|
|
1347
|
+
<h4 class="name" id="io"><span class="type-signature"></span>io<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
1460
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line305">line 305</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="
|
|
1514
|
+
<h4 class="name" id="mergeE"><span class="type-signature"></span>mergeE<span class="signature">(…args)</span><span class="type-signature"> → {<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#
|
|
1627
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line265">line 265</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="
|
|
1681
|
+
<h4 class="name" id="mergeV"><span class="type-signature"></span>mergeV<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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
|
+
<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#
|
|
1794
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line285">line 285</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">
|
|
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="
|
|
1848
|
+
<h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
|
|
1788
1849
|
|
|
1789
1850
|
|
|
1790
1851
|
|
|
@@ -1792,7 +1853,7 @@
|
|
|
1792
1853
|
|
|
1793
1854
|
|
|
1794
1855
|
<div class="description">
|
|
1795
|
-
|
|
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#
|
|
1900
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line130">line 130</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"
|
|
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="
|
|
1954
|
+
<h4 class="name" id="tx"><span class="type-signature"></span>tx<span class="signature">()</span><span class="type-signature"> → {<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
|
-
|
|
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
|
-
<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#
|
|
2006
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line56">line 56</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="
|
|
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="
|
|
2060
|
+
<h4 class="name" id="union"><span class="type-signature"></span>union<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
-
|
|
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#
|
|
2173
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line325">line 325</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="
|
|
2227
|
+
<h4 class="name" id="withBulk"><span class="type-signature"></span>withBulk<span class="signature">(…args)</span><span class="type-signature"> → {<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
|
|
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>
|
|
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">
|
|
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
|
+
<repeatable><br>
|
|
2293
|
+
|
|
2294
|
+
</td>
|
|
2306
2295
|
|
|
2307
2296
|
|
|
2308
2297
|
|
|
2309
2298
|
|
|
2310
|
-
<td class="description last"
|
|
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#
|
|
2340
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line139">line 139</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="
|
|
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"> → {<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>
|
|
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
|
-
<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#
|
|
2594
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line75">line 75</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="
|
|
2648
|
+
<h4 class="name" id="withPath"><span class="type-signature"></span>withPath<span class="signature">(…args)</span><span class="type-signature"> → {<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>
|
|
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
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
<td class="description last"></td>
|
|
2696
|
-
</tr>
|
|
2699
|
+
|
|
2700
|
+
<span class="param-type">Object</span>
|
|
2697
2701
|
|
|
2698
|
-
|
|
2699
2702
|
|
|
2700
|
-
<tr>
|
|
2701
|
-
|
|
2702
|
-
<td class="name"><code>edges</code></td>
|
|
2703
|
-
|
|
2704
|
-
|
|
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
|
+
<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#
|
|
2761
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line155">line 155</a>
|
|
2773
2762
|
</li></ul></dd>
|
|
2774
2763
|
|
|
2775
2764
|
|
|
@@ -2823,7 +2812,7 @@
|
|
|
2823
2812
|
|
|
2824
2813
|
|
|
2825
2814
|
|
|
2826
|
-
<h4 class="name" id="
|
|
2815
|
+
<h4 class="name" id="withSack"><span class="type-signature"></span>withSack<span class="signature">(…args)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
2827
2816
|
|
|
2828
2817
|
|
|
2829
2818
|
|
|
@@ -2831,7 +2820,7 @@
|
|
|
2831
2820
|
|
|
2832
2821
|
|
|
2833
2822
|
<div class="description">
|
|
2834
|
-
Graph Traversal Source
|
|
2823
|
+
Graph Traversal Source withSack method.
|
|
2835
2824
|
</div>
|
|
2836
2825
|
|
|
2837
2826
|
|
|
@@ -2936,7 +2925,7 @@
|
|
|
2936
2925
|
|
|
2937
2926
|
<dt class="tag-source">Source:</dt>
|
|
2938
2927
|
<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#
|
|
2928
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line171">line 171</a>
|
|
2940
2929
|
</li></ul></dd>
|
|
2941
2930
|
|
|
2942
2931
|
|
|
@@ -2990,7 +2979,7 @@
|
|
|
2990
2979
|
|
|
2991
2980
|
|
|
2992
2981
|
|
|
2993
|
-
<h4 class="name" id="
|
|
2982
|
+
<h4 class="name" id="withSideEffect"><span class="type-signature"></span>withSideEffect<span class="signature">(…args)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
2994
2983
|
|
|
2995
2984
|
|
|
2996
2985
|
|
|
@@ -2998,7 +2987,7 @@
|
|
|
2998
2987
|
|
|
2999
2988
|
|
|
3000
2989
|
<div class="description">
|
|
3001
|
-
Graph Traversal Source
|
|
2990
|
+
Graph Traversal Source withSideEffect method.
|
|
3002
2991
|
</div>
|
|
3003
2992
|
|
|
3004
2993
|
|
|
@@ -3103,7 +3092,7 @@
|
|
|
3103
3092
|
|
|
3104
3093
|
<dt class="tag-source">Source:</dt>
|
|
3105
3094
|
<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#
|
|
3095
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line187">line 187</a>
|
|
3107
3096
|
</li></ul></dd>
|
|
3108
3097
|
|
|
3109
3098
|
|
|
@@ -3157,7 +3146,7 @@
|
|
|
3157
3146
|
|
|
3158
3147
|
|
|
3159
3148
|
|
|
3160
|
-
<h4 class="name" id="
|
|
3149
|
+
<h4 class="name" id="withStrategies"><span class="type-signature"></span>withStrategies<span class="signature">(…args)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
3161
3150
|
|
|
3162
3151
|
|
|
3163
3152
|
|
|
@@ -3165,7 +3154,7 @@
|
|
|
3165
3154
|
|
|
3166
3155
|
|
|
3167
3156
|
<div class="description">
|
|
3168
|
-
Graph Traversal Source
|
|
3157
|
+
Graph Traversal Source withStrategies method.
|
|
3169
3158
|
</div>
|
|
3170
3159
|
|
|
3171
3160
|
|
|
@@ -3270,7 +3259,7 @@
|
|
|
3270
3259
|
|
|
3271
3260
|
<dt class="tag-source">Source:</dt>
|
|
3272
3261
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3273
|
-
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#
|
|
3262
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line203">line 203</a>
|
|
3274
3263
|
</li></ul></dd>
|
|
3275
3264
|
|
|
3276
3265
|
|
|
@@ -3324,7 +3313,7 @@
|
|
|
3324
3313
|
|
|
3325
3314
|
|
|
3326
3315
|
|
|
3327
|
-
<h4 class="name" id="
|
|
3316
|
+
<h4 class="name" id="with_"><span class="type-signature"></span>with_<span class="signature">(key, value)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
3328
3317
|
|
|
3329
3318
|
|
|
3330
3319
|
|
|
@@ -3332,7 +3321,7 @@
|
|
|
3332
3321
|
|
|
3333
3322
|
|
|
3334
3323
|
<div class="description">
|
|
3335
|
-
Graph Traversal Source
|
|
3324
|
+
Graph Traversal Source with method.
|
|
3336
3325
|
</div>
|
|
3337
3326
|
|
|
3338
3327
|
|
|
@@ -3356,8 +3345,6 @@
|
|
|
3356
3345
|
<th>Type</th>
|
|
3357
3346
|
|
|
3358
3347
|
|
|
3359
|
-
<th>Attributes</th>
|
|
3360
|
-
|
|
3361
3348
|
|
|
3362
3349
|
|
|
3363
3350
|
|
|
@@ -3370,33 +3357,46 @@
|
|
|
3370
3357
|
|
|
3371
3358
|
<tr>
|
|
3372
3359
|
|
|
3373
|
-
<td class="name"><code>
|
|
3360
|
+
<td class="name"><code>key</code></td>
|
|
3374
3361
|
|
|
3375
3362
|
|
|
3376
3363
|
<td class="type">
|
|
3377
3364
|
|
|
3378
3365
|
|
|
3379
|
-
<span class="param-type">
|
|
3366
|
+
<span class="param-type">String</span>
|
|
3380
3367
|
|
|
3381
3368
|
|
|
3382
3369
|
|
|
3383
3370
|
</td>
|
|
3384
3371
|
|
|
3385
3372
|
|
|
3386
|
-
<td class="attributes">
|
|
3387
|
-
|
|
3388
3373
|
|
|
3389
|
-
|
|
3374
|
+
|
|
3390
3375
|
|
|
3376
|
+
<td class="description last"></td>
|
|
3377
|
+
</tr>
|
|
3378
|
+
|
|
3379
|
+
|
|
3380
|
+
|
|
3381
|
+
<tr>
|
|
3382
|
+
|
|
3383
|
+
<td class="name"><code>value</code></td>
|
|
3384
|
+
|
|
3385
|
+
|
|
3386
|
+
<td class="type">
|
|
3387
|
+
|
|
3391
3388
|
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3389
|
+
<span class="param-type">Object</span>
|
|
3390
|
+
|
|
3391
|
+
|
|
3395
3392
|
|
|
3393
|
+
</td>
|
|
3396
3394
|
|
|
3397
3395
|
|
|
3398
3396
|
|
|
3399
|
-
|
|
3397
|
+
|
|
3398
|
+
|
|
3399
|
+
<td class="description last">if not specified, the value with default to {@code true}</td>
|
|
3400
3400
|
</tr>
|
|
3401
3401
|
|
|
3402
3402
|
|
|
@@ -3437,7 +3437,7 @@
|
|
|
3437
3437
|
|
|
3438
3438
|
<dt class="tag-source">Source:</dt>
|
|
3439
3439
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3440
|
-
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#
|
|
3440
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line107">line 107</a>
|
|
3441
3441
|
</li></ul></dd>
|
|
3442
3442
|
|
|
3443
3443
|
|
|
@@ -3491,7 +3491,7 @@
|
|
|
3491
3491
|
|
|
3492
3492
|
|
|
3493
3493
|
|
|
3494
|
-
<h4 class="name" id="
|
|
3494
|
+
<h4 class="name" id="withoutStrategies"><span class="type-signature"></span>withoutStrategies<span class="signature">(…args)</span><span class="type-signature"> → {<a href="GraphTraversalSource.html">GraphTraversalSource</a>}</span></h4>
|
|
3495
3495
|
|
|
3496
3496
|
|
|
3497
3497
|
|
|
@@ -3499,7 +3499,7 @@
|
|
|
3499
3499
|
|
|
3500
3500
|
|
|
3501
3501
|
<div class="description">
|
|
3502
|
-
Graph Traversal Source
|
|
3502
|
+
Graph Traversal Source withoutStrategies method.
|
|
3503
3503
|
</div>
|
|
3504
3504
|
|
|
3505
3505
|
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
|
|
3605
3605
|
<dt class="tag-source">Source:</dt>
|
|
3606
3606
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
3607
|
-
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#
|
|
3607
|
+
<a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line219">line 219</a>
|
|
3608
3608
|
</li></ul></dd>
|
|
3609
3609
|
|
|
3610
3610
|
|
|
@@ -3668,13 +3668,13 @@
|
|
|
3668
3668
|
</div>
|
|
3669
3669
|
|
|
3670
3670
|
<nav>
|
|
3671
|
-
<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="
|
|
3671
|
+
<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#deserializeProperties">deserializeProperties</a></li><li><a href="global.html#statics">statics</a></li><li><a href="global.html#toArrayBuffer">toArrayBuffer</a></li></ul>
|
|
3672
3672
|
</nav>
|
|
3673
3673
|
|
|
3674
3674
|
<br class="clear">
|
|
3675
3675
|
|
|
3676
3676
|
<footer>
|
|
3677
|
-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc
|
|
3677
|
+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.5</a> on Tue Sep 08 2026 14:53:14 GMT-0700 (Pacific Daylight Time)
|
|
3678
3678
|
</footer>
|
|
3679
3679
|
|
|
3680
3680
|
<script> prettyPrint(); </script>
|