gremlin 3.6.4 → 3.7.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 (74) hide show
  1. package/doc/AnonymousTraversalSource.html +2 -2
  2. package/doc/Authenticator.html +2 -2
  3. package/doc/Bytecode.html +2 -2
  4. package/doc/CardinalityValue.html +711 -0
  5. package/doc/Client.html +7 -7
  6. package/doc/Connection.html +8 -41
  7. package/doc/DriverRemoteConnection.html +9 -9
  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 +465 -131
  15. package/doc/GraphTraversalSource.html +169 -2
  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 +2 -2
  33. package/doc/SubgraphStrategy.html +2 -2
  34. package/doc/TextP.html +2 -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 +3 -2
  46. package/doc/driver_connection.js.html +2 -9
  47. package/doc/driver_driver-remote-connection.js.html +10 -3
  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 +26 -3
  52. package/doc/index.html +2 -2
  53. package/doc/module.exports.html +2 -2
  54. package/doc/process_anonymous-traversal.js.html +2 -2
  55. package/doc/process_bytecode.js.html +2 -2
  56. package/doc/process_graph-traversal.js.html +75 -3
  57. package/doc/process_transaction.js.html +2 -2
  58. package/doc/process_translator.js.html +2 -2
  59. package/doc/process_traversal-strategy.js.html +2 -2
  60. package/doc/process_traversal.js.html +2 -2
  61. package/doc/structure_graph.js.html +2 -2
  62. package/doc/structure_io_binary_internals_DataType.js.html +2 -2
  63. package/doc/structure_io_binary_internals_GraphBinaryReader.js.html +2 -2
  64. package/doc/structure_io_binary_internals_GraphBinaryWriter.js.html +2 -2
  65. package/doc/structure_io_graph-serializer.js.html +2 -2
  66. package/doc/structure_io_type-serializers.js.html +2 -2
  67. package/docker-compose.yml +7 -2
  68. package/lib/driver/client.js +1 -0
  69. package/lib/driver/connection.js +0 -7
  70. package/lib/driver/driver-remote-connection.js +8 -1
  71. package/lib/process/graph-traversal.js +73 -1
  72. package/lib/structure/io/binary/internals/VertexPropertySerializer.js +1 -1
  73. package/lib/utils.js +3 -8
  74. package/package.json +5 -5
@@ -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#line345">line 345</a>
96
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line355">line 355</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#line372">line 372</a>
265
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line392">line 392</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#line382">line 382</a>
432
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line402">line 402</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#line392">line 392</a>
599
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line412">line 412</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#line402">line 402</a>
766
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line422">line 422</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#line412">line 412</a>
933
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line432">line 432</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#line422">line 422</a>
1100
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line442">line 442</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#line432">line 432</a>
1267
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line452">line 452</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#line442">line 442</a>
1434
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line462">line 462</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#line452">line 452</a>
1601
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line472">line 472</a>
1602
1602
  </li></ul></dd>
1603
1603
 
1604
1604
 
@@ -1765,7 +1765,7 @@
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#line462">line 462</a>
1768
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line482">line 482</a>
1769
1769
  </li></ul></dd>
1770
1770
 
1771
1771
 
@@ -1932,7 +1932,7 @@
1932
1932
 
1933
1933
  <dt class="tag-source">Source:</dt>
1934
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#line472">line 472</a>
1935
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line492">line 492</a>
1936
1936
  </li></ul></dd>
1937
1937
 
1938
1938
 
@@ -2099,7 +2099,7 @@
2099
2099
 
2100
2100
  <dt class="tag-source">Source:</dt>
2101
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#line482">line 482</a>
2102
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line502">line 502</a>
2103
2103
  </li></ul></dd>
2104
2104
 
2105
2105
 
@@ -2266,7 +2266,7 @@
2266
2266
 
2267
2267
  <dt class="tag-source">Source:</dt>
2268
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#line491">line 491</a>
2269
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line511">line 511</a>
2270
2270
  </li></ul></dd>
2271
2271
 
2272
2272
 
@@ -2433,7 +2433,7 @@
2433
2433
 
2434
2434
  <dt class="tag-source">Source:</dt>
2435
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#line501">line 501</a>
2436
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line521">line 521</a>
2437
2437
  </li></ul></dd>
2438
2438
 
2439
2439
 
@@ -2494,16 +2494,332 @@
2494
2494
 
2495
2495
 
2496
2496
 
