gremlin 3.5.3 → 3.6.0

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 (66) hide show
  1. package/README.md +2 -2
  2. package/doc/AnonymousTraversalSource.html +2 -2
  3. package/doc/Authenticator.html +2 -2
  4. package/doc/Bytecode.html +2 -2
  5. package/doc/Client.html +2 -2
  6. package/doc/Connection.html +2 -2
  7. package/doc/DriverRemoteConnection.html +2 -2
  8. package/doc/EdgeLabelVerificationStrategy.html +2 -2
  9. package/doc/Graph.html +2 -2
  10. package/doc/GraphSON2Reader.html +2 -2
  11. package/doc/GraphSON2Writer.html +2 -2
  12. package/doc/GraphSON3Reader.html +2 -2
  13. package/doc/GraphSON3Writer.html +2 -2
  14. package/doc/GraphTraversal.html +1033 -198
  15. package/doc/GraphTraversalSource.html +505 -4
  16. package/doc/HaltedTraverserStrategy.html +2 -2
  17. package/doc/MatchAlgorithmStrategy.html +2 -2
  18. package/doc/P.html +2 -2
  19. package/doc/PartitionStrategy.html +2 -2
  20. package/doc/Path.html +2 -2
  21. package/doc/PlainTextSaslAuthenticator.html +2 -2
  22. package/doc/ProductiveByStrategy.html +2 -2
  23. package/doc/RemoteConnection.html +2 -2
  24. package/doc/RemoteStrategy.html +2 -2
  25. package/doc/RemoteTraversal.html +2 -2
  26. package/doc/ReservedKeysVerificationStrategy.html +2 -2
  27. package/doc/ResponseError.html +2 -2
  28. package/doc/ResultSet.html +2 -2
  29. package/doc/SaslAuthenticator.html +2 -2
  30. package/doc/SaslMechanismBase.html +2 -2
  31. package/doc/SaslMechanismPlain.html +2 -2
  32. package/doc/SeedStrategy.html +1 -1
  33. package/doc/SubgraphStrategy.html +2 -2
  34. package/doc/TextP.html +292 -2
  35. package/doc/Transaction.html +2 -2
  36. package/doc/Translator.html +2 -2
  37. package/doc/TraversalStrategies.html +2 -2
  38. package/doc/TraversalStrategy.html +2 -2
  39. package/doc/TypeSerializer.html +2 -2
  40. package/doc/driver_auth_authenticator.js.html +2 -2
  41. package/doc/driver_auth_mechanisms_sasl-mechanism-base.js.html +2 -2
  42. package/doc/driver_auth_mechanisms_sasl-mechanism-plain.js.html +2 -2
  43. package/doc/driver_auth_plain-text-sasl-authenticator.js.html +2 -2
  44. package/doc/driver_auth_sasl-authenticator.js.html +2 -2
  45. package/doc/driver_client.js.html +2 -2
  46. package/doc/driver_connection.js.html +2 -2
  47. package/doc/driver_driver-remote-connection.js.html +2 -2
  48. package/doc/driver_remote-connection.js.html +2 -2
  49. package/doc/driver_response-error.js.html +2 -2
  50. package/doc/driver_result-set.js.html +2 -2
  51. package/doc/global.html +3 -3
  52. package/doc/index.html +4 -4
  53. package/doc/process_anonymous-traversal.js.html +2 -2
  54. package/doc/process_bytecode.js.html +2 -2
  55. package/doc/process_graph-traversal.js.html +85 -2
  56. package/doc/process_transaction.js.html +2 -2
  57. package/doc/process_translator.js.html +2 -2
  58. package/doc/process_traversal-strategy.js.html +15 -2
  59. package/doc/process_traversal.js.html +13 -2
  60. package/doc/structure_graph.js.html +2 -2
  61. package/doc/structure_io_graph-serializer.js.html +2 -2
  62. package/doc/structure_io_type-serializers.js.html +2 -2
  63. package/lib/process/graph-traversal.js +83 -0
  64. package/lib/process/traversal-strategy.js +13 -0
  65. package/lib/process/traversal.js +11 -0
  66. package/package.json +2 -1
@@ -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_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line303">line 303</a>
96
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line333">line 333</a>
97
97
  </li></ul></dd>
98
98
 
99
99
 
@@ -262,7 +262,7 @@
262
262
 
263
263
  <dt class="tag-source">Source:</dt>
264
264
  <dd class="tag-source"><ul class="dummy"><li>
265
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line330">line 330</a>
265
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line360">line 360</a>
266
266
  </li></ul></dd>
267
267
 
268
268
 
@@ -429,7 +429,7 @@
429
429
 
430
430
  <dt class="tag-source">Source:</dt>
431
431
  <dd class="tag-source"><ul class="dummy"><li>
432
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line340">line 340</a>
432
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line370">line 370</a>
433
433
  </li></ul></dd>
434
434
 
435
435
 
@@ -596,7 +596,7 @@
596
596
 
597
597
  <dt class="tag-source">Source:</dt>
598
598
  <dd class="tag-source"><ul class="dummy"><li>
599
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line350">line 350</a>
599
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line380">line 380</a>
600
600
  </li></ul></dd>
601
601
 
602
602
 
@@ -763,7 +763,7 @@
763
763
 
764
764
  <dt class="tag-source">Source:</dt>
765
765
  <dd class="tag-source"><ul class="dummy"><li>
766
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line360">line 360</a>
766
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line390">line 390</a>
767
767
  </li></ul></dd>
768
768
 
769
769
 
@@ -930,7 +930,7 @@
930
930
 
931
931
  <dt class="tag-source">Source:</dt>
932
932
  <dd class="tag-source"><ul class="dummy"><li>
933
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line370">line 370</a>
933
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line400">line 400</a>
934
934
  </li></ul></dd>
935
935
 
936
936
 
@@ -1097,7 +1097,7 @@
1097
1097
 
1098
1098
  <dt class="tag-source">Source:</dt>
1099
1099
  <dd class="tag-source"><ul class="dummy"><li>
1100
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line380">line 380</a>
1100
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line410">line 410</a>
1101
1101
  </li></ul></dd>
1102
1102
 
1103
1103
 
@@ -1264,7 +1264,7 @@
1264
1264
 
1265
1265
  <dt class="tag-source">Source:</dt>
1266
1266
  <dd class="tag-source"><ul class="dummy"><li>
1267
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line390">line 390</a>
1267
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line420">line 420</a>
1268
1268
  </li></ul></dd>
1269
1269
 
1270
1270
 
@@ -1431,7 +1431,7 @@
1431
1431
 
1432
1432
  <dt class="tag-source">Source:</dt>
1433
1433
  <dd class="tag-source"><ul class="dummy"><li>
1434
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line400">line 400</a>
1434
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line430">line 430</a>
1435
1435
  </li></ul></dd>
1436
1436
 
1437
1437
 
@@ -1598,7 +1598,7 @@
1598
1598
 
1599
1599
  <dt class="tag-source">Source:</dt>
1600
1600
  <dd class="tag-source"><ul class="dummy"><li>
1601
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line410">line 410</a>
1601
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line440">line 440</a>
1602
1602
  </li></ul></dd>
1603
1603
 
1604
1604
 
@@ -1765,7 +1765,174 @@
1765
1765
 
1766
1766
  <dt class="tag-source">Source:</dt>
1767
1767
  <dd class="tag-source"><ul class="dummy"><li>
1768
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line420">line 420</a>
1768
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line450">line 450</a>
1769
+ </li></ul></dd>
1770
+
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+
1777
+ </dl>
1778
+
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+
1793
+ <h5>Returns:</h5>
1794
+
1795
+
1796
+
1797
+
1798
+ <dl>
1799
+ <dt>
1800
+ Type
1801
+ </dt>
1802
+ <dd>
1803
+
1804
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
1805
+
1806
+
1807
+ </dd>
1808
+ </dl>
1809
+
1810
+
1811
+
1812
+
1813
+
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+
1821
+
1822
+ <h4 class="name" id="by"><span class="type-signature"></span>by<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1823
+
1824
+
1825
+
1826
+
1827
+
1828
+
1829
+ <div class="description">
1830
+ Graph traversal by method.
1831
+ </div>
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+
1839
+
1840
+
1841
+ <h5>Parameters:</h5>
1842
+
1843
+
1844
+ <table class="params">
1845
+ <thead>
1846
+ <tr>
1847
+
1848
+ <th>Name</th>
1849
+
1850
+
1851
+ <th>Type</th>
1852
+
1853
+
1854
+ <th>Attributes</th>
1855
+
1856
+
1857
+
1858
+
1859
+ <th class="last">Description</th>
1860
+ </tr>
1861
+ </thead>
1862
+
1863
+ <tbody>
1864
+
1865
+
1866
+ <tr>
1867
+
1868
+ <td class="name"><code>args</code></td>
1869
+
1870
+
1871
+ <td class="type">
1872
+
1873
+
1874
+ <span class="param-type">Object</span>
1875
+
1876
+
1877
+
1878
+ </td>
1879
+
1880
+
1881
+ <td class="attributes">
1882
+
1883
+
1884
+
1885
+
1886
+
1887
+ &lt;repeatable><br>
1888
+
1889
+ </td>
1890
+
1891
+
1892
+
1893
+
1894
+ <td class="description last"></td>
1895
+ </tr>
1896
+
1897
+
1898
+ </tbody>
1899
+ </table>
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+
1906
+ <dl class="details">
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+
1933
+ <dt class="tag-source">Source:</dt>
1934
+ <dd class="tag-source"><ul class="dummy"><li>
1935
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line460">line 460</a>
1769
1936
  </li></ul></dd>
1770
1937
 
1771
1938
 
@@ -1804,10 +1971,599 @@
1804
1971
  <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
1805
1972
 
1806
1973
 
