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 [31/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/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.10-SNAPSHOT/full/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/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversalSource.html (original)
+++ tinkerpop/site/javadocs/3.2.10-SNAPSHOT/full/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:09 EDT 2018 -->
+<!-- Generated by javadoc (1.8.0_171) on Fri Oct 12 19:21:57 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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.html" title="interface in org.apache.tinkerpop.gremlin.process.remote"><code>RemoteConnection</code></a> 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>
@@ -649,7 +665,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>
@@ -668,7 +683,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>
@@ -709,7 +723,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/traversal/strategy/decoration/VertexProgramStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration"><code>VertexProgramStrategy</code></a> to the strategies.</div>
 <dl>
@@ -729,7 +742,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/traversal/strategy/decoration/VertexProgramStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration"><code>VertexProgramStrategy</code></a> to the strategies.</div>
 <dl>
@@ -749,7 +761,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/computer/traversal/strategy/decoration/VertexProgramStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration"><code>VertexProgramStrategy</code></a> to the strategies.</div>
 <dl>
@@ -769,7 +780,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SideEffectStrategy</code></a> to the strategies.</div>
 <dl>
@@ -795,7 +805,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SideEffectStrategy</code></a> to the strategies.</div>
 <dl>
@@ -820,7 +829,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SideEffectStrategy</code></a> to the strategies.</div>
 <dl>
@@ -842,7 +850,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SideEffectStrategy</code></a> to the strategies.</div>
 <dl>
@@ -865,7 +872,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -891,7 +897,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -915,7 +920,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -935,7 +939,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -956,7 +959,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -980,7 +982,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -1002,7 +1003,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -1026,7 +1026,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration"><code>SackStrategy</code></a> to the strategies.</div>
 <dl>
@@ -1065,7 +1064,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(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-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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.html" title="interface in org.apache.tinkerpop.gremlin.process.remote"><code>RemoteConnection</code></a> which will be instantiated. Note that the <code>Configuration</code> object
@@ -1094,6 +1092,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--">
@@ -1103,6 +1102,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-">
@@ -1114,6 +1114,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...-">
@@ -1123,6 +1124,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...-">
@@ -1132,6 +1135,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--">
@@ -1141,6 +1146,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--">
@@ -1151,6 +1157,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 <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/remote/RemoteConnection.html" title="interface in org.apache.tinkerpop.gremlin.process.remote"><code>RemoteConnection</code></a> 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/full/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/full/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/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/class-use/GraphTraversal.html (original)
+++ tinkerpop/site/javadocs/3.2.10-SNAPSHOT/full/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:13 EDT 2018 -->
+<!-- Generated by javadoc (1.8.0_171) on Fri Oct 12 19:22:00 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>
@@ -297,7 +297,9 @@
 </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#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="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>
@@ -333,7 +335,9 @@
 </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#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="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>
@@ -708,7 +712,10 @@
 </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/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="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/process/traversal/dsl/graph/GraphTraversal.html" title="type parameter in GraphTraversal">E</a>&gt;</code></td>
@@ -1149,7 +1156,9 @@
 </tr>
 <tr 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"><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="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>
@@ -1526,7 +1535,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">
@@ -2001,7 +2010,10 @@
 </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#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="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>