2497
- <div class="description">
2498
- Copy a traversal so as to reset and re-use it.
2499
- </div>
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#line363">line 363</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
+
2566
+
2567
+
2568
+
2569
+
2570
+
2571
+
2572
+
2573
+
2574
+
2575
+
2576
+
2577
+
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>
2579
+
2580
+
2581
+
2582
+
2583
+
2584
+
2585
+ <div class="description">
2586
+ Graph traversal coalesce method.
2587
+ </div>
2588
+
2589
+
2590
+
2591
+
2592
+
2593
+
2594
+
2595
+
2596
+
2597
+ <h5>Parameters:</h5>
2598
+
2599
+
2600
+ <table class="params">
2601
+ <thead>
2602
+ <tr>
2603
+
2604
+ <th>Name</th>
2605
+
2606
+
2607
+ <th>Type</th>
2608
+
2609
+
2610
+ <th>Attributes</th>
2611
+
2612
+
2613
+
2614
+
2615
+ <th class="last">Description</th>
2616
+ </tr>
2617
+ </thead>
2618
+
2619
+ <tbody>
2620
+
2621
+
2622
+ <tr>
2623
+
2624
+ <td class="name"><code>args</code></td>
2625
+
2626
+
2627
+ <td class="type">
2628
+
2629
+
2630
+ <span class="param-type">Object</span>
2631
+
2632
+
2633
+
2634
+ </td>
2635
+
2636
+
2637
+ <td class="attributes">
2638
+
2639
+
2640
+
2641
+
2642
+
2643
+ &lt;repeatable><br>
2644
+
2645
+ </td>
2646
+
2647
+
2648
+
2649
+
2650
+ <td class="description last"></td>
2651
+ </tr>
2652
+
2653
+
2654
+ </tbody>
2655
+ </table>
2656
+
2657
+
2658
+
2659
+
2660
+
2661
+
2662
+ <dl class="details">
2663
+
2664
+
2665
+
2666
+
2667
+
2668
+
2669
+
2670
+
2671
+
2672
+
2673
+
2674
+
2675
+
2676
+
2677
+
2678
+
2679
+
2680
+
2681
+
2682
+
2683
+
2684
+
2685
+
2686
+
2687
+
2688
+
2689
+ <dt class="tag-source">Source:</dt>
2690
+ <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#line531">line 531</a>
2692
+ </li></ul></dd>
2693
+
2694
+
2695
+
2696
+
2697
+
2698
+
2699
+
2700
+ </dl>
2701
+
2702
+
2703
+
2704
+
2705
+
2706
+
2707
+
2708
+
2709
+
2710
+
2711
+
2712
+
2713
+
2714
+
2715
+
2716
+ <h5>Returns:</h5>
2717
+
2718
+
2719
+
2720
+
2721
+ <dl>
2722
+ <dt>
2723
+ Type
2724
+ </dt>
2725
+ <dd>
2726
+
2727
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2728
+
2729
+
2730
+ </dd>
2731
+ </dl>
2732
+
2733
+
2734
+
2735
+
2736
+
2737
+
2738
+
2739
+
2740
+
2741
+
2742
+
2743
+
2744
+
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>
2746
+
2747
+
2748
+
2749
+
2750
+
2751
+
2752
+ <div class="description">
2753
+ Graph traversal coin method.
2754
+ </div>
2755
+
2756
+
2757
+
2758
+
2759
+
2760
+
2761
+
2762
+
2763
+
2764
+ <h5>Parameters:</h5>
2765
+
2766
+
2767
+ <table class="params">
2768
+ <thead>
2769
+ <tr>
2770
+
2771
+ <th>Name</th>
2772
+
2773
+
2774
+ <th>Type</th>
2775
+
2776
+
2777
+ <th>Attributes</th>
2778
+
2779
+
2780
+
2781
+
2782
+ <th class="last">Description</th>
2783
+ </tr>
2784
+ </thead>
2785
+
2786
+ <tbody>
2787
+
2788
+
2789
+ <tr>
2790
+
2791
+ <td class="name"><code>args</code></td>
2792
+
2793
+
2794
+ <td class="type">
2795
+
2796
+
2797
+ <span class="param-type">Object</span>
2798
+
2500
2799
 
2800
+
2801
+ </td>
2501
2802
 
2803
+
2804
+ <td class="attributes">
2805
+
2502
2806
 
2807
+
2503
2808
 
2809
+
2810
+ &lt;repeatable><br>
2811
+
2812
+ </td>
2813
+
2504
2814
 
2815
+
2505
2816
 
2817
+ <td class="description last"></td>
2818
+ </tr>
2506
2819
 
2820
+
2821
+ </tbody>
2822
+ </table>
2507
2823
 
2508
2824
 
2509
2825
 
@@ -2539,7 +2855,7 @@
2539
2855
 
2540
2856
  <dt class="tag-source">Source:</dt>
2541
2857
  <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#line353">line 353</a>
2858
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line541">line 541</a>
2543
2859
  </li></ul></dd>
2544
2860
 
2545
2861
 
@@ -2564,6 +2880,24 @@
2564
2880
 
2565
2881
 
2566
2882
 
2883
+ <h5>Returns:</h5>
2884
+
2885
+
2886
+
2887
+
2888
+ <dl>
2889
+ <dt>
2890
+ Type
2891
+ </dt>
2892
+ <dd>
2893
+
2894
+ <span class="param-type"><a href="GraphTraversal.html">GraphTraversal</a></span>
2895
+
2896
+
2897
+ </dd>
2898
+ </dl>
2899
+
2900
+
2567
2901
 
2568
2902
 
2569
2903
 
@@ -2575,7 +2909,7 @@
2575
2909
 
2576
2910
 
2577
2911
 
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>
2912
+ <h4 class="name" id="concat"><span class="type-signature"></span>concat<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
2579
2913
 
2580
2914
 
2581
2915
 
@@ -2583,7 +2917,7 @@
2583
2917
 
2584
2918
 
2585
2919
  <div class="description">
2586
- Graph traversal coalesce method.
2920
+ Graph traversal concat method.
2587
2921
  </div>
2588
2922
 
2589
2923
 
@@ -2688,7 +3022,7 @@
2688
3022
 
2689
3023
  <dt class="tag-source">Source:</dt>
2690
3024
  <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#line511">line 511</a>
3025
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line551">line 551</a>
2692
3026
  </li></ul></dd>
2693
3027
 
2694
3028
 
@@ -2742,7 +3076,7 @@
2742
3076
 
2743
3077
 
2744
3078
 
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>
3079
+ <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>
2746
3080
 
2747
3081
 
2748
3082
 
@@ -2750,7 +3084,7 @@
2750
3084
 
2751
3085
 
2752
3086
  <div class="description">
2753
- Graph traversal coin method.
3087
+ Graph traversal connectedComponent method.
2754
3088
  </div>
2755
3089
 
2756
3090
 
@@ -2855,7 +3189,7 @@
2855
3189
 
2856
3190
  <dt class="tag-source">Source:</dt>
2857
3191
  <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#line521">line 521</a>
3192
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line561">line 561</a>
2859
3193
  </li></ul></dd>