1807
- </dd>
1808
- </dl>
1974
+ </dd>
1975
+ </dl>
1976
+
1977
+
1978
+
1979
+
1980
+
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+
1989
+ <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>
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+
1996
+ <div class="description">
1997
+ Graph traversal call method.
1998
+ </div>
1999
+
2000
+
2001
+
2002
+
2003
+
2004
+
2005
+
2006
+
2007
+
2008
+ <h5>Parameters:</h5>
2009
+
2010
+
2011
+ <table class="params">
2012
+ <thead>
2013
+ <tr>
2014
+
2015
+ <th>Name</th>
2016
+
2017
+
2018
+ <th>Type</th>
2019
+
2020
+
2021
+ <th>Attributes</th>
2022
+
2023
+
2024
+
2025
+
2026
+ <th class="last">Description</th>
2027
+ </tr>
2028
+ </thead>
2029
+
2030
+ <tbody>
2031
+
2032
+
2033
+ <tr>
2034
+
2035
+ <td class="name"><code>args</code></td>
2036
+
2037
+
2038
+ <td class="type">
2039
+
2040
+
2041
+ <span class="param-type">Object</span>
2042
+
2043
+
2044
+
2045
+ </td>
2046
+
2047
+
2048
+ <td class="attributes">
2049
+
2050
+
2051
+
2052
+
2053
+
2054
+ &lt;repeatable><br>
2055
+
2056
+ </td>
2057
+
2058
+
2059
+
2060
+
2061
+ <td class="description last"></td>
2062
+ </tr>
2063
+
2064
+
2065
+ </tbody>
2066
+ </table>
2067
+
2068
+
2069
+
2070
+
2071
+
2072
+
2073
+ <dl class="details">
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+ <dt class="tag-source">Source:</dt>
2101
+ <dd class="tag-source"><ul class="dummy"><li>
2102
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line470">line 470</a>
2103
+ </li></ul></dd>
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+
2111
+ </dl>
2112
+
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+
2119
+
2120
+
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+
2127
+ <h5>Returns:</h5>
2128
+
2129
+
2130
+
2131
+
2132
+ <dl>
2133
+ <dt>
2134
+ Type
2135
+ </dt>
2136
+ <dd>
2137
+
2138
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2139
+
2140
+
2141
+ </dd>
2142
+ </dl>
2143
+
2144
+
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+
2153
+
2154
+
2155
+
2156
+ <h4 class="name" id="cap"><span class="type-signature"></span>cap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+ <div class="description">
2164
+ Graph traversal cap method.
2165
+ </div>
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+
2175
+ <h5>Parameters:</h5>
2176
+
2177
+
2178
+ <table class="params">
2179
+ <thead>
2180
+ <tr>
2181
+
2182
+ <th>Name</th>
2183
+
2184
+
2185
+ <th>Type</th>
2186
+
2187
+
2188
+ <th>Attributes</th>
2189
+
2190
+
2191
+
2192
+
2193
+ <th class="last">Description</th>
2194
+ </tr>
2195
+ </thead>
2196
+
2197
+ <tbody>
2198
+
2199
+
2200
+ <tr>
2201
+
2202
+ <td class="name"><code>args</code></td>
2203
+
2204
+
2205
+ <td class="type">
2206
+
2207
+
2208
+ <span class="param-type">Object</span>
2209
+
2210
+
2211
+
2212
+ </td>
2213
+
2214
+
2215
+ <td class="attributes">
2216
+
2217
+
2218
+
2219
+
2220
+
2221
+ &lt;repeatable><br>
2222
+
2223
+ </td>
2224
+
2225
+
2226
+
2227
+
2228
+ <td class="description last"></td>
2229
+ </tr>
2230
+
2231
+
2232
+ </tbody>
2233
+ </table>
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+
2240
+ <dl class="details">
2241
+
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+
2267
+ <dt class="tag-source">Source:</dt>
2268
+ <dd class="tag-source"><ul class="dummy"><li>
2269
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line479">line 479</a>
2270
+ </li></ul></dd>
2271
+
2272
+
2273
+
2274
+
2275
+
2276
+
2277
+
2278
+ </dl>
2279
+
2280
+
2281
+
2282
+
2283
+
2284
+
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+
2291
+
2292
+
2293
+
2294
+ <h5>Returns:</h5>
2295
+
2296
+
2297
+
2298
+
2299
+ <dl>
2300
+ <dt>
2301
+ Type
2302
+ </dt>
2303
+ <dd>
2304
+
2305
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2306
+
2307
+
2308
+ </dd>
2309
+ </dl>
2310
+
2311
+
2312
+
2313
+
2314
+
2315
+
2316
+
2317
+
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+ <h4 class="name" id="choose"><span class="type-signature"></span>choose<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+
2330
+ <div class="description">
2331
+ Graph traversal choose method.
2332
+ </div>
2333
+
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+
2340
+
2341
+
2342
+ <h5>Parameters:</h5>
2343
+
2344
+
2345
+ <table class="params">
2346
+ <thead>
2347
+ <tr>
2348
+
2349
+ <th>Name</th>
2350
+
2351
+
2352
+ <th>Type</th>
2353
+
2354
+
2355
+ <th>Attributes</th>
2356
+
2357
+
2358
+
2359
+
2360
+ <th class="last">Description</th>
2361
+ </tr>
2362
+ </thead>
2363
+
2364
+ <tbody>
2365
+
2366
+
2367
+ <tr>
2368
+
2369
+ <td class="name"><code>args</code></td>
2370
+
2371
+
2372
+ <td class="type">
2373
+
2374
+
2375
+ <span class="param-type">Object</span>
2376
+
2377
+
2378
+
2379
+ </td>
2380
+
2381
+
2382
+ <td class="attributes">
2383
+
2384
+
2385
+
2386
+
2387
+
2388
+ &lt;repeatable><br>
2389
+
2390
+ </td>
2391
+
2392
+
2393
+
2394
+
2395
+ <td class="description last"></td>
2396
+ </tr>
2397
+
2398
+
2399
+ </tbody>
2400
+ </table>
2401
+
2402
+
2403
+
2404
+
2405
+
2406
+
2407
+ <dl class="details">
2408
+
2409
+
2410
+
2411
+
2412
+
2413
+
2414
+
2415
+
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+
2434
+ <dt class="tag-source">Source:</dt>
2435
+ <dd class="tag-source"><ul class="dummy"><li>
2436
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line489">line 489</a>
2437
+ </li></ul></dd>
2438
+
2439
+
2440
+
2441
+
2442
+
2443
+
2444
+
2445
+ </dl>
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+
2452
+
2453
+
2454
+
2455
+
2456
+
2457
+
2458
+
2459
+
2460
+
2461
+ <h5>Returns:</h5>
2462
+
2463
+
2464
+
2465
+
2466
+ <dl>
2467
+ <dt>
2468
+ Type
2469
+ </dt>
2470
+ <dd>
2471
+
2472
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2473
+
2474
+
2475
+ </dd>
2476
+ </dl>
2477
+
2478
+
2479
+
2480
+
2481
+
2482
+
2483
+
2484
+
2485
+
2486
+
2487
+
2488
+
2489
+
2490
+ <h4 class="name" id="clone"><span class="type-signature"></span>clone<span class="signature">()</span><span class="type-signature"></span></h4>
2491
+
2492
+
2493
+
2494
+
2495
+
2496
+
2497
+ <div class="description">
2498
+ Copy a traversal so as to reset and re-use it.
2499
+ </div>
2500
+
2501
+
2502
+
2503
+
2504
+
2505
+
2506
+
2507
+
2508
+
2509
+
2510
+
2511
+
2512
+
2513
+ <dl class="details">
2514
+
2515
+
2516
+
2517
+
2518
+
2519
+
2520
+
2521
+
2522
+
2523
+
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+
2530
+
2531
+
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+
2538
+
2539
+
2540
+ <dt class="tag-source">Source:</dt>
2541
+ <dd class="tag-source"><ul class="dummy"><li>
2542
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line341">line 341</a>
2543
+ </li></ul></dd>
2544
+
2545
+
2546
+
2547
+
2548
+
2549
+
2550
+
2551
+ </dl>
2552
+
2553
+
2554
+
2555
+
2556
+
2557
+
2558
+
2559
+
2560
+
2561
+
2562
+
2563
+
2564
+
2565
+
1809
2566
 
1810
-
1811
2567
 
1812
2568
 
1813
2569
 
@@ -1819,7 +2575,7 @@
1819
2575
 
1820
2576
 
1821
2577
 
1822
- <h4 class="name" id="by"><span class="type-signature"></span>by<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2578
+ <h4 class="name" id="coalesce"><span class="type-signature"></span>coalesce<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1823
2579
 
1824
2580
 
1825
2581
 
@@ -1827,7 +2583,7 @@
1827
2583
 
1828
2584
 
1829
2585
  <div class="description">
1830
- Graph traversal by method.
2586
+ Graph traversal coalesce method.
1831
2587
  </div>
1832
2588
 
1833
2589
 
@@ -1932,7 +2688,7 @@
1932
2688
 
1933
2689
  <dt class="tag-source">Source:</dt>
1934
2690
  <dd class="tag-source"><ul class="dummy"><li>
1935
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line430">line 430</a>
2691
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line499">line 499</a>
1936
2692
  </li></ul></dd>
1937
2693
 
1938
2694
 
@@ -1986,7 +2742,7 @@
1986
2742
 
1987
2743
 
1988
2744
 
1989
- <h4 class="name" id="cap"><span class="type-signature"></span>cap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2745
+ <h4 class="name" id="coin"><span class="type-signature"></span>coin<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
1990
2746
 
1991
2747
 
1992
2748
 
@@ -1994,7 +2750,7 @@
1994
2750
 
1995
2751
 
1996
2752
  <div class="description">
1997
- Graph traversal cap method.
2753
+ Graph traversal coin method.
1998
2754
  </div>
1999
2755
 
2000
2756
 
@@ -2099,7 +2855,7 @@
2099
2855
 
2100
2856
  <dt class="tag-source">Source:</dt>
2101
2857
  <dd class="tag-source"><ul class="dummy"><li>
2102
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line440">line 440</a>
2858
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line509">line 509</a>
2103
2859
  </li></ul></dd>
