You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/10/12 23:25:02 UTC

svn commit: r1843716 [10/43] - in /tinkerpop/site: docs/3.2.10-SNAPSHOT/ docs/3.2.10-SNAPSHOT/dev/developer/ docs/3.2.10-SNAPSHOT/dev/io/ docs/3.2.10-SNAPSHOT/dev/provider/ docs/3.2.10-SNAPSHOT/images/ docs/3.2.10-SNAPSHOT/logs/ docs/3.2.10-SNAPSHOT/re...

Modified: tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html?rev=1843716&r1=1843715&r2=1843716&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html (original)
+++ tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html Fri Oct 12 23:25:00 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_161) on Fri May 11 13:50:20 EDT 2018 -->
+<!-- Generated by javadoc (1.8.0_171) on Fri Oct 12 19:22:08 EDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>GraphTraversalSource (Apache TinkerPop 3.2.10-SNAPSHOT API)</title>
-<meta name="date" content="2018-05-11">
+<meta name="date" content="2018-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -230,7 +230,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV--">addV</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV--">addV</a></span>()</code>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the default label.</div>
+</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
@@ -242,7 +244,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV-java.lang.String-">addV</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV-java.lang.String-">addV</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the specified label.</div>
+</td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource.Builder</a></code></td>
@@ -260,7 +264,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i5" class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#close--">close</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#close--">close</a></span>()</code>
+<div class="block">If there is an underlying <code>RemoteConnection</code> it will be closed by this method.</div>
+</td>
 </tr>
 <tr id="i6" class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource.Builder</a></code></td>
@@ -280,7 +286,10 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#E-java.lang.Object...-">E</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;edgesIds)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#E-java.lang.Object...-">E</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;edgesIds)</code>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all edges or some subset of edges as specified by their unique
+ identifier.</div>
+</td>
 </tr>
 <tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Optional.html?is-external=true" title="class or interface in java.util">Optional</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&gt;</code></td>
@@ -306,7 +315,9 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i13" class="rowColor">
 <td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;S,S&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#inject-S...-">inject</a></span>(S...&nbsp;starts)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#inject-S...-">inject</a></span>(S...&nbsp;starts)</code>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting it with arbitrary values.</div>
+</td>
 </tr>
 <tr id="i14" class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource.Builder</a></code></td>
@@ -322,11 +333,16 @@ implements <a href="../../../../../../..
 </tr>
 <tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.html" title="interface in org.apache.tinkerpop.gremlin.structure">Transaction</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#tx--">tx</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#tx--">tx</a></span>()</code>
+<div class="block">Proxies calls through to the underlying <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html#tx--"><code>Graph.tx()</code></a>.</div>
+</td>
 </tr>
 <tr id="i17" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#V-java.lang.Object...-">V</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;vertexIds)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#V-java.lang.Object...-">V</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;vertexIds)</code>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all vertices or some subset of vertices as specified by their
+ unique identifier.</div>
+</td>
 </tr>
 <tr id="i18" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a></code></td>
@@ -661,7 +677,6 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>withStrategies</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withStrategies(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>...&nbsp;traversalStrategies)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withStrategies-org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy...-">TraversalSource</a></code></span></div>
 <div class="block">Add an arbitrary collection of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>TraversalStrategy</code></a> instances to the traversal source.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -680,7 +695,6 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>withoutStrategies</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withoutStrategies(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&gt;...&nbsp;traversalStrategyClasses)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withoutStrategies-java.lang.Class...-">TraversalSource</a></code></span></div>
 <div class="block">Remove an arbitrary collection of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>TraversalStrategy</code></a> classes from the traversal source.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