2860
3194
 
2861
3195
 
@@ -2909,7 +3243,7 @@
2909
3243
 
2910
3244
 
2911
3245
 
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>
3246
+ <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>
2913
3247
 
2914
3248
 
2915
3249
 
@@ -2917,7 +3251,7 @@
2917
3251
 
2918
3252
 
2919
3253
  <div class="description">
2920
- Graph traversal connectedComponent method.
3254
+ Graph traversal constant method.
2921
3255
  </div>
2922
3256
 
2923
3257
 
@@ -3022,7 +3356,7 @@
3022
3356
 
3023
3357
  <dt class="tag-source">Source:</dt>
3024
3358
  <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#line531">line 531</a>
3359
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line571">line 571</a>
3026
3360
  </li></ul></dd>
3027
3361
 
3028
3362
 
@@ -3076,7 +3410,7 @@
3076
3410
 
3077
3411
 
3078
3412
 
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>
3413
+ <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>
3080
3414
 
3081
3415
 
3082
3416
 
@@ -3084,7 +3418,7 @@
3084
3418
 
3085
3419
 
3086
3420
  <div class="description">
3087
- Graph traversal constant method.
3421
+ Graph traversal count method.
3088
3422
  </div>
3089
3423
 
3090
3424
 
@@ -3189,7 +3523,7 @@
3189
3523
 
3190
3524
  <dt class="tag-source">Source:</dt>
3191
3525
  <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#line541">line 541</a>
3526
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line581">line 581</a>
3193
3527
  </li></ul></dd>
3194
3528
 
3195
3529
 
@@ -3243,7 +3577,7 @@
3243
3577
 
3244
3578
 
3245
3579
 
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>
3580
+ <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>
3247
3581
 
3248
3582
 
3249
3583
 
@@ -3251,7 +3585,7 @@
3251
3585
 
3252
3586
 
3253
3587
  <div class="description">
3254
- Graph traversal count method.
3588
+ Graph traversal cyclicPath method.
3255
3589
  </div>
3256
3590
 
3257
3591
 
@@ -3356,7 +3690,7 @@
3356
3690
 
3357
3691
  <dt class="tag-source">Source:</dt>
3358
3692
  <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#line551">line 551</a>
3693
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line591">line 591</a>
3360
3694
  </li></ul></dd>
3361
3695
 
3362
3696
 
@@ -3410,7 +3744,7 @@
3410
3744
 
3411
3745
 
3412
3746
 
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>
3747
+ <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>
3414
3748
 
3415
3749
 
3416
3750
 
@@ -3418,7 +3752,7 @@
3418
3752
 
3419
3753
 
3420
3754
  <div class="description">
3421
- Graph traversal cyclicPath method.
3755
+ Graph traversal dedup method.
3422
3756
  </div>
3423
3757
 
3424
3758
 
@@ -3523,7 +3857,7 @@
3523
3857
 
3524
3858
  <dt class="tag-source">Source:</dt>
3525
3859
  <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#line561">line 561</a>
3860
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line601">line 601</a>
3527
3861
  </li></ul></dd>
3528
3862
 
3529
3863
 
@@ -3577,7 +3911,7 @@
3577
3911
 
3578
3912
 
3579
3913
 
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>
3914
+ <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>
3581
3915
 
3582
3916
 
3583
3917
 
@@ -3585,7 +3919,7 @@
3585
3919
 
3586
3920
 
3587
3921
  <div class="description">
3588
- Graph traversal dedup method.
3922
+ Graph traversal drop method.
3589
3923
  </div>
3590
3924
 
3591
3925
 
@@ -3690,7 +4024,7 @@
3690
4024
 
3691
4025
  <dt class="tag-source">Source:</dt>
3692
4026
  <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#line571">line 571</a>
4027
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line611">line 611</a>
3694
4028
  </li></ul></dd>
3695
4029
 
3696
4030
 
@@ -3744,7 +4078,7 @@
3744
4078
 
3745
4079
 
3746
4080
 
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>
4081
+ <h4 class="name" id="E"><span class="type-signature"></span>E<span class="signature">(&hellip;args)</span><span class="type-signature"> &rarr; {<a href="GraphTraversal.html">GraphTraversal</a>}</span></h4>
3748
4082
 
3749
4083
 
3750
4084
 
@@ -3752,7 +4086,7 @@
3752
4086
 
3753
4087
 
3754
4088
  <div class="description">
3755
- Graph traversal drop method.
4089
+ Graph traversal E method.
3756
4090
  </div>
3757
4091
 
3758
4092
 
@@ -3857,7 +4191,7 @@
3857
4191
 
3858
4192
  <dt class="tag-source">Source:</dt>
3859
4193
  <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#line581">line 581</a>
4194
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line382">line 382</a>
3861
4195
  </li></ul></dd>
3862
4196
 
3863
4197
 
@@ -4024,7 +4358,7 @@
4024
4358
 
4025
4359
  <dt class="tag-source">Source:</dt>
4026
4360
  <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#line591">line 591</a>
4361
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line621">line 621</a>
4028
4362
  </li></ul></dd>
4029
4363
 
4030
4364
 
@@ -4191,7 +4525,7 @@
4191
4525
 
4192
4526
  <dt class="tag-source">Source:</dt>
4193
4527
  <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#line600">line 600</a>
4528
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line630">line 630</a>
4195
4529
  </li></ul></dd>
4196
4530
 
4197
4531
 
@@ -4358,7 +4692,7 @@
4358
4692
 
4359
4693
  <dt class="tag-source">Source:</dt>
4360
4694
  <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#line610">line 610</a>
4695
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line640">line 640</a>
4362
4696
  </li></ul></dd>
4363
4697
 
4364
4698
 
@@ -4525,7 +4859,7 @@
4525
4859
 