2104
2860
 
2105
2861
 
@@ -2153,7 +2909,7 @@
2153
2909
 
2154
2910
 
2155
2911
 
2156
- <h4 class="name" id="choose"><span class="type-signature"></span>choose<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2912
+ <h4 class="name" id="connectedComponent"><span class="type-signature"></span>connectedComponent<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2157
2913
 
2158
2914
 
2159
2915
 
@@ -2161,7 +2917,7 @@
2161
2917
 
2162
2918
 
2163
2919
  <div class="description">
2164
- Graph traversal choose method.
2920
+ Graph traversal connectedComponent method.
2165
2921
  </div>
2166
2922
 
2167
2923
 
@@ -2266,7 +3022,7 @@
2266
3022
 
2267
3023
  <dt class="tag-source">Source:</dt>
2268
3024
  <dd class="tag-source"><ul class="dummy"><li>
2269
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line450">line 450</a>
3025
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line519">line 519</a>
2270
3026
  </li></ul></dd>
2271
3027
 
2272
3028
 
@@ -2320,7 +3076,7 @@
2320
3076
 
2321
3077
 
2322
3078
 
2323
- <h4 class="name" id="clone"><span class="type-signature"></span>clone<span class="signature">()</span><span class="type-signature"></span></h4>
3079
+ <h4 class="name" id="constant"><span class="type-signature"></span>constant<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2324
3080
 
2325
3081
 
2326
3082
 
@@ -2328,7 +3084,7 @@
2328
3084
 
2329
3085
 
2330
3086
  <div class="description">
2331
- Copy a traversal so as to reset and re-use it.
3087
+ Graph traversal constant method.
2332
3088
  </div>
2333
3089
 
2334
3090
 
@@ -2339,6 +3095,67 @@
2339
3095
 
2340
3096
 
2341
3097
 
3098
+ <h5>Parameters:</h5>
3099
+
3100
+
3101
+ <table class="params">
3102
+ <thead>
3103
+ <tr>
3104
+
3105
+ <th>Name</th>
3106
+
3107
+
3108
+ <th>Type</th>
3109
+
3110
+
3111
+ <th>Attributes</th>
3112
+
3113
+
3114
+
3115
+
3116
+ <th class="last">Description</th>
3117
+ </tr>
3118
+ </thead>
3119
+
3120
+ <tbody>
3121
+
3122
+
3123
+ <tr>
3124
+
3125
+ <td class="name"><code>args</code></td>
3126
+
3127
+
3128
+ <td class="type">
3129
+
3130
+
3131
+ <span class="param-type">Object</span>
3132
+
3133
+
3134
+
3135
+ </td>
3136
+
3137
+
3138
+ <td class="attributes">
3139
+
3140
+
3141
+
3142
+
3143
+
3144
+ &lt;repeatable><br>
3145
+
3146
+ </td>
3147
+
3148
+
3149
+
3150
+
3151
+ <td class="description last"></td>
3152
+ </tr>
3153
+
3154
+
3155
+ </tbody>
3156
+ </table>
3157
+
3158
+
2342
3159
 
2343
3160
 
2344
3161
 
@@ -2372,7 +3189,7 @@
2372
3189
 
2373
3190
  <dt class="tag-source">Source:</dt>
2374
3191
  <dd class="tag-source"><ul class="dummy"><li>
2375
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line311">line 311</a>
3192
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line529">line 529</a>
2376
3193
  </li></ul></dd>
2377
3194
 
2378
3195
 
@@ -2397,6 +3214,24 @@
2397
3214
 
2398
3215
 
2399
3216
 
3217
+ <h5>Returns:</h5>
3218
+
3219
+
3220
+
3221
+
3222
+ <dl>
3223
+ <dt>
3224
+ Type
3225
+ </dt>
3226
+ <dd>
3227
+
3228
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
3229
+
3230
+
3231
+ </dd>
3232
+ </dl>
3233
+
3234
+
2400
3235
 
2401
3236
 
2402
3237
 
@@ -2408,7 +3243,7 @@
2408
3243
 
2409
3244
 
2410
3245
 
2411
- <h4 class="name" id="coalesce"><span class="type-signature"></span>coalesce<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3246
+ <h4 class="name" id="count"><span class="type-signature"></span>count<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2412
3247
 
2413
3248
 
2414
3249
 
@@ -2416,7 +3251,7 @@
2416
3251
 
2417
3252
 
2418
3253
  <div class="description">
2419
- Graph traversal coalesce method.
3254
+ Graph traversal count method.
2420
3255
  </div>
2421
3256
 
2422
3257
 
@@ -2521,7 +3356,7 @@
2521
3356
 
2522
3357
  <dt class="tag-source">Source:</dt>
2523
3358
  <dd class="tag-source"><ul class="dummy"><li>
2524
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line460">line 460</a>
3359
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line539">line 539</a>
2525
3360
  </li></ul></dd>
2526
3361
 
2527
3362
 
@@ -2575,7 +3410,7 @@
2575
3410
 
2576
3411
 
2577
3412
 
2578
- <h4 class="name" id="coin"><span class="type-signature"></span>coin<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3413
+ <h4 class="name" id="cyclicPath"><span class="type-signature"></span>cyclicPath<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2579
3414
 
2580
3415
 
2581
3416
 
@@ -2583,7 +3418,7 @@
2583
3418
 
2584
3419
 
2585
3420
  <div class="description">
2586
- Graph traversal coin method.
3421
+ Graph traversal cyclicPath method.
2587
3422
  </div>
2588
3423
 
2589
3424
 
@@ -2688,7 +3523,7 @@
2688
3523
 
2689
3524
  <dt class="tag-source">Source:</dt>
2690
3525
  <dd class="tag-source"><ul class="dummy"><li>
2691
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line470">line 470</a>
3526
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line549">line 549</a>
2692
3527
  </li></ul></dd>
2693
3528
 
2694
3529
 
@@ -2742,7 +3577,7 @@
2742
3577
 
2743
3578
 
2744
3579
 
2745
- <h4 class="name" id="connectedComponent"><span class="type-signature"></span>connectedComponent<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3580
+ <h4 class="name" id="dedup"><span class="type-signature"></span>dedup<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2746
3581
 
2747
3582
 
2748
3583
 
@@ -2750,7 +3585,7 @@
2750
3585
 
2751
3586
 
2752
3587
  <div class="description">
2753
- Graph traversal connectedComponent method.
3588
+ Graph traversal dedup method.
2754
3589
  </div>
2755
3590
 
2756
3591
 
@@ -2855,7 +3690,7 @@
2855
3690
 
2856
3691
  <dt class="tag-source">Source:</dt>
2857
3692
  <dd class="tag-source"><ul class="dummy"><li>
2858
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line480">line 480</a>
3693
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line559">line 559</a>
2859
3694
  </li></ul></dd>
2860
3695
 
2861
3696
 
@@ -2909,7 +3744,7 @@
2909
3744
 
2910
3745
 
2911
3746
 
2912
- <h4 class="name" id="constant"><span class="type-signature"></span>constant<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3747
+ <h4 class="name" id="drop"><span class="type-signature"></span>drop<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2913
3748
 
2914
3749
 
2915
3750
 
@@ -2917,7 +3752,7 @@
2917
3752
 
2918
3753
 
2919
3754
  <div class="description">
2920
- Graph traversal constant method.
3755
+ Graph traversal drop method.
2921
3756
  </div>
2922
3757
 
2923
3758
 
@@ -3022,7 +3857,7 @@
3022
3857
 
3023
3858
  <dt class="tag-source">Source:</dt>
3024
3859
  <dd class="tag-source"><ul class="dummy"><li>
3025
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line490">line 490</a>
3860
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line569">line 569</a>
3026
3861
  </li></ul></dd>
3027
3862
 
3028
3863
 
@@ -3076,7 +3911,7 @@
3076
3911
 
3077
3912
 
3078
3913
 
3079
- <h4 class="name" id="count"><span class="type-signature"></span>count<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3914
+ <h4 class="name" id="element"><span class="type-signature"></span>element<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3080
3915
 
3081
3916
 
3082
3917
 
@@ -3084,7 +3919,7 @@
3084
3919
 
3085
3920
 
3086
3921
  <div class="description">
3087
- Graph traversal count method.
3922
+ Graph traversal element method.
3088
3923
  </div>
3089
3924
 
3090
3925
 
@@ -3189,7 +4024,7 @@
3189
4024
 
3190
4025
  <dt class="tag-source">Source:</dt>
3191
4026
  <dd class="tag-source"><ul class="dummy"><li>
3192
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line500">line 500</a>
4027
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line579">line 579</a>
3193
4028
  </li></ul></dd>
3194
4029
 
3195
4030
 
@@ -3243,7 +4078,7 @@
3243
4078
 
3244
4079
 
3245
4080
 
3246
- <h4 class="name" id="cyclicPath"><span class="type-signature"></span>cyclicPath<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4081
+ <h4 class="name" id="elementMap"><span class="type-signature"></span>elementMap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3247
4082
 
3248
4083
 
3249
4084
 
@@ -3251,7 +4086,7 @@
3251
4086
 
3252
4087
 
3253
4088
  <div class="description">
3254
- Graph traversal cyclicPath method.
4089
+ Graph traversal elementMap method.
3255
4090
  </div>
3256
4091
 
3257
4092
 
@@ -3356,7 +4191,7 @@
3356
4191
 
3357
4192
  <dt class="tag-source">Source:</dt>
3358
4193
  <dd class="tag-source"><ul class="dummy"><li>
3359
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line510">line 510</a>
4194
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line588">line 588</a>
3360
4195
  </li></ul></dd>
3361
4196
 
3362
4197
 
@@ -3410,7 +4245,7 @@
3410
4245
 
3411
4246
 
3412
4247
 
3413
- <h4 class="name" id="dedup"><span class="type-signature"></span>dedup<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4248
+ <h4 class="name" id="emit"><span class="type-signature"></span>emit<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3414
4249
 