@@ -721,7 +735,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withComputer</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withComputer(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/Computer.html" title="class in org.apache.tinkerpop.gremlin.process.computer">Computer</a>&nbsp;computer)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withComputer-org.apache.tinkerpop.gremlin.process.computer.Computer-">TraversalSource</a></code></span></div>
 <div class="block">Add a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/Computer.html" title="class in org.apache.tinkerpop.gremlin.process.computer"><code>Computer</code></a> that will generate a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/GraphComputer.html" title="interface in org.apache.tinkerpop.gremlin.process.computer"><code>GraphComputer</code></a> from the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> that will be used to execute the traversal.
  This adds a <code>VertexProgramStrategy</code> to the strategies.</div>
 <dl>
@@ -741,7 +754,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withComputer</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withComputer(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/GraphComputer.html" title="interface in org.apache.tinkerpop.gremlin.process.computer">GraphComputer</a>&gt;&nbsp;graphComputerClass)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withComputer-java.lang.Class-">TraversalSource</a></code></span></div>
 <div class="block">Add a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/GraphComputer.html" title="interface in org.apache.tinkerpop.gremlin.process.computer"><code>GraphComputer</code></a> class used to execute the traversal.
  This adds a <code>VertexProgramStrategy</code> to the strategies.</div>
 <dl>
@@ -761,7 +773,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withComputer</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withComputer()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withComputer--">TraversalSource</a></code></span></div>
 <div class="block">Add the standard <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/GraphComputer.html" title="interface in org.apache.tinkerpop.gremlin.process.computer"><code>GraphComputer</code></a> of the graph that will be used to execute the traversal.
  This adds a <code>VertexProgramStrategy</code> to the strategies.</div>
 <dl>
@@ -781,7 +792,6 @@ public&nbsp;<a href="../../../../../../.
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSideEffect(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
                                                <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue,
                                                <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;reducer)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSideEffect-java.lang.String-java.util.function.Supplier-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sideEffect to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SideEffectStrategy</code> to the strategies.</div>
 <dl>
@@ -807,7 +817,6 @@ public&nbsp;<a href="../../../../../../.
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSideEffect(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
                                                A&nbsp;initialValue,
                                                <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;reducer)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSideEffect-java.lang.String-A-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sideEffect to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SideEffectStrategy</code> to the strategies.</div>
 <dl>
@@ -832,7 +841,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSideEffect</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSideEffect(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
                                                A&nbsp;initialValue)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSideEffect-java.lang.String-A-">TraversalSource</a></code></span></div>
 <div class="block">Add a sideEffect to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SideEffectStrategy</code> to the strategies.</div>
 <dl>
@@ -854,7 +862,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSideEffect</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSideEffect(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
                                                <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSideEffect-java.lang.String-java.util.function.Supplier-">TraversalSource</a></code></span></div>
 <div class="block">Add a sideEffect to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SideEffectStrategy</code> to the strategies.</div>
 <dl>
@@ -877,7 +884,6 @@ public&nbsp;<a href="../../../../../../.
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html?is-external=true" title="class or interface in java.util.function">UnaryOperator</a>&lt;A&gt;&nbsp;splitOperator,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;mergeOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-java.util.function.Supplier-java.util.function.UnaryOperator-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -903,7 +909,6 @@ public&nbsp;<a href="../../../../../../.
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(A&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html?is-external=true" title="class or interface in java.util.function">UnaryOperator</a>&lt;A&gt;&nbsp;splitOperator,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;mergeOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-A-java.util.function.UnaryOperator-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -927,7 +932,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(A&nbsp;initialValue)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-A-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -947,7 +951,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-java.util.function.Supplier-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -968,7 +971,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html?is-external=true" title="class or interface in java.util.function">UnaryOperator</a>&lt;A&gt;&nbsp;splitOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-java.util.function.Supplier-java.util.function.UnaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -992,7 +994,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(A&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/UnaryOperator.html?is-external=true" title="class or interface in java.util.function">UnaryOperator</a>&lt;A&gt;&nbsp;splitOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-A-java.util.function.UnaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -1014,7 +1015,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Supplier.html?is-external=true" title="class or interface in java.util.function">Supplier</a>&lt;A&gt;&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;mergeOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-java.util.function.Supplier-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -1038,7 +1038,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withSack</h4>
 <pre>public&nbsp;&lt;A&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withSack(A&nbsp;initialValue,
                                          <a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true" title="class or interface in java.util.function">BinaryOperator</a>&lt;A&gt;&nbsp;mergeOperator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withSack-A-java.util.function.BinaryOperator-">TraversalSource</a></code></span></div>
 <div class="block">Add a sack to be used throughout the life of a spawned <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a>.
  This adds a <code>SackStrategy</code> to the strategies.</div>
 <dl>
@@ -1077,7 +1076,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withRemote</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withRemote(org.apache.commons.configuration.Configuration&nbsp;conf)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withRemote-org.apache.commons.configuration.Configuration-">TraversalSource</a></code></span></div>
 <div class="block">Configures the <code>TraversalSource</code> as a "remote" to issue the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a> for execution elsewhere.
  Expects key for <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#GREMLIN_REMOTE_CONNECTION_CLASS"><code>TraversalSource.GREMLIN_REMOTE_CONNECTION_CLASS</code></a> as well as any configuration required by
  the underlying <code>RemoteConnection</code> which will be instantiated. Note that the <code>Configuration</code> object
@@ -1096,7 +1094,6 @@ public&nbsp;<a href="../../../../../../.
 <h4>withRemote</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withRemote(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFile)
                                 throws <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withRemote-java.lang.String-">TraversalSource</a></code></span></div>
 <div class="block">Configures the <code>TraversalSource</code> as a "remote" to issue the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a> for execution elsewhere.
  Calls <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withRemote-org.apache.commons.configuration.Configuration-"><code>TraversalSource.withRemote(Configuration)</code></a> after reading the properties file specified.</div>
 <dl>
@@ -1114,7 +1111,6 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>withRemote</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversalSource</a>&nbsp;withRemote(org.apache.tinkerpop.gremlin.process.remote.RemoteConnection&nbsp;connection)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalSource.html#withRemote-org.apache.tinkerpop.gremlin.process.remote.RemoteConnection-">TraversalSource</a></code></span></div>
 <div class="block">Configures the <code>TraversalSource</code> as a "remote" to issue the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a> for execution elsewhere.
  Implementations should track <code>RemoteConnection</code> instances that are created and call
  <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--" title="class or interface in java.lang"><code>AutoCloseable.close()</code></a> on them when the <code>TraversalSource</code> itself is closed.</div>
@@ -1144,6 +1140,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>addV</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;&nbsp;addV(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</pre>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the specified label.</div>
 </li>
 </ul>
 <a name="addV--">
@@ -1153,6 +1150,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>addV</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;&nbsp;addV()</pre>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the default label.</div>
 </li>
 </ul>
 <a name="inject-java.lang.Object:A-">
@@ -1164,6 +1162,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>inject</h4>
 <pre>public&nbsp;&lt;S&gt;&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;S,S&gt;&nbsp;inject(S...&nbsp;starts)</pre>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting it with arbitrary values.</div>
 </li>
 </ul>
 <a name="V-java.lang.Object...-">
@@ -1173,6 +1172,8 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>V</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;&nbsp;V(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;vertexIds)</pre>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all vertices or some subset of vertices as specified by their
+ unique identifier.</div>
 </li>
 </ul>
 <a name="E-java.lang.Object...-">
@@ -1182,6 +1183,8 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>E</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>&gt;&nbsp;E(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;edgesIds)</pre>
+<div class="block">Spawns a <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all edges or some subset of edges as specified by their unique
+ identifier.</div>
 </li>
 </ul>
 <a name="tx--">
@@ -1191,6 +1194,7 @@ public&nbsp;<a href="../../../../../../.
 <li class="blockList">
 <h4>tx</h4>
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.html" title="interface in org.apache.tinkerpop.gremlin.structure">Transaction</a>&nbsp;tx()</pre>
+<div class="block">Proxies calls through to the underlying <a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html#tx--"><code>Graph.tx()</code></a>.</div>
 </li>
 </ul>
 <a name="close--">
@@ -1201,6 +1205,7 @@ public&nbsp;<a href="../../../../../../.
 <h4>close</h4>
 <pre>public&nbsp;void&nbsp;close()
            throws <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+<div class="block">If there is an underlying <code>RemoteConnection</code> it will be closed by this method.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true#close--" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>

Modified: tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversal.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversal.html?rev=1843716&r1=1843715&r2=1843716&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversal.html (original)
+++ tinkerpop/site/javadocs/3.2.10-SNAPSHOT/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversal.html Fri Oct 12 23:25:00 2018
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_161) on Fri May 11 13:50:22 EDT 2018 -->
+<!-- Generated by javadoc (1.8.0_171) on Fri Oct 12 19:22:10 EDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal (Apache TinkerPop 3.2.10-SNAPSHOT API)</title>
-<meta name="date" content="2018-05-11">
+<meta name="date" content="2018-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -155,7 +155,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV--">addV</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV--">addV</a></span>()</code>
+<div class="block">Spawns a <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the default label.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
@@ -181,7 +183,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV-java.lang.String-">addV</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#addV-java.lang.String-">addV</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;label)</code>
+<div class="block">Spawns a <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> by adding a vertex with the specified label.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
@@ -435,7 +439,10 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#E-java.lang.Object...-">E</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;edgesIds)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#E-java.lang.Object...-">E</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;edgesIds)</code>
+<div class="block">Spawns a <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all edges or some subset of edges as specified by their unique
+ identifier.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">E</a>&gt;</code></td>
@@ -703,7 +710,9 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;S&gt;&nbsp;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;S,S&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#inject-S...-">inject</a></span>(S...&nbsp;starts)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#inject-S...-">inject</a></span>(S...&nbsp;starts)</code>
+<div class="block">Spawns a <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting it with arbitrary values.</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
@@ -951,7 +960,7 @@
 <tr class="altColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">E</a>&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">GraphTraversal.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#program-org.apache.tinkerpop.gremlin.process.computer.VertexProgram-">program</a></span>(<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/VertexProgram.html" title="interface in org.apache.tinkerpop.gremlin.process.computer">VertexProgram</a>&lt;?&gt;&nbsp;vertexProgram)</code>
-<div class="block">Executes a Peer Pressure community detection algorithm over the graph.</div>
+<div class="block">Executes an arbitrary <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/VertexProgram.html" title="interface in org.apache.tinkerpop.gremlin.process.computer"><code>VertexProgram</code></a> over the graph.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1238,7 +1247,10 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>
-<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#V-java.lang.Object...-">V</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;vertexIds)</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">GraphTraversalSource.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html#V-java.lang.Object...-">V</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;vertexIds)</code>
+<div class="block">Spawns a <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a> starting with all vertices or some subset of vertices as specified by their
+ unique identifier.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>default <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">GraphTraversal</a>&lt;<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">S</a>,<a href="../../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>&gt;</code></td>