4526
4860
  <dt class="tag-source">Source:</dt>
4527
4861
  <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#line620">line 620</a>
4862
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line650">line 650</a>
4529
4863
  </li></ul></dd>
4530
4864
 
4531
4865
 
@@ -4692,7 +5026,7 @@
4692
5026
 
4693
5027
  <dt class="tag-source">Source:</dt>
4694
5028
  <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#line630">line 630</a>
5029
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line660">line 660</a>
4696
5030
  </li></ul></dd>
4697
5031
 
4698
5032
 
@@ -4859,7 +5193,7 @@
4859
5193
 
4860
5194
  <dt class="tag-source">Source:</dt>
4861
5195
  <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#line640">line 640</a>
5196
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line670">line 670</a>
4863
5197
  </li></ul></dd>
4864
5198
 
4865
5199
 
@@ -5026,7 +5360,7 @@
5026
5360
 
5027
5361
  <dt class="tag-source">Source:</dt>
5028
5362
  <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#line650">line 650</a>
5363
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line680">line 680</a>
5030
5364
  </li></ul></dd>
5031
5365
 
5032
5366
 
@@ -5193,7 +5527,7 @@
5193
5527
 
5194
5528
  <dt class="tag-source">Source:</dt>
5195
5529
  <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#line660">line 660</a>
5530
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line690">line 690</a>
5197
5531
  </li></ul></dd>
5198
5532
 
5199
5533
 
@@ -5360,7 +5694,7 @@
5360
5694
 
5361
5695
  <dt class="tag-source">Source:</dt>
5362
5696
  <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#line670">line 670</a>
5697
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line700">line 700</a>
5364
5698
  </li></ul></dd>
5365
5699
 
5366
5700
 
@@ -5527,7 +5861,7 @@
5527
5861
 
5528
5862
  <dt class="tag-source">Source:</dt>
5529
5863
  <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#line680">line 680</a>
5864
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line710">line 710</a>
5531
5865
  </li></ul></dd>
5532
5866
 
5533
5867
 
@@ -5694,7 +6028,7 @@
5694
6028
 
5695
6029
  <dt class="tag-source">Source:</dt>
5696
6030
  <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#line690">line 690</a>
6031
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line720">line 720</a>
5698
6032
  </li></ul></dd>
5699
6033
 
5700
6034
 
@@ -5861,7 +6195,7 @@
5861
6195
 
5862
6196
  <dt class="tag-source">Source:</dt>
5863
6197
  <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#line700">line 700</a>
6198
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line730">line 730</a>
5865
6199
  </li></ul></dd>
5866
6200
 
5867
6201
 
@@ -6028,7 +6362,7 @@
6028
6362
 
6029
6363
  <dt class="tag-source">Source:</dt>
6030
6364
  <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#line710">line 710</a>
6365
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line740">line 740</a>
6032
6366
  </li></ul></dd>
6033
6367
 
6034
6368
 
@@ -6195,7 +6529,7 @@
6195
6529
 
6196
6530
  <dt class="tag-source">Source:</dt>
6197
6531
  <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#line720">line 720</a>
6532
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line750">line 750</a>
6199
6533
  </li></ul></dd>
6200
6534
 
6201
6535
 
@@ -6362,7 +6696,7 @@
6362
6696
 
6363
6697
  <dt class="tag-source">Source:</dt>
6364
6698
  <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#line730">line 730</a>
6699
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line760">line 760</a>
6366
6700
  </li></ul></dd>
6367
6701
 
6368
6702
 
@@ -6529,7 +6863,7 @@
6529
6863
 
6530
6864
  <dt class="tag-source">Source:</dt>
6531
6865
  <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#line740">line 740</a>
6866
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line770">line 770</a>
6533
6867
  </li></ul></dd>
6534
6868
 
6535
6869
 
@@ -6696,7 +7030,7 @@
6696
7030
 
6697
7031
  <dt class="tag-source">Source:</dt>
6698
7032
  <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#line750">line 750</a>
7033
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line780">line 780</a>
6700
7034
  </li></ul></dd>
6701
7035
 
6702
7036
 
@@ -6863,7 +7197,7 @@
6863
7197
 
6864
7198
  <dt class="tag-source">Source:</dt>
6865
7199
  <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#line760">line 760</a>
7200
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line790">line 790</a>
6867
7201
  </li></ul></dd>
6868
7202
 
6869
7203
 
@@ -7030,7 +7364,7 @@
7030
7364
 
7031
7365
  <dt class="tag-source">Source:</dt>
7032
7366
  <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#line770">line 770</a>
7367
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line800">line 800</a>
7034
7368
  </li></ul></dd>
7035
7369
 
7036
7370
 
@@ -7197,7 +7531,7 @@
7197
7531
 
7198
7532
  <dt class="tag-source">Source:</dt>
7199
7533
  <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#line800">line 800</a>
7534
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line830">line 830</a>
7201
7535
  </li></ul></dd>
7202
7536
 
7203
7537
 
@@ -7364,7 +7698,7 @@
7364
7698
 
7365
7699
  <dt class="tag-source">Source:</dt>
7366
7700
  <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#line780">line 780</a>
7701
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line810">line 810</a>
7368
7702
  </li></ul></dd>
7369
7703
 
7370
7704
 
@@ -7531,7 +7865,7 @@
7531
7865
 
7532
7866
  <dt class="tag-source">Source:</dt>
7533
7867
  <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#line810">line 810</a>
7868
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line840">line 840</a>
7535
7869
  </li></ul></dd>
7536
7870
 
7537
7871
 
@@ -7698,7 +8032,7 @@
7698
8032
 
7699
8033
  <dt class="tag-source">Source:</dt>
7700
8034
  <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#line790">line 790</a>