3415
4250
 
3416
4251
 
@@ -3418,7 +4253,7 @@
3418
4253
 
3419
4254
 
3420
4255
  <div class="description">
3421
- Graph traversal dedup method.
4256
+ Graph traversal emit method.
3422
4257
  </div>
3423
4258
 
3424
4259
 
@@ -3523,7 +4358,7 @@
3523
4358
 
3524
4359
  <dt class="tag-source">Source:</dt>
3525
4360
  <dd class="tag-source"><ul class="dummy"><li>
3526
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line520">line 520</a>
4361
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line598">line 598</a>
3527
4362
  </li></ul></dd>
3528
4363
 
3529
4364
 
@@ -3577,7 +4412,7 @@
3577
4412
 
3578
4413
 
3579
4414
 
3580
- <h4 class="name" id="drop"><span class="type-signature"></span>drop<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4415
+ <h4 class="name" id="fail"><span class="type-signature"></span>fail<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3581
4416
 
3582
4417
 
3583
4418
 
@@ -3585,7 +4420,7 @@
3585
4420
 
3586
4421
 
3587
4422
  <div class="description">
3588
- Graph traversal drop method.
4423
+ Graph traversal fa method.
3589
4424
  </div>
3590
4425
 
3591
4426
 
@@ -3690,7 +4525,7 @@
3690
4525
 
3691
4526
  <dt class="tag-source">Source:</dt>
3692
4527
  <dd class="tag-source"><ul class="dummy"><li>
3693
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line530">line 530</a>
4528
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line608">line 608</a>
3694
4529
  </li></ul></dd>
3695
4530
 
3696
4531
 
@@ -3744,7 +4579,7 @@
3744
4579
 
3745
4580
 
3746
4581
 
3747
- <h4 class="name" id="elementMap"><span class="type-signature"></span>elementMap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4582
+ <h4 class="name" id="filter"><span class="type-signature"></span>filter<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3748
4583
 
3749
4584
 
3750
4585
 
@@ -3752,7 +4587,7 @@
3752
4587
 
3753
4588
 
3754
4589
  <div class="description">
3755
- Graph traversal elementMap method.
4590
+ Graph traversal filter method.
3756
4591
  </div>
3757
4592
 
3758
4593
 
@@ -3857,7 +4692,7 @@
3857
4692
 
3858
4693
  <dt class="tag-source">Source:</dt>
3859
4694
  <dd class="tag-source"><ul class="dummy"><li>
3860
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line540">line 540</a>
4695
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line618">line 618</a>
3861
4696
  </li></ul></dd>
3862
4697
 
3863
4698
 
@@ -3911,7 +4746,7 @@
3911
4746
 
3912
4747
 
3913
4748
 
3914
- <h4 class="name" id="emit"><span class="type-signature"></span>emit<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4749
+ <h4 class="name" id="flatMap"><span class="type-signature"></span>flatMap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3915
4750
 
3916
4751
 
3917
4752
 
@@ -3919,7 +4754,7 @@
3919
4754
 
3920
4755
 
3921
4756
  <div class="description">
3922
- Graph traversal emit method.
4757
+ Graph traversal flatMap method.
3923
4758
  </div>
3924
4759
 
3925
4760
 
@@ -4024,7 +4859,7 @@
4024
4859
 
4025
4860
  <dt class="tag-source">Source:</dt>
4026
4861
  <dd class="tag-source"><ul class="dummy"><li>
4027
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line550">line 550</a>
4862
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line628">line 628</a>
4028
4863
  </li></ul></dd>
4029
4864
 
4030
4865
 
@@ -4078,7 +4913,7 @@
4078
4913
 
4079
4914
 
4080
4915
 
4081
- <h4 class="name" id="filter"><span class="type-signature"></span>filter<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4916
+ <h4 class="name" id="fold"><span class="type-signature"></span>fold<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4082
4917
 
4083
4918
 
4084
4919
 
@@ -4086,7 +4921,7 @@
4086
4921
 
4087
4922
 
4088
4923
  <div class="description">
4089
- Graph traversal filter method.
4924
+ Graph traversal fold method.
4090
4925
  </div>
4091
4926
 
4092
4927
 
@@ -4191,7 +5026,7 @@
4191
5026
 
4192
5027
  <dt class="tag-source">Source:</dt>
4193
5028
  <dd class="tag-source"><ul class="dummy"><li>
4194
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line560">line 560</a>
5029
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line638">line 638</a>
4195
5030
  </li></ul></dd>
4196
5031
 
4197
5032
 
@@ -4245,7 +5080,7 @@
4245
5080
 
4246
5081
 
4247
5082
 
4248
- <h4 class="name" id="flatMap"><span class="type-signature"></span>flatMap<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5083
+ <h4 class="name" id="from_"><span class="type-signature"></span>from_<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4249
5084
 
4250
5085
 
4251
5086
 
@@ -4253,7 +5088,7 @@
4253
5088
 
4254
5089
 
4255
5090
  <div class="description">
4256
- Graph traversal flatMap method.
5091
+ Graph traversal from method.
4257
5092
  </div>
4258
5093
 
4259
5094
 
@@ -4358,7 +5193,7 @@
4358
5193
 
4359
5194
  <dt class="tag-source">Source:</dt>
4360
5195
  <dd class="tag-source"><ul class="dummy"><li>
4361
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line570">line 570</a>
5196
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line648">line 648</a>
4362
5197
  </li></ul></dd>
4363
5198
 
4364
5199
 
@@ -4412,7 +5247,7 @@
4412
5247
 
4413
5248
 
4414
5249
 
4415
- <h4 class="name" id="fold"><span class="type-signature"></span>fold<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5250
+ <h4 class="name" id="group"><span class="type-signature"></span>group<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4416
5251
 
4417
5252
 
4418
5253
 
@@ -4420,7 +5255,7 @@
4420
5255
 
4421
5256
 
4422
5257
  <div class="description">
4423
- Graph traversal fold method.
5258
+ Graph traversal group method.
4424
5259
  </div>
4425
5260
 
4426
5261
 
@@ -4525,7 +5360,7 @@
4525
5360
 
4526
5361
  <dt class="tag-source">Source:</dt>
4527
5362
  <dd class="tag-source"><ul class="dummy"><li>
4528
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line580">line 580</a>
5363
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line658">line 658</a>
4529
5364
  </li></ul></dd>
4530
5365
 
4531
5366
 
@@ -4579,7 +5414,7 @@
4579
5414
 
4580
5415
 
4581
5416
 
4582
- <h4 class="name" id="from_"><span class="type-signature"></span>from_<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5417
+ <h4 class="name" id="groupCount"><span class="type-signature"></span>groupCount<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4583
5418
 
4584
5419
 
4585
5420
 
@@ -4587,7 +5422,7 @@
4587
5422
 
4588
5423
 
4589
5424
  <div class="description">
4590
- Graph traversal from method.
5425
+ Graph traversal groupCount method.
4591
5426
  </div>
4592
5427
 
4593
5428
 
@@ -4692,7 +5527,7 @@
4692
5527
 
4693
5528
  <dt class="tag-source">Source:</dt>
4694
5529
  <dd class="tag-source"><ul class="dummy"><li>
4695
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line590">line 590</a>
5530
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line668">line 668</a>
4696
5531
  </li></ul></dd>
4697
5532
 
4698
5533
 
@@ -4746,7 +5581,7 @@
4746
5581
 
4747
5582
 
4748
5583
 
4749
- <h4 class="name" id="group"><span class="type-signature"></span>group<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5584
+ <h4 class="name" id="has"><span class="type-signature"></span>has<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4750
5585
 
4751
5586
 
4752
5587
 
@@ -4754,7 +5589,7 @@
4754
5589
 
4755
5590
 
4756
5591
  <div class="description">
4757
- Graph traversal group method.
5592
+ Graph traversal has method.
4758
5593
  </div>
4759
5594
 
4760
5595
 
@@ -4859,7 +5694,7 @@
4859
5694
 
4860
5695
  <dt class="tag-source">Source:</dt>
4861
5696
  <dd class="tag-source"><ul class="dummy"><li>
4862
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line600">line 600</a>
5697
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line678">line 678</a>
4863
5698
  </li></ul></dd>
4864
5699
 
4865
5700
 
@@ -4913,7 +5748,7 @@
4913
5748
 
4914
5749
 
4915
5750
 
4916
- <h4 class="name" id="groupCount"><span class="type-signature"></span>groupCount<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5751
+ <h4 class="name" id="hasId"><span class="type-signature"></span>hasId<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
4917
5752
 
4918
5753
 
4919
5754
 
@@ -4921,7 +5756,7 @@
4921
5756
 
4922
5757
 
4923
5758
  <div class="description">
4924
- Graph traversal groupCount method.
5759
+ Graph traversal hasId method.
4925
5760
  </div>
4926
5761
 
4927
5762
 
@@ -5026,7 +5861,7 @@
5026
5861
 
5027
5862
  <dt class="tag-source">Source:</dt>
5028
5863
  <dd class="tag-source"><ul class="dummy"><li>
5029
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line610">line 610</a>
5864
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line688">line 688</a>
5030
5865
  </li></ul></dd>
5031
5866
 
5032
5867
 
@@ -5080,7 +5915,7 @@
5080
5915
 
5081
5916
 
5082
5917
 
5083
- <h4 class="name" id="has"><span class="type-signature"></span>has<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5918
+ <h4 class="name" id="hasKey"><span class="type-signature"></span>hasKey<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5084
5919
 
5085
5920
 
5086
5921
 
@@ -5088,7 +5923,7 @@
5088
5923
 
5089
5924
 
5090
5925
  <div class="description">
5091
- Graph traversal has method.
5926
+ Graph traversal hasKey method.
5092
5927
  </div>
5093
5928
 
5094
5929
 
@@ -5193,7 +6028,7 @@
5193
6028
 
5194
6029
  <dt class="tag-source">Source:</dt>
5195
6030
  <dd class="tag-source"><ul class="dummy"><li>
5196
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line620">line 620</a>
6031
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line698">line 698</a>
5197
6032
  </li></ul></dd>
5198
6033
 
5199
6034
 
@@ -5247,7 +6082,7 @@
5247
6082
 
5248
6083
 
5249
6084
 
5250
- <h4 class="name" id="hasId"><span class="type-signature"></span>hasId<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6085
+ <h4 class="name" id="hasLabel"><span class="type-signature"></span>hasLabel<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5251
6086
 
5252
6087
 
5253
6088
 
@@ -5255,7 +6090,7 @@
5255
6090
 
5256
6091
 
5257
6092
  <div class="description">
5258
- Graph traversal hasId method.
6093
+ Graph traversal hasLabel method.
5259
6094
  </div>
5260
6095
 
5261
6096
 
@@ -5360,7 +6195,7 @@
5360
6195
 
5361
6196
  <dt class="tag-source">Source:</dt>
5362
6197
  <dd class="tag-source"><ul class="dummy"><li>
5363
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line630">line 630</a>
6198
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line708">line 708</a>
5364
6199
  </li></ul></dd>
5365
6200
 
5366
6201
 
@@ -5414,7 +6249,7 @@
5414
6249
 
5415
6250
 
5416
6251
 
5417
- <h4 class="name" id="hasKey"><span class="type-signature"></span>hasKey<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6252
+ <h4 class="name" id="hasNot"><span class="type-signature"></span>hasNot<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5418
6253
 
5419
6254
 
5420
6255
 
@@ -5422,7 +6257,7 @@
5422
6257
 
5423
6258
 
5424
6259
  <div class="description">
5425
- Graph traversal hasKey method.
6260
+ Graph traversal hasNot method.
5426
6261
  </div>
5427
6262
 
5428
6263
 
@@ -5527,7 +6362,7 @@
5527
6362
 
5528
6363
  <dt class="tag-source">Source:</dt>
5529
6364
  <dd class="tag-source"><ul class="dummy"><li>
5530
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line640">line 640</a>
6365
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line718">line 718</a>
5531
6366
  </li></ul></dd>
5532
6367
 
5533
6368
 
@@ -5581,7 +6416,7 @@
5581
6416
 
5582
6417
 
5583
6418
 
5584
- <h4 class="name" id="hasLabel"><span class="type-signature"></span>hasLabel<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6419
+ <h4 class="name" id="hasValue"><span class="type-signature"></span>hasValue<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5585
6420
 
5586
6421
 
5587
6422
 
@@ -5589,7 +6424,7 @@
5589
6424
 
5590
6425
 
5591
6426
  <div class="description">
5592
- Graph traversal hasLabel method.
6427
+ Graph traversal hasValue method.
5593
6428
  </div>
5594
6429
 
5595
6430
 
@@ -5694,7 +6529,7 @@
5694
6529
 
5695
6530
  <dt class="tag-source">Source:</dt>
5696
6531
  <dd class="tag-source"><ul class="dummy"><li>
5697
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line650">line 650</a>
6532
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line728">line 728</a>
5698
6533
  </li></ul></dd>
5699
6534
 
5700
6535
 
@@ -5748,7 +6583,7 @@
5748
6583
 
5749
6584
 
5750
6585
 
5751
- <h4 class="name" id="hasNot"><span class="type-signature"></span>hasNot<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6586
+ <h4 class="name" id="id"><span class="type-signature"></span>id<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5752
6587
 
5753
6588
 
5754
6589
 
@@ -5756,7 +6591,7 @@
5756
6591
 
5757
6592
 
5758
6593
  <div class="description">
5759
- Graph traversal hasNot method.
6594
+ Graph traversal id method.
5760
6595
  </div>
5761
6596
 
5762
6597
 
@@ -5861,7 +6696,7 @@
5861
6696
 
5862
6697
  <dt class="tag-source">Source:</dt>
5863
6698
  <dd class="tag-source"><ul class="dummy"><li>
5864
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line660">line 660</a>
6699
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line738">line 738</a>
5865
6700
  </li></ul></dd>
5866
6701
 
5867
6702
 
@@ -5915,7 +6750,7 @@
5915
6750
 
5916
6751
 
5917
6752
 
5918
- <h4 class="name" id="hasValue"><span class="type-signature"></span>hasValue<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6753
+ <h4 class="name" id="identity"><span class="type-signature"></span>identity<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
5919
6754
 
5920
6755
 
5921
6756
 
@@ -5923,7 +6758,7 @@
5923
6758
 
5924
6759
 
5925
6760
  <div class="description">
5926
- Graph traversal hasValue method.
6761
+ Graph traversal identity method.
5927
6762
  </div>
5928
6763
 
5929
6764
 
@@ -6028,7 +6863,7 @@
6028
6863
 
6029
6864
  <dt class="tag-source">Source:</dt>
6030
6865
  <dd class="tag-source"><ul class="dummy"><li>
6031
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line670">line 670</a>
6866
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line748">line 748</a>
6032
6867
  </li></ul></dd>
6033
6868
 
6034
6869
 
@@ -6082,7 +6917,7 @@
6082
6917
 
6083
6918
 
6084
6919
 
6085
- <h4 class="name" id="id"><span class="type-signature"></span>id<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6920
+ <h4 class="name" id="in_"><span class="type-signature"></span>in_<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6086
6921
 
6087
6922
 
6088
6923
 
@@ -6090,7 +6925,7 @@
6090
6925
 
6091
6926
 
6092
6927
  <div class="description">
6093
- Graph traversal id method.
6928
+ Graph traversal in method.
6094
6929
  </div>
6095
6930
 
6096
6931
 
@@ -6195,7 +7030,7 @@
6195
7030
 
6196
7031
  <dt class="tag-source">Source:</dt>
6197
7032
  <dd class="tag-source"><ul class="dummy"><li>
6198
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line680">line 680</a>
7033
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line758">line 758</a>
6199
7034
  </li></ul></dd>
6200
7035
 
6201
7036
 
@@ -6249,7 +7084,7 @@
6249
7084
 
6250
7085
 
6251
7086
 
6252
- <h4 class="name" id="identity"><span class="type-signature"></span>identity<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7087
+ <h4 class="name" id="index"><span class="type-signature"></span>index<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6253
7088
 
6254
7089
 
6255
7090
 
@@ -6257,7 +7092,7 @@
6257
7092
 
6258
7093
 
6259
7094
  <div class="description">
6260
- Graph traversal identity method.
7095
+ Graph traversal index method.
6261
7096
  </div>
6262
7097
 
6263
7098
 
@@ -6362,7 +7197,7 @@
6362
7197
 
6363
7198
  <dt class="tag-source">Source:</dt>
6364
7199
  <dd class="tag-source"><ul class="dummy"><li>
6365
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line690">line 690</a>
7200
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line788">line 788</a>
6366
7201
  </li></ul></dd>
6367
7202
 
6368
7203
 
@@ -6416,7 +7251,7 @@
6416
7251
 
6417
7252
 
6418
7253
 
6419
- <h4 class="name" id="in_"><span class="type-signature"></span>in_<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7254
+ <h4 class="name" id="inE"><span class="type-signature"></span>inE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6420
7255
 
6421
7256
 
6422
7257
 
@@ -6424,7 +7259,7 @@
6424
7259
 
6425
7260
 
6426
7261
  <div class="description">
6427
- Graph traversal in method.
7262
+ Graph traversal inE method.
6428
7263
  </div>
6429
7264
 
6430
7265
 
@@ -6529,7 +7364,7 @@
6529
7364
 
6530
7365
  <dt class="tag-source">Source:</dt>
6531
7366
  <dd class="tag-source"><ul class="dummy"><li>
6532
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line700">line 700</a>
7367
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line768">line 768</a>
6533
7368
  </li></ul></dd>
6534
7369
 
6535
7370
 
@@ -6583,7 +7418,7 @@
6583
7418
 
6584
7419
 
6585
7420
 
6586
- <h4 class="name" id="index"><span class="type-signature"></span>index<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7421
+ <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>
6587
7422
 
6588
7423
 
6589
7424
 
@@ -6591,7 +7426,7 @@
6591
7426
 
6592
7427
 
6593
7428
  <div class="description">
6594
- Graph traversal index method.
7429
+ Graph traversal inject method.
6595
7430
  </div>
6596
7431
 
6597
7432
 
@@ -6696,7 +7531,7 @@
6696
7531
 
6697
7532
  <dt class="tag-source">Source:</dt>
6698
7533
  <dd class="tag-source"><ul class="dummy"><li>
6699
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line730">line 730</a>
7534
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line798">line 798</a>
6700
7535
  </li></ul></dd>
6701
7536
 
6702
7537
 
@@ -6750,7 +7585,7 @@
6750
7585
 
6751
7586
 
6752
7587
 
6753
- <h4 class="name" id="inE"><span class="type-signature"></span>inE<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7588
+ <h4 class="name" id="inV"><span class="type-signature"></span>inV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6754
7589
 
6755
7590
 
6756
7591
 
@@ -6758,7 +7593,7 @@
6758
7593
 
6759
7594
 
6760
7595
  <div class="description">
6761
- Graph traversal inE method.
7596
+ Graph traversal inV method.
6762
7597
  </div>
6763
7598
 
6764
7599
 
@@ -6863,7 +7698,7 @@
6863
7698
 
6864
7699
  <dt class="tag-source">Source:</dt>
6865
7700
  <dd class="tag-source"><ul class="dummy"><li>
6866
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line710">line 710</a>
7701
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line778">line 778</a>
6867
7702
  </li></ul></dd>
6868
7703
 
6869
7704
 
@@ -6917,7 +7752,7 @@
6917
7752
 
6918
7753
 
6919
7754
 
6920
- <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>
7755
+ <h4 class="name" id="is"><span class="type-signature"></span>is<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
6921
7756
 
6922
7757
 
6923
7758
 
@@ -6925,7 +7760,7 @@
6925
7760
 
6926
7761
 
6927
7762
  <div class="description">