8035
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line820">line 820</a>
7702
8036
  </li></ul></dd>
7703
8037
 
7704
8038
 
@@ -7865,7 +8199,7 @@
7865
8199
 
7866
8200
  <dt class="tag-source">Source:</dt>
7867
8201
  <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#line820">line 820</a>
8202
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line850">line 850</a>
7869
8203
  </li></ul></dd>
7870
8204
 
7871
8205
 
@@ -8032,7 +8366,7 @@
8032
8366
 
8033
8367
  <dt class="tag-source">Source:</dt>
8034
8368
  <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#line830">line 830</a>
8369
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line860">line 860</a>
8036
8370
  </li></ul></dd>
8037
8371
 
8038
8372
 
@@ -8199,7 +8533,7 @@
8199
8533
 
8200
8534
  <dt class="tag-source">Source:</dt>
8201
8535
  <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#line840">line 840</a>
8536
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line870">line 870</a>
8203
8537
  </li></ul></dd>
8204
8538
 
8205
8539
 
@@ -8366,7 +8700,7 @@
8366
8700
 
8367
8701
  <dt class="tag-source">Source:</dt>
8368
8702
  <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#line850">line 850</a>
8703
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line880">line 880</a>
8370
8704
  </li></ul></dd>
8371
8705
 
8372
8706
 
@@ -8533,7 +8867,7 @@
8533
8867
 
8534
8868
  <dt class="tag-source">Source:</dt>
8535
8869
  <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#line860">line 860</a>
8870
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line890">line 890</a>
8537
8871
  </li></ul></dd>
8538
8872
 
8539
8873
 
@@ -8700,7 +9034,7 @@
8700
9034
 
8701
9035
  <dt class="tag-source">Source:</dt>
8702
9036
  <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#line870">line 870</a>
9037
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line900">line 900</a>
8704
9038
  </li></ul></dd>
8705
9039
 
8706
9040
 
@@ -8867,7 +9201,7 @@
8867
9201
 
8868
9202
  <dt class="tag-source">Source:</dt>
8869
9203
  <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#line880">line 880</a>
9204
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line910">line 910</a>
8871
9205
  </li></ul></dd>
8872
9206
 
8873
9207
 
@@ -9034,7 +9368,7 @@
9034
9368
 
9035
9369
  <dt class="tag-source">Source:</dt>
9036
9370
  <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#line890">line 890</a>
9371
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line920">line 920</a>
9038
9372
  </li></ul></dd>
9039
9373
 
9040
9374
 
@@ -9201,7 +9535,7 @@
9201
9535
 
9202
9536
  <dt class="tag-source">Source:</dt>
9203
9537
  <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#line900">line 900</a>
9538
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line930">line 930</a>
9205
9539
  </li></ul></dd>
9206
9540
 
9207
9541
 
@@ -9368,7 +9702,7 @@
9368
9702
 
9369
9703
  <dt class="tag-source">Source:</dt>
9370
9704
  <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#line910">line 910</a>
9705
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line940">line 940</a>
9372
9706
  </li></ul></dd>
9373
9707
 
9374
9708
 
@@ -9535,7 +9869,7 @@
9535
9869
 
9536
9870
  <dt class="tag-source">Source:</dt>
9537
9871
  <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#line920">line 920</a>
9872
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line950">line 950</a>
9539
9873
  </li></ul></dd>
9540
9874
 
9541
9875
 
@@ -9702,7 +10036,7 @@
9702
10036
 
9703
10037
  <dt class="tag-source">Source:</dt>
9704
10038
  <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#line930">line 930</a>
10039
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line960">line 960</a>
9706
10040
  </li></ul></dd>
9707
10041
 
9708
10042
 
@@ -9869,7 +10203,7 @@
9869
10203
 
9870
10204
  <dt class="tag-source">Source:</dt>
9871
10205
  <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#line940">line 940</a>
10206
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line970">line 970</a>
9873
10207
  </li></ul></dd>
9874
10208
 
9875
10209
 
@@ -10036,7 +10370,7 @@
10036
10370
 
10037
10371
  <dt class="tag-source">Source:</dt>
10038
10372
  <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#line950">line 950</a>
10373
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line980">line 980</a>
10040
10374
  </li></ul></dd>
10041
10375
 
10042
10376
 
@@ -10203,7 +10537,7 @@
10203
10537
 
10204
10538
  <dt class="tag-source">Source:</dt>
10205
10539
  <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#line960">line 960</a>
10540
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line990">line 990</a>
10207
10541
  </li></ul></dd>
10208
10542
 
10209
10543
 
@@ -10370,7 +10704,7 @@
10370
10704
 
10371
10705
  <dt class="tag-source">Source:</dt>
10372
10706
  <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#line970">line 970</a>
10707
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1000">line 1000</a>
10374
10708
  </li></ul></dd>
10375
10709
 
10376
10710
 
@@ -10537,7 +10871,7 @@
10537
10871
 
10538
10872
  <dt class="tag-source">Source:</dt>
10539
10873
  <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#line980">line 980</a>
10874
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1010">line 1010</a>
10541
10875
  </li></ul></dd>
10542
10876
 
10543
10877
 
@@ -10704,7 +11038,7 @@
10704
11038
 
10705
11039
  <dt class="tag-source">Source:</dt>
10706
11040
  <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#line990">line 990</a>
11041
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1020">line 1020</a>
10708
11042
  </li></ul></dd>
10709
11043
 
10710
11044
 
@@ -10871,7 +11205,7 @@
10871
11205
 
10872
11206
  <dt class="tag-source">Source:</dt>
10873
11207
  <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#line1000">line 1000</a>
11208
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1030">line 1030</a>
10875
11209
  </li></ul></dd>
10876
11210
 
10877
11211
 