6928
- Graph traversal inject method.
7763
+ Graph traversal is method.
6929
7764
  </div>
6930
7765
 
6931
7766
 
@@ -7030,7 +7865,7 @@
7030
7865
 
7031
7866
  <dt class="tag-source">Source:</dt>
7032
7867
  <dd class="tag-source"><ul class="dummy"><li>
7033
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line740">line 740</a>
7868
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line808">line 808</a>
7034
7869
  </li></ul></dd>
7035
7870
 
7036
7871
 
@@ -7084,7 +7919,7 @@
7084
7919
 
7085
7920
 
7086
7921
 
7087
- <h4 class="name" id="inV"><span class="type-signature"></span>inV<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7922
+ <h4 class="name" id="key"><span class="type-signature"></span>key<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7088
7923
 
7089
7924
 
7090
7925
 
@@ -7092,7 +7927,7 @@
7092
7927
 
7093
7928
 
7094
7929
  <div class="description">
7095
- Graph traversal inV method.
7930
+ Graph traversal key method.
7096
7931
  </div>
7097
7932
 
7098
7933
 
@@ -7197,7 +8032,7 @@
7197
8032
 
7198
8033
  <dt class="tag-source">Source:</dt>
7199
8034
  <dd class="tag-source"><ul class="dummy"><li>
7200
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line720">line 720</a>
8035
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line818">line 818</a>
7201
8036
  </li></ul></dd>
7202
8037
 
7203
8038
 
@@ -7251,7 +8086,7 @@
7251
8086
 
7252
8087
 
7253
8088
 
7254
- <h4 class="name" id="is"><span class="type-signature"></span>is<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8089
+ <h4 class="name" id="label"><span class="type-signature"></span>label<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7255
8090
 
7256
8091
 
7257
8092
 
@@ -7259,7 +8094,7 @@
7259
8094
 
7260
8095
 
7261
8096
  <div class="description">
7262
- Graph traversal is method.
8097
+ Graph traversal label method.
7263
8098
  </div>
7264
8099
 
7265
8100
 
@@ -7364,7 +8199,7 @@
7364
8199
 
7365
8200
  <dt class="tag-source">Source:</dt>
7366
8201
  <dd class="tag-source"><ul class="dummy"><li>
7367
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line750">line 750</a>
8202
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line828">line 828</a>
7368
8203
  </li></ul></dd>
7369
8204
 
7370
8205
 
@@ -7418,7 +8253,7 @@
7418
8253
 
7419
8254
 
7420
8255
 
7421
- <h4 class="name" id="key"><span class="type-signature"></span>key<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8256
+ <h4 class="name" id="limit"><span class="type-signature"></span>limit<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7422
8257
 
7423
8258
 
7424
8259
 
@@ -7426,7 +8261,7 @@
7426
8261
 
7427
8262
 
7428
8263
  <div class="description">
7429
- Graph traversal key method.
8264
+ Graph traversal limit method.
7430
8265
  </div>
7431
8266
 
7432
8267
 
@@ -7531,7 +8366,7 @@
7531
8366
 
7532
8367
  <dt class="tag-source">Source:</dt>
7533
8368
  <dd class="tag-source"><ul class="dummy"><li>
7534
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line760">line 760</a>
8369
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line838">line 838</a>
7535
8370
  </li></ul></dd>
7536
8371
 
7537
8372
 
@@ -7585,7 +8420,7 @@
7585
8420
 
7586
8421
 
7587
8422
 
7588
- <h4 class="name" id="label"><span class="type-signature"></span>label<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8423
+ <h4 class="name" id="local"><span class="type-signature"></span>local<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7589
8424
 
7590
8425
 
7591
8426
 
@@ -7593,7 +8428,7 @@
7593
8428
 
7594
8429
 
7595
8430
  <div class="description">
7596
- Graph traversal label method.
8431
+ Graph traversal local method.
7597
8432
  </div>
7598
8433
 
7599
8434
 
@@ -7698,7 +8533,7 @@
7698
8533
 
7699
8534
  <dt class="tag-source">Source:</dt>
7700
8535
  <dd class="tag-source"><ul class="dummy"><li>
7701
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line770">line 770</a>
8536
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line848">line 848</a>
7702
8537
  </li></ul></dd>
7703
8538
 
7704
8539
 
@@ -7752,7 +8587,7 @@
7752
8587
 
7753
8588
 
7754
8589
 
7755
- <h4 class="name" id="limit"><span class="type-signature"></span>limit<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8590
+ <h4 class="name" id="loops"><span class="type-signature"></span>loops<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7756
8591
 
7757
8592
 
7758
8593
 
@@ -7760,7 +8595,7 @@
7760
8595
 
7761
8596
 
7762
8597
  <div class="description">
7763
- Graph traversal limit method.
8598
+ Graph traversal loops method.
7764
8599
  </div>
7765
8600
 
7766
8601
 
@@ -7865,7 +8700,7 @@
7865
8700
 
7866
8701
  <dt class="tag-source">Source:</dt>
7867
8702
  <dd class="tag-source"><ul class="dummy"><li>
7868
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line780">line 780</a>
8703
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line858">line 858</a>
7869
8704
  </li></ul></dd>
7870
8705
 
7871
8706
 
@@ -7919,7 +8754,7 @@
7919
8754
 
7920
8755
 
7921
8756
 
7922
- <h4 class="name" id="local"><span class="type-signature"></span>local<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8757
+ <h4 class="name" id="map"><span class="type-signature"></span>map<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
7923
8758
 
7924
8759
 
7925
8760
 
@@ -7927,7 +8762,7 @@
7927
8762
 
7928
8763
 
7929
8764
  <div class="description">
7930
- Graph traversal local method.
8765
+ Graph traversal map method.
7931
8766
  </div>
7932
8767
 
7933
8768
 
@@ -8032,7 +8867,7 @@
8032
8867
 
8033
8868
  <dt class="tag-source">Source:</dt>
8034
8869
  <dd class="tag-source"><ul class="dummy"><li>
8035
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line790">line 790</a>
8870
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line868">line 868</a>
8036
8871
  </li></ul></dd>
8037
8872
 
8038
8873
 
@@ -8086,7 +8921,7 @@
8086
8921
 
8087
8922
 
8088
8923
 
8089
- <h4 class="name" id="loops"><span class="type-signature"></span>loops<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8924
+ <h4 class="name" id="match"><span class="type-signature"></span>match<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8090
8925
 
8091
8926
 
8092
8927
 
@@ -8094,7 +8929,7 @@
8094
8929
 
8095
8930
 
8096
8931
  <div class="description">
8097
- Graph traversal loops method.
8932
+ Graph traversal match method.
8098
8933
  </div>
8099
8934
 
8100
8935
 
@@ -8199,7 +9034,7 @@
8199
9034
 
8200
9035
  <dt class="tag-source">Source:</dt>
8201
9036
  <dd class="tag-source"><ul class="dummy"><li>
8202
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line800">line 800</a>
9037
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line878">line 878</a>
8203
9038
  </li></ul></dd>
8204
9039
 
8205
9040
 
@@ -8253,7 +9088,7 @@
8253
9088
 
8254
9089
 
8255
9090
 
8256
- <h4 class="name" id="map"><span class="type-signature"></span>map<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
9091
+ <h4 class="name" id="math"><span class="type-signature"></span>math<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8257
9092
 
8258
9093
 
8259
9094
 
@@ -8261,7 +9096,7 @@
8261
9096
 
8262
9097
 
8263
9098
  <div class="description">
8264
- Graph traversal map method.
9099
+ Graph traversal math method.
8265
9100
  </div>
8266
9101
 
8267
9102
 
@@ -8366,7 +9201,7 @@
8366
9201
 
8367
9202
  <dt class="tag-source">Source:</dt>
8368
9203
  <dd class="tag-source"><ul class="dummy"><li>
8369
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line810">line 810</a>
9204
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line888">line 888</a>
8370
9205
  </li></ul></dd>
8371
9206
 
8372
9207
 
@@ -8420,7 +9255,7 @@
8420
9255
 
8421
9256
 
8422
9257
 
8423
- <h4 class="name" id="match"><span class="type-signature"></span>match<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
9258
+ <h4 class="name" id="max"><span class="type-signature"></span>max<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8424
9259
 
8425
9260
 
8426
9261
 
@@ -8428,7 +9263,7 @@
8428
9263
 
8429
9264
 
8430
9265
  <div class="description">
8431
- Graph traversal match method.
9266
+ Graph traversal max method.
8432
9267
  </div>
8433
9268
 
8434
9269
 
@@ -8533,7 +9368,7 @@
8533
9368
 
8534
9369
  <dt class="tag-source">Source:</dt>
8535
9370
  <dd class="tag-source"><ul class="dummy"><li>
8536
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line820">line 820</a>
9371
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line898">line 898</a>
8537
9372
  </li></ul></dd>
8538
9373
 
8539
9374
 
@@ -8587,7 +9422,7 @@
8587
9422
 
8588
9423
 
8589
9424
 
8590
- <h4 class="name" id="math"><span class="type-signature"></span>math<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
9425
+ <h4 class="name" id="mean"><span class="type-signature"></span>mean<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
8591
9426
 
8592
9427
 
8593
9428
 
@@ -8595,7 +9430,7 @@
8595
9430
 
8596
9431
 
8597
9432
  <div class="description">
8598
- Graph traversal math method.
9433
+ Graph traversal mean method.
8599
9434
  </div>
8600
9435
 
8601
9436
 
@@ -8700,7 +9535,7 @@
8700
9535
 
8701
9536
  <dt class="tag-source">Source:</dt>
8702
9537
  <dd class="tag-source"><ul class="dummy"><li>
8703
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line830">line 830</a>
9538
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line908">line 908</a>
8704
9539
  </li></ul></dd>
8705
9540
 
8706
9541
 
@@ -8754,7 +9589,7 @@
8754
9589
 
8755
9590
 
8756
9591
 
8757
- <h4 class="name" id="max"><span class="type-signature"></span>max<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
9592
+ <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>
8758
9593
 
8759
9594
 
8760
9595
 
@@ -8762,7 +9597,7 @@
8762
9597
 
8763
9598
 
8764
9599
  <div class="description">
8765
- Graph traversal max method.
9600
+ Graph traversal mergeE method.
8766
9601
  </div>
8767
9602
 
8768
9603
 
@@ -8867,7 +9702,7 @@
8867
9702
 
8868
9703
  <dt class="tag-source">Source:</dt>
8869
9704
  <dd class="tag-source"><ul class="dummy"><li>
8870
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line840">line 840</a>
9705
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line918">line 918</a>
8871
9706
  </li></ul></dd>
8872
9707
 
8873
9708
 
@@ -8921,7 +9756,7 @@
8921
9756
 
8922
9757
 
8923
9758
 
8924
- <h4 class="name" id="mean"><span class="type-signature"></span>mean<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
9759
+ <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>
8925
9760
 
8926
9761
 
8927
9762
 
@@ -8929,7 +9764,7 @@
8929
9764
 
8930
9765
 
8931
9766
  <div class="description">
8932
- Graph traversal mean method.
9767
+ Graph traversal mergeV method.
8933
9768
  </div>
8934
9769
 
8935
9770
 
@@ -9034,7 +9869,7 @@
9034
9869
 
9035
9870
  <dt class="tag-source">Source:</dt>
9036
9871
  <dd class="tag-source"><ul class="dummy"><li>
9037
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line850">line 850</a>
9872
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line928">line 928</a>
9038
9873
  </li></ul></dd>
9039
9874
 
9040
9875
 
@@ -9201,7 +10036,7 @@
9201
10036
 
9202
10037
  <dt class="tag-source">Source:</dt>
9203
10038
  <dd class="tag-source"><ul class="dummy"><li>
9204
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line860">line 860</a>
10039
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line938">line 938</a>
9205
10040
  </li></ul></dd>
9206
10041
 
9207
10042
 
@@ -9368,7 +10203,7 @@
9368
10203
 
9369
10204
  <dt class="tag-source">Source:</dt>
9370
10205
  <dd class="tag-source"><ul class="dummy"><li>
9371
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line870">line 870</a>
10206
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line948">line 948</a>
9372
10207
  </li></ul></dd>
9373
10208
 
9374
10209
 
@@ -9535,7 +10370,7 @@
9535
10370
 
9536
10371
  <dt class="tag-source">Source:</dt>
9537
10372
  <dd class="tag-source"><ul class="dummy"><li>
9538
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line880">line 880</a>
10373
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line958">line 958</a>
9539
10374
  </li></ul></dd>
9540
10375
 
9541
10376
 
@@ -9702,7 +10537,7 @@
9702
10537
 
9703
10538
  <dt class="tag-source">Source:</dt>
9704
10539
  <dd class="tag-source"><ul class="dummy"><li>
9705
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line890">line 890</a>
10540
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line968">line 968</a>
9706
10541
  </li></ul></dd>
9707
10542
 
9708
10543
 
@@ -9869,7 +10704,7 @@
9869
10704
 
9870
10705
  <dt class="tag-source">Source:</dt>
9871
10706
  <dd class="tag-source"><ul class="dummy"><li>
9872
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line900">line 900</a>
10707
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line978">line 978</a>
9873
10708
  </li></ul></dd>
9874
10709
 
9875
10710
 
@@ -10036,7 +10871,7 @@
10036
10871
 
10037
10872
  <dt class="tag-source">Source:</dt>
10038
10873
  <dd class="tag-source"><ul class="dummy"><li>
10039
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line910">line 910</a>
10874
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line988">line 988</a>
10040
10875
  </li></ul></dd>
10041
10876
 
10042
10877
 
@@ -10203,7 +11038,7 @@
10203
11038
 
10204
11039
  <dt class="tag-source">Source:</dt>
10205
11040
  <dd class="tag-source"><ul class="dummy"><li>
10206
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line920">line 920</a>
11041
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line998">line 998</a>
10207
11042
  </li></ul></dd>
10208
11043
 
10209
11044
 
@@ -10370,7 +11205,7 @@
10370
11205
 
10371
11206
  <dt class="tag-source">Source:</dt>
10372
11207
  <dd class="tag-source"><ul class="dummy"><li>
10373
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line930">line 930</a>
11208
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1008">line 1008</a>
10374
11209
  </li></ul></dd>
10375
11210
 
10376
11211
 
@@ -10537,7 +11372,7 @@
10537
11372
 
10538
11373
  <dt class="tag-source">Source:</dt>
10539
11374
  <dd class="tag-source"><ul class="dummy"><li>
10540
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line940">line 940</a>
11375
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1018">line 1018</a>
10541
11376
  </li></ul></dd>
10542
11377
 
10543
11378
 
@@ -10704,7 +11539,7 @@
10704
11539
 
10705
11540
  <dt class="tag-source">Source:</dt>
10706
11541
  <dd class="tag-source"><ul class="dummy"><li>
10707
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line950">line 950</a>
11542
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1028">line 1028</a>
10708
11543
  </li></ul></dd>
10709
11544
 
10710
11545
 
@@ -10871,7 +11706,7 @@
10871
11706
 
10872
11707
  <dt class="tag-source">Source:</dt>
10873
11708
  <dd class="tag-source"><ul class="dummy"><li>
10874
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line960">line 960</a>
11709
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1038">line 1038</a>
10875
11710
  </li></ul></dd>
10876
11711
 
10877
11712
 
@@ -11038,7 +11873,7 @@
11038
11873
 
11039
11874
  <dt class="tag-source">Source:</dt>
11040
11875
  <dd class="tag-source"><ul class="dummy"><li>
11041
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line970">line 970</a>
11876
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1048">line 1048</a>
11042
11877
  </li></ul></dd>
11043
11878
 
11044
11879
 
@@ -11205,7 +12040,7 @@
11205
12040
 
11206
12041
  <dt class="tag-source">Source:</dt>
11207
12042
  <dd class="tag-source"><ul class="dummy"><li>
11208
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line980">line 980</a>
12043
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1058">line 1058</a>
11209
12044
  </li></ul></dd>
11210
12045
 
11211
12046
 
@@ -11372,7 +12207,7 @@
11372
12207
 
11373
12208
  <dt class="tag-source">Source:</dt>
11374
12209
  <dd class="tag-source"><ul class="dummy"><li>
11375
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line990">line 990</a>
12210
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1068">line 1068</a>
11376
12211
  </li></ul></dd>
11377
12212
 
11378
12213
 
@@ -11539,7 +12374,7 @@
11539
12374
 
11540
12375
  <dt class="tag-source">Source:</dt>
11541
12376
  <dd class="tag-source"><ul class="dummy"><li>
11542
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1000">line 1000</a>
12377
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1078">line 1078</a>
11543
12378
  </li></ul></dd>
11544
12379
 
11545
12380
 
@@ -11706,7 +12541,7 @@
11706
12541
 
11707
12542
  <dt class="tag-source">Source:</dt>
11708
12543
  <dd class="tag-source"><ul class="dummy"><li>
11709
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1010">line 1010</a>
12544
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1088">line 1088</a>
11710
12545
  </li></ul></dd>
11711
12546
 
11712
12547
 
@@ -11873,7 +12708,7 @@
11873
12708
 
11874
12709
  <dt class="tag-source">Source:</dt>
11875
12710
  <dd class="tag-source"><ul class="dummy"><li>
11876
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1020">line 1020</a>
12711
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1098">line 1098</a>
11877
12712
  </li></ul></dd>
11878
12713
 
11879
12714
 
@@ -12040,7 +12875,7 @@
12040
12875
 
12041
12876
  <dt class="tag-source">Source:</dt>
12042
12877
  <dd class="tag-source"><ul class="dummy"><li>
12043
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1030">line 1030</a>
12878
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1108">line 1108</a>
12044
12879
  </li></ul></dd>
12045
12880
 
12046
12881
 
@@ -12207,7 +13042,7 @@
12207
13042
 
12208
13043
  <dt class="tag-source">Source:</dt>
12209
13044
  <dd class="tag-source"><ul class="dummy"><li>
12210
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1040">line 1040</a>
13045
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1118">line 1118</a>
12211
13046
  </li></ul></dd>
12212
13047
 
12213
13048
 
@@ -12374,7 +13209,7 @@
12374
13209
 
12375
13210
  <dt class="tag-source">Source:</dt>
12376
13211
  <dd class="tag-source"><ul class="dummy"><li>
12377
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1050">line 1050</a>
13212
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1128">line 1128</a>
12378
13213
  </li></ul></dd>
12379
13214
 
12380
13215
 
@@ -12541,7 +13376,7 @@
12541
13376
 
12542
13377
  <dt class="tag-source">Source:</dt>
12543
13378
  <dd class="tag-source"><ul class="dummy"><li>
12544
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1060">line 1060</a>
13379
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1138">line 1138</a>
12545
13380
  </li></ul></dd>
12546
13381
 
12547
13382
 
@@ -12708,7 +13543,7 @@
12708
13543
 
12709
13544
  <dt class="tag-source">Source:</dt>
12710
13545
  <dd class="tag-source"><ul class="dummy"><li>
12711
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1070">line 1070</a>
13546
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1148">line 1148</a>
12712
13547
  </li></ul></dd>
12713
13548
 
12714
13549
 
@@ -12875,7 +13710,7 @@
12875
13710
 
12876
13711
  <dt class="tag-source">Source:</dt>
12877
13712
  <dd class="tag-source"><ul class="dummy"><li>
12878
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1080">line 1080</a>
13713
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1158">line 1158</a>
12879
13714
  </li></ul></dd>
12880
13715
 
12881
13716
 
@@ -13042,7 +13877,7 @@
13042
13877
 
13043
13878
  <dt class="tag-source">Source:</dt>
13044
13879
  <dd class="tag-source"><ul class="dummy"><li>
13045
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1090">line 1090</a>
13880
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1168">line 1168</a>
13046
13881
  </li></ul></dd>