@@ -11038,7 +11372,7 @@
11038
11372
 
11039
11373
  <dt class="tag-source">Source:</dt>
11040
11374
  <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#line1010">line 1010</a>
11375
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1040">line 1040</a>
11042
11376
  </li></ul></dd>
11043
11377
 
11044
11378
 
@@ -11205,7 +11539,7 @@
11205
11539
 
11206
11540
  <dt class="tag-source">Source:</dt>
11207
11541
  <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#line1020">line 1020</a>
11542
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1050">line 1050</a>
11209
11543
  </li></ul></dd>
11210
11544
 
11211
11545
 
@@ -11372,7 +11706,7 @@
11372
11706
 
11373
11707
  <dt class="tag-source">Source:</dt>
11374
11708
  <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#line1030">line 1030</a>
11709
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1060">line 1060</a>
11376
11710
  </li></ul></dd>
11377
11711
 
11378
11712
 
@@ -11539,7 +11873,7 @@
11539
11873
 
11540
11874
  <dt class="tag-source">Source:</dt>
11541
11875
  <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#line1040">line 1040</a>
11876
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1070">line 1070</a>
11543
11877
  </li></ul></dd>
11544
11878
 
11545
11879
 
@@ -11706,7 +12040,7 @@
11706
12040
 
11707
12041
  <dt class="tag-source">Source:</dt>
11708
12042
  <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#line1050">line 1050</a>
12043
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1080">line 1080</a>
11710
12044
  </li></ul></dd>
11711
12045
 
11712
12046
 
@@ -11873,7 +12207,7 @@
11873
12207
 
11874
12208
  <dt class="tag-source">Source:</dt>
11875
12209
  <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#line1060">line 1060</a>
12210
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1090">line 1090</a>
11877
12211
  </li></ul></dd>
11878
12212
 
11879
12213
 
@@ -12040,7 +12374,7 @@
12040
12374
 
12041
12375
  <dt class="tag-source">Source:</dt>
12042
12376
  <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#line1070">line 1070</a>
12377
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1100">line 1100</a>
12044
12378
  </li></ul></dd>
12045
12379
 
12046
12380
 
@@ -12207,7 +12541,7 @@
12207
12541
 
12208
12542
  <dt class="tag-source">Source:</dt>
12209
12543
  <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#line1080">line 1080</a>
12544
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1110">line 1110</a>
12211
12545
  </li></ul></dd>
12212
12546
 
12213
12547
 
@@ -12374,7 +12708,7 @@
12374
12708
 
12375
12709
  <dt class="tag-source">Source:</dt>
12376
12710
  <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#line1090">line 1090</a>
12711
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1120">line 1120</a>
12378
12712
  </li></ul></dd>
12379
12713
 
12380
12714
 
@@ -12541,7 +12875,7 @@
12541
12875
 
12542
12876
  <dt class="tag-source">Source:</dt>
12543
12877
  <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#line1100">line 1100</a>
12878
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1130">line 1130</a>
12545
12879
  </li></ul></dd>
12546
12880
 
12547
12881
 
@@ -12708,7 +13042,7 @@
12708
13042
 
12709
13043
  <dt class="tag-source">Source:</dt>
12710
13044
  <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#line1110">line 1110</a>
13045
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1140">line 1140</a>
12712
13046
  </li></ul></dd>
12713
13047
 
12714
13048
 
@@ -12875,7 +13209,7 @@
12875
13209
 
12876
13210
  <dt class="tag-source">Source:</dt>
12877
13211
  <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#line1120">line 1120</a>
13212
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1150">line 1150</a>
12879
13213
  </li></ul></dd>
12880
13214
 
12881
13215
 
@@ -13042,7 +13376,7 @@
13042
13376
 
13043
13377
  <dt class="tag-source">Source:</dt>
13044
13378
  <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#line1130">line 1130</a>
13379
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1160">line 1160</a>
13046
13380
  </li></ul></dd>
13047
13381
 
13048
13382
 
@@ -13209,7 +13543,7 @@
13209
13543
 
13210
13544
  <dt class="tag-source">Source:</dt>
13211
13545
  <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#line1140">line 1140</a>
13546
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1170">line 1170</a>
13213
13547
  </li></ul></dd>
13214
13548
 
13215
13549
 
@@ -13376,7 +13710,7 @@
13376
13710
 
13377
13711
  <dt class="tag-source">Source:</dt>
13378
13712
  <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#line1150">line 1150</a>
13713
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1180">line 1180</a>
13380
13714
  </li></ul></dd>
13381
13715
 
13382
13716
 
@@ -13543,7 +13877,7 @@
13543
13877
 
13544
13878
  <dt class="tag-source">Source:</dt>
13545
13879
  <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#line1160">line 1160</a>
13880
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1190">line 1190</a>
13547
13881
  </li></ul></dd>
13548
13882
 
13549
13883
 
@@ -13710,7 +14044,7 @@
13710
14044
 
13711
14045
  <dt class="tag-source">Source:</dt>
13712
14046
  <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#line1170">line 1170</a>
14047
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1200">line 1200</a>
13714
14048
  </li></ul></dd>
13715
14049
 
13716
14050
 
@@ -13877,7 +14211,7 @@
13877
14211
 
13878
14212
  <dt class="tag-source">Source:</dt>
13879
14213
  <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#line1180">line 1180</a>
14214
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1210">line 1210</a>
13881
14215
  </li></ul></dd>
13882
14216
 
13883
14217
 
@@ -14044,7 +14378,7 @@
14044
14378
 
14045
14379
  <dt class="tag-source">Source:</dt>
14046
14380
  <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#line1190">line 1190</a>
14381
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1220">line 1220</a>
14048
14382
  </li></ul></dd>
14049
14383
 
14050
14384
 
@@ -14211,7 +14545,7 @@
14211
14545
 
14212
14546
  <dt class="tag-source">Source:</dt>
14213
14547
  <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#line1200">line 1200</a>
14548
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1230">line 1230</a>
14215
14549
  </li></ul></dd>
14216
14550
 
14217
14551
 
@@ -14378,7 +14712,7 @@
14378
14712
 
14379
14713
  <dt class="tag-source">Source:</dt>
14380
14714
  <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#line1210">line 1210</a>
14715
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1240">line 1240</a>
14382
14716
  </li></ul></dd>
14383
14717
 
14384
14718
 
@@ -14545,7 +14879,7 @@
14545
14879
 
14546
14880
  <dt class="tag-source">Source:</dt>
14547
14881
  <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#line1220">line 1220</a>
14882
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1250">line 1250</a>
14549
14883
  </li></ul></dd>
14550
14884
 
14551
14885
 
@@ -14712,7 +15046,7 @@
14712
15046
 
14713
15047
  <dt class="tag-source">Source:</dt>
14714
15048
  <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#line1230">line 1230</a>
15049
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1260">line 1260</a>
14716
15050
  </li></ul></dd>
14717
15051
 
14718
15052
 
@@ -14879,7 +15213,7 @@
14879
15213
 
14880
15214
  <dt class="tag-source">Source:</dt>
14881
15215
  <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#line1240">line 1240</a>
15216
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1270">line 1270</a>
14883
15217
  </li></ul></dd>
14884
15218
 
14885
15219
 
@@ -15046,7 +15380,7 @@
15046
15380
 
15047
15381
  <dt class="tag-source">Source:</dt>
15048
15382
  <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#line1250">line 1250</a>
15383
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1280">line 1280</a>
15050
15384
  </li></ul></dd>
15051
15385
 
15052
15386
 
@@ -15213,7 +15547,7 @@
15213
15547
 
15214
15548
  <dt class="tag-source">Source:</dt>
15215
15549
  <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#line1260">line 1260</a>
15550
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1290">line 1290</a>
15217
15551
  </li></ul></dd>
15218
15552
 
15219
15553
 
@@ -15380,7 +15714,7 @@
15380
15714
 
15381
15715
  <dt class="tag-source">Source:</dt>
15382
15716
  <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#line1270">line 1270</a>
15717
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1300">line 1300</a>
15384
15718
  </li></ul></dd>
15385
15719
 
15386
15720
 
@@ -15547,7 +15881,7 @@
15547
15881
 
15548
15882
  <dt class="tag-source">Source:</dt>
15549
15883
  <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#line1280">line 1280</a>
15884
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1310">line 1310</a>
15551
15885
  </li></ul></dd>
15552
15886
 
15553
15887
 
@@ -15714,7 +16048,7 @@
15714
16048
 
15715
16049
  <dt class="tag-source">Source:</dt>
15716
16050
  <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#line1290">line 1290</a>
16051
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1320">line 1320</a>
15718
16052
  </li></ul></dd>
15719
16053
 
15720
16054
 
@@ -15881,7 +16215,7 @@
15881
16215
 
15882
16216
  <dt class="tag-source">Source:</dt>
15883
16217
  <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#line1300">line 1300</a>
16218
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1330">line 1330</a>
15885
16219
  </li></ul></dd>
15886
16220
 
15887
16221
 
@@ -16048,7 +16382,7 @@
16048
16382
 
16049
16383
  <dt class="tag-source">Source:</dt>
16050
16384
  <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#line1310">line 1310</a>
16385
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1340">line 1340</a>
16052
16386
  </li></ul></dd>
16053
16387
 
16054
16388
 
@@ -16215,7 +16549,7 @@
16215
16549
 
16216
16550
  <dt class="tag-source">Source:</dt>
16217
16551
  <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#line1320">line 1320</a>
16552
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1350">line 1350</a>
16219
16553
  </li></ul></dd>
16220
16554
 
16221
16555
 
@@ -16382,7 +16716,7 @@
16382
16716
 
16383
16717
  <dt class="tag-source">Source:</dt>
16384
16718
  <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#line1330">line 1330</a>
16719
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1360">line 1360</a>
16386
16720
  </li></ul></dd>
16387
16721
 
16388
16722
 
@@ -16549,7 +16883,7 @@
16549
16883
 
16550
16884
  <dt class="tag-source">Source:</dt>
16551
16885
  <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#line1340">line 1340</a>
16886
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1370">line 1370</a>
16553
16887
  </li></ul></dd>
16554
16888
 
16555
16889
 
@@ -16716,7 +17050,7 @@
16716
17050
 
16717
17051
  <dt class="tag-source">Source:</dt>
16718
17052
  <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#line1350">line 1350</a>
17053
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1380">line 1380</a>
16720
17054
  </li></ul></dd>
16721
17055
 
16722
17056
 
@@ -16883,7 +17217,7 @@
16883
17217
 
16884
17218
  <dt class="tag-source">Source:</dt>
16885
17219
  <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#line1360">line 1360</a>
17220
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1390">line 1390</a>
16887
17221
  </li></ul></dd>
16888
17222
 
16889
17223
 
@@ -17050,7 +17384,7 @@
17050
17384
 
17051
17385
  <dt class="tag-source">Source:</dt>
17052
17386
  <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#line1370">line 1370</a>
17387
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1400">line 1400</a>
17054
17388
  </li></ul></dd>
17055
17389
 
17056
17390
 
@@ -17217,7 +17551,7 @@
17217
17551
 
17218
17552
  <dt class="tag-source">Source:</dt>
17219
17553
  <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#line362">line 362</a>
17554
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line372">line 372</a>
17221
17555
  </li></ul></dd>
17222
17556
 
17223
17557
 
@@ -17384,7 +17718,7 @@
17384
17718
 