13047
13882
 
13048
13883
 
@@ -13209,7 +14044,7 @@
13209
14044
 
13210
14045
  <dt class="tag-source">Source:</dt>
13211
14046
  <dd class="tag-source"><ul class="dummy"><li>
13212
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1100">line 1100</a>
14047
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1178">line 1178</a>
13213
14048
  </li></ul></dd>
13214
14049
 
13215
14050
 
@@ -13376,7 +14211,7 @@
13376
14211
 
13377
14212
  <dt class="tag-source">Source:</dt>
13378
14213
  <dd class="tag-source"><ul class="dummy"><li>
13379
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1110">line 1110</a>
14214
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1188">line 1188</a>
13380
14215
  </li></ul></dd>
13381
14216
 
13382
14217
 
@@ -13543,7 +14378,7 @@
13543
14378
 
13544
14379
  <dt class="tag-source">Source:</dt>
13545
14380
  <dd class="tag-source"><ul class="dummy"><li>
13546
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1120">line 1120</a>
14381
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1198">line 1198</a>
13547
14382
  </li></ul></dd>
13548
14383
 
13549
14384
 
@@ -13710,7 +14545,7 @@
13710
14545
 
13711
14546
  <dt class="tag-source">Source:</dt>
13712
14547
  <dd class="tag-source"><ul class="dummy"><li>
13713
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1130">line 1130</a>
14548
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1208">line 1208</a>
13714
14549
  </li></ul></dd>
13715
14550
 
13716
14551
 
@@ -13877,7 +14712,7 @@
13877
14712
 
13878
14713
  <dt class="tag-source">Source:</dt>
13879
14714
  <dd class="tag-source"><ul class="dummy"><li>
13880
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1140">line 1140</a>
14715
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1218">line 1218</a>
13881
14716
  </li></ul></dd>
13882
14717
 
13883
14718
 
@@ -14044,7 +14879,7 @@
14044
14879
 
14045
14880
  <dt class="tag-source">Source:</dt>
14046
14881
  <dd class="tag-source"><ul class="dummy"><li>
14047
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1150">line 1150</a>
14882
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1228">line 1228</a>
14048
14883
  </li></ul></dd>
14049
14884
 
14050
14885
 
@@ -14211,7 +15046,7 @@
14211
15046
 
14212
15047
  <dt class="tag-source">Source:</dt>
14213
15048
  <dd class="tag-source"><ul class="dummy"><li>
14214
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1160">line 1160</a>
15049
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1238">line 1238</a>
14215
15050
  </li></ul></dd>
14216
15051
 
14217
15052
 
@@ -14378,7 +15213,7 @@
14378
15213
 
14379
15214
  <dt class="tag-source">Source:</dt>
14380
15215
  <dd class="tag-source"><ul class="dummy"><li>
14381
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1170">line 1170</a>
15216
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1248">line 1248</a>
14382
15217
  </li></ul></dd>
14383
15218
 
14384
15219
 
@@ -14545,7 +15380,7 @@
14545
15380
 
14546
15381
  <dt class="tag-source">Source:</dt>
14547
15382
  <dd class="tag-source"><ul class="dummy"><li>
14548
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1180">line 1180</a>
15383
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1258">line 1258</a>
14549
15384
  </li></ul></dd>
14550
15385
 
14551
15386
 
@@ -14712,7 +15547,7 @@
14712
15547
 
14713
15548
  <dt class="tag-source">Source:</dt>
14714
15549
  <dd class="tag-source"><ul class="dummy"><li>
14715
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1190">line 1190</a>
15550
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1268">line 1268</a>
14716
15551
  </li></ul></dd>
14717
15552
 
14718
15553
 
@@ -14879,7 +15714,7 @@
14879
15714
 
14880
15715
  <dt class="tag-source">Source:</dt>
14881
15716
  <dd class="tag-source"><ul class="dummy"><li>
14882
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1200">line 1200</a>
15717
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1278">line 1278</a>
14883
15718
  </li></ul></dd>
14884
15719
 
14885
15720
 
@@ -15046,7 +15881,7 @@
15046
15881
 
15047
15882
  <dt class="tag-source">Source:</dt>
15048
15883
  <dd class="tag-source"><ul class="dummy"><li>
15049
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1210">line 1210</a>
15884
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1288">line 1288</a>
15050
15885
  </li></ul></dd>
15051
15886
 
15052
15887
 
@@ -15213,7 +16048,7 @@
15213
16048
 
15214
16049
  <dt class="tag-source">Source:</dt>
15215
16050
  <dd class="tag-source"><ul class="dummy"><li>
15216
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1220">line 1220</a>
16051
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1298">line 1298</a>
15217
16052
  </li></ul></dd>
15218
16053
 
15219
16054
 
@@ -15380,7 +16215,7 @@
15380
16215
 
15381
16216
  <dt class="tag-source">Source:</dt>
15382
16217
  <dd class="tag-source"><ul class="dummy"><li>
15383
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1230">line 1230</a>
16218
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1308">line 1308</a>
15384
16219
  </li></ul></dd>
15385
16220
 
15386
16221
 
@@ -15547,7 +16382,7 @@
15547
16382
 
15548
16383
  <dt class="tag-source">Source:</dt>
15549
16384
  <dd class="tag-source"><ul class="dummy"><li>
15550
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1240">line 1240</a>
16385
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1318">line 1318</a>
15551
16386
  </li></ul></dd>
15552
16387
 
15553
16388
 
@@ -15714,7 +16549,7 @@
15714
16549
 
15715
16550
  <dt class="tag-source">Source:</dt>
15716
16551
  <dd class="tag-source"><ul class="dummy"><li>
15717
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1250">line 1250</a>
16552
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1328">line 1328</a>
15718
16553
  </li></ul></dd>
15719
16554
 
15720
16555
 
@@ -15881,7 +16716,7 @@
15881
16716
 
15882
16717
  <dt class="tag-source">Source:</dt>
15883
16718
  <dd class="tag-source"><ul class="dummy"><li>
15884
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1260">line 1260</a>
16719
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1338">line 1338</a>
15885
16720
  </li></ul></dd>
15886
16721
 
15887
16722
 
@@ -16048,7 +16883,7 @@
16048
16883
 
16049
16884
  <dt class="tag-source">Source:</dt>
16050
16885
  <dd class="tag-source"><ul class="dummy"><li>
16051
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1270">line 1270</a>
16886
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1348">line 1348</a>
16052
16887
  </li></ul></dd>
16053
16888
 
16054
16889
 
@@ -16215,7 +17050,7 @@
16215
17050
 
16216
17051
  <dt class="tag-source">Source:</dt>
16217
17052
  <dd class="tag-source"><ul class="dummy"><li>
16218
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1280">line 1280</a>
17053
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1358">line 1358</a>
16219
17054
  </li></ul></dd>
16220
17055
 
16221
17056
 
@@ -16382,7 +17217,7 @@
16382
17217
 
16383
17218
  <dt class="tag-source">Source:</dt>
16384
17219
  <dd class="tag-source"><ul class="dummy"><li>
16385
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line320">line 320</a>
17220
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line350">line 350</a>
16386
17221
  </li></ul></dd>
16387
17222
 
16388
17223
 
@@ -16549,7 +17384,7 @@
16549
17384
 
16550
17385
  <dt class="tag-source">Source:</dt>
16551
17386
  <dd class="tag-source"><ul class="dummy"><li>
16552
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1290">line 1290</a>
17387
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1368">line 1368</a>
16553
17388
  </li></ul></dd>
16554
17389
 
16555
17390
 
@@ -16716,7 +17551,7 @@
16716
17551
 
16717
17552
  <dt class="tag-source">Source:</dt>
16718
17553
  <dd class="tag-source"><ul class="dummy"><li>
16719
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1300">line 1300</a>
17554
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1378">line 1378</a>
16720
17555
  </li></ul></dd>
16721
17556
 
16722
17557
 
@@ -16883,7 +17718,7 @@
16883
17718
 
16884
17719
  <dt class="tag-source">Source:</dt>
16885
17720
  <dd class="tag-source"><ul class="dummy"><li>
16886
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1310">line 1310</a>
17721
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1388">line 1388</a>
16887
17722
  </li></ul></dd>
16888
17723
 
16889
17724
 
@@ -17050,7 +17885,7 @@
17050
17885
 
17051
17886
  <dt class="tag-source">Source:</dt>
17052
17887
  <dd class="tag-source"><ul class="dummy"><li>
17053
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1320">line 1320</a>
17888
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1398">line 1398</a>
17054
17889
  </li></ul></dd>
17055
17890
 
17056
17891
 
@@ -17217,7 +18052,7 @@
17217
18052
 
17218
18053
  <dt class="tag-source">Source:</dt>
17219
18054
  <dd class="tag-source"><ul class="dummy"><li>
17220
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1330">line 1330</a>
18055
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1408">line 1408</a>
17221
18056
  </li></ul></dd>
17222
18057
 
17223
18058
 
@@ -17384,7 +18219,7 @@
17384
18219
 
17385
18220
  <dt class="tag-source">Source:</dt>
17386
18221
  <dd class="tag-source"><ul class="dummy"><li>
17387
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1340">line 1340</a>
18222
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1418">line 1418</a>
17388
18223
  </li></ul></dd>
17389
18224
 
17390
18225
 
@@ -17448,13 +18283,13 @@
17448
18283
  </div>
17449
18284
 
17450
18285
  <nav>
17451
- <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#statics">statics</a></li></ul>
18286
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#statics">statics</a></li></ul>
17452
18287
  </nav>
17453
18288
 
17454
18289
  <br class="clear">
17455
18290
 
17456
18291
  <footer>
17457
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 11 2022 07:21:14 GMT-0400 (Eastern Daylight Time)
18292
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Mon Apr 11 2022 07:53:52 GMT-0400 (Eastern Daylight Time)
17458
18293
  </footer>
17459
18294
 
17460
18295
  <script> prettyPrint(); </script>