17385
17719
  <dt class="tag-source">Source:</dt>
17386
17720
  <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#line1380">line 1380</a>
17721
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1410">line 1410</a>
17388
17722
  </li></ul></dd>
17389
17723
 
17390
17724
 
@@ -17551,7 +17885,7 @@
17551
17885
 
17552
17886
  <dt class="tag-source">Source:</dt>
17553
17887
  <dd class="tag-source"><ul class="dummy"><li>
17554
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1390">line 1390</a>
17888
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1420">line 1420</a>
17555
17889
  </li></ul></dd>
17556
17890
 
17557
17891
 
@@ -17718,7 +18052,7 @@
17718
18052
 
17719
18053
  <dt class="tag-source">Source:</dt>
17720
18054
  <dd class="tag-source"><ul class="dummy"><li>
17721
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1400">line 1400</a>
18055
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1430">line 1430</a>
17722
18056
  </li></ul></dd>
17723
18057
 
17724
18058
 
@@ -17885,7 +18219,7 @@
17885
18219
 
17886
18220
  <dt class="tag-source">Source:</dt>
17887
18221
  <dd class="tag-source"><ul class="dummy"><li>
17888
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1410">line 1410</a>
18222
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1440">line 1440</a>
17889
18223
  </li></ul></dd>
17890
18224
 
17891
18225
 
@@ -18052,7 +18386,7 @@
18052
18386
 
18053
18387
  <dt class="tag-source">Source:</dt>
18054
18388
  <dd class="tag-source"><ul class="dummy"><li>
18055
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1420">line 1420</a>
18389
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1450">line 1450</a>
18056
18390
  </li></ul></dd>
18057
18391
 
18058
18392
 
@@ -18219,7 +18553,7 @@
18219
18553
 
18220
18554
  <dt class="tag-source">Source:</dt>
18221
18555
  <dd class="tag-source"><ul class="dummy"><li>
18222
- <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1430">line 1430</a>
18556
+ <a href="process_graph-traversal.js.html">process/graph-traversal.js</a>, <a href="process_graph-traversal.js.html#line1460">line 1460</a>
18223
18557
  </li></ul></dd>
18224
18558
 
18225
18559
 
@@ -18283,13 +18617,13 @@
18283
18617
  </div>
18284
18618
 
18285
18619
  <nav>
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="module.exports.html">exports</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li></ul>
18620
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="AnonymousTraversalSource.html">AnonymousTraversalSource</a></li><li><a href="Authenticator.html">Authenticator</a></li><li><a href="Bytecode.html">Bytecode</a></li><li><a href="CardinalityValue.html">CardinalityValue</a></li><li><a href="Client.html">Client</a></li><li><a href="Connection.html">Connection</a></li><li><a href="DriverRemoteConnection.html">DriverRemoteConnection</a></li><li><a href="EdgeLabelVerificationStrategy.html">EdgeLabelVerificationStrategy</a></li><li><a href="Graph.html">Graph</a></li><li><a href="GraphSON2Reader.html">GraphSON2Reader</a></li><li><a href="GraphSON2Writer.html">GraphSON2Writer</a></li><li><a href="GraphSON3Reader.html">GraphSON3Reader</a></li><li><a href="GraphSON3Writer.html">GraphSON3Writer</a></li><li><a href="GraphTraversal.html">GraphTraversal</a></li><li><a href="GraphTraversalSource.html">GraphTraversalSource</a></li><li><a href="HaltedTraverserStrategy.html">HaltedTraverserStrategy</a></li><li><a href="MatchAlgorithmStrategy.html">MatchAlgorithmStrategy</a></li><li><a href="module.exports.html">exports</a></li><li><a href="P.html">P</a></li><li><a href="PartitionStrategy.html">PartitionStrategy</a></li><li><a href="Path.html">Path</a></li><li><a href="PlainTextSaslAuthenticator.html">PlainTextSaslAuthenticator</a></li><li><a href="ProductiveByStrategy.html">ProductiveByStrategy</a></li><li><a href="RemoteConnection.html">RemoteConnection</a></li><li><a href="RemoteStrategy.html">RemoteStrategy</a></li><li><a href="RemoteTraversal.html">RemoteTraversal</a></li><li><a href="ReservedKeysVerificationStrategy.html">ReservedKeysVerificationStrategy</a></li><li><a href="ResponseError.html">ResponseError</a></li><li><a href="ResultSet.html">ResultSet</a></li><li><a href="SaslAuthenticator.html">SaslAuthenticator</a></li><li><a href="SaslMechanismBase.html">SaslMechanismBase</a></li><li><a href="SaslMechanismPlain.html">SaslMechanismPlain</a></li><li><a href="SeedStrategy.html">SeedStrategy</a></li><li><a href="SubgraphStrategy.html">SubgraphStrategy</a></li><li><a href="TextP.html">TextP</a></li><li><a href="Transaction.html">Transaction</a></li><li><a href="Translator.html">Translator</a></li><li><a href="TraversalStrategies.html">TraversalStrategies</a></li><li><a href="TraversalStrategy.html">TraversalStrategy</a></li><li><a href="TypeSerializer.html">TypeSerializer</a></li></ul><h3>Global</h3><ul><li><a href="global.html#DataType">DataType</a></li><li><a href="global.html#statics">statics</a></li></ul>
18287
18621
  </nav>
18288
18622
 
18289
18623
  <br class="clear">
18290
18624
 
18291
18625
  <footer>
18292
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Wed May 17 2023 11:09:10 GMT-0700 (Pacific Daylight Time)
18626
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a> on Fri Aug 04 2023 12:43:56 GMT-0700 (Pacific Daylight Time)
18293
18627
  </footer>
18294
18628
 
18295
18629
  <script> prettyPrint(); </script>