Modified: tinkerpop/site/docs/3.3.5/reference/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.3.5/reference/index.html?rev=1850356&r1=1850355&r2=1850356&view=diff ============================================================================== --- tinkerpop/site/docs/3.3.5/reference/index.html (original) +++ tinkerpop/site/docs/3.3.5/reference/index.html Fri Jan 4 13:27:55 2019 @@ -1646,10 +1646,10 @@ gremlin> g.V().has(<span class="strin be spawned off that vertex.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457357-1" type="radio" name="radio-set-1546457357-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457357-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457357-2" type="radio" name="radio-set-1546457357-1" class="tab-selector-2" /> - <label for="tab-1546457357-2" class="tab-label-2">groovy</label> + <input id="tab-1546604078-1" type="radio" name="radio-set-1546604078-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604078-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604078-2" type="radio" name="radio-set-1546604078-1" class="tab-selector-2" /> + <label for="tab-1546604078-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1710,10 +1710,10 @@ traverser has gone through a loop, the p Traverser metadata may be accessed by a step. A classic example is the <a href="#path-step"><code>path()</code></a>-step.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457357-3" type="radio" name="radio-set-1546457357-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457357-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457357-4" type="radio" name="radio-set-1546457357-3" class="tab-selector-2" /> - <label for="tab-1546457357-4" class="tab-label-2">groovy</label> + <input id="tab-1546604078-3" type="radio" name="radio-set-1546604078-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604078-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604078-4" type="radio" name="radio-set-1546604078-3" class="tab-selector-2" /> + <label for="tab-1546604078-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1754,10 +1754,10 @@ required. If not, then path calculations has gone through a particular section of the traversal expression (i.e. a loop).</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457357-5" type="radio" name="radio-set-1546457357-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457357-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457357-6" type="radio" name="radio-set-1546457357-5" class="tab-selector-2" /> - <label for="tab-1546457357-6" class="tab-label-2">groovy</label> + <input id="tab-1546604078-5" type="radio" name="radio-set-1546604078-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604078-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604078-6" type="radio" name="radio-set-1546604078-5" class="tab-selector-2" /> + <label for="tab-1546604078-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1912,10 +1912,10 @@ system providers for two purposes:</p> <p>The following example in the Gremlin Console shows how to print all the features of a <code>Graph</code>:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-1" type="radio" name="radio-set-1546457424-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-2" type="radio" name="radio-set-1546457424-1" class="tab-selector-2" /> - <label for="tab-1546457424-2" class="tab-label-2">groovy</label> + <input id="tab-1546604127-1" type="radio" name="radio-set-1546604127-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-2" type="radio" name="radio-set-1546604127-1" class="tab-selector-2" /> + <label for="tab-1546604127-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1932,6 +1932,7 @@ gremlin> graph.features() >-- <span class="key">ThreadedTransactions</span>: <span class="predefined-constant">false</span> > VariableFeatures >-- <span class="key">Variables</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleValues</span>: <span class="predefined-constant">true</span> @@ -1942,7 +1943,6 @@ gremlin> graph.features() >-- <span class="key">MixedListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">SerializableValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringValues</span>: <span class="predefined-constant">true</span> ->-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleArrayValues</span>: <span class="predefined-constant">true</span> @@ -1956,23 +1956,24 @@ gremlin> graph.features() >-- <span class="key">AddVertices</span>: <span class="predefined-constant">true</span> >-- <span class="key">RemoveVertices</span>: <span class="predefined-constant">true</span> >-- <span class="key">DuplicateMultiProperties</span>: <span class="predefined-constant">true</span> ->-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">AddProperty</span>: <span class="predefined-constant">true</span> >-- <span class="key">RemoveProperty</span>: <span class="predefined-constant">true</span> >-- <span class="key">NumericIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringIds</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">UuidIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">CustomIds</span>: <span class="predefined-constant">false</span> >-- <span class="key">AnyIds</span>: <span class="predefined-constant">true</span> > VertexPropertyFeatures ->-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">RemoveProperty</span>: <span class="predefined-constant">true</span> >-- <span class="key">NumericIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringIds</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">UuidIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">CustomIds</span>: <span class="predefined-constant">false</span> >-- <span class="key">AnyIds</span>: <span class="predefined-constant">true</span> >-- <span class="predefined-type">Properties</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleValues</span>: <span class="predefined-constant">true</span> @@ -1983,7 +1984,6 @@ gremlin> graph.features() >-- <span class="key">MixedListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">SerializableValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringValues</span>: <span class="predefined-constant">true</span> ->-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleArrayValues</span>: <span class="predefined-constant">true</span> @@ -1992,18 +1992,19 @@ gremlin> graph.features() >-- <span class="key">LongArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringArrayValues</span>: <span class="predefined-constant">true</span> > EdgeFeatures ->-- <span class="key">AddEdges</span>: <span class="predefined-constant">true</span> >-- <span class="key">RemoveEdges</span>: <span class="predefined-constant">true</span> ->-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> +>-- <span class="key">AddEdges</span>: <span class="predefined-constant">true</span> >-- <span class="key">AddProperty</span>: <span class="predefined-constant">true</span> >-- <span class="key">RemoveProperty</span>: <span class="predefined-constant">true</span> >-- <span class="key">NumericIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringIds</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UserSuppliedIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">UuidIds</span>: <span class="predefined-constant">true</span> >-- <span class="key">CustomIds</span>: <span class="predefined-constant">false</span> >-- <span class="key">AnyIds</span>: <span class="predefined-constant">true</span> > EdgePropertyFeatures >-- <span class="predefined-type">Properties</span>: <span class="predefined-constant">true</span> +>-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleValues</span>: <span class="predefined-constant">true</span> @@ -2014,7 +2015,6 @@ gremlin> graph.features() >-- <span class="key">MixedListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">SerializableValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">StringValues</span>: <span class="predefined-constant">true</span> ->-- <span class="key">UniformListValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">BooleanArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">ByteArrayValues</span>: <span class="predefined-constant">true</span> >-- <span class="key">DoubleArrayValues</span>: <span class="predefined-constant">true</span> @@ -2041,10 +2041,10 @@ graph.features()</code></pre> <p>A common pattern for using features is to check their support prior to performing an operation:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-3" type="radio" name="radio-set-1546457424-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-4" type="radio" name="radio-set-1546457424-3" class="tab-selector-2" /> - <label for="tab-1546457424-4" class="tab-label-2">groovy</label> + <input id="tab-1546604127-3" type="radio" name="radio-set-1546604127-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-4" type="radio" name="radio-set-1546604127-3" class="tab-selector-2" /> + <label for="tab-1546604127-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2129,10 +2129,10 @@ of a name from different sources.</p> <p>A running example using vertex properties is provided below to demonstrate and explain the API.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-5" type="radio" name="radio-set-1546457424-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-6" type="radio" name="radio-set-1546457424-5" class="tab-selector-2" /> - <label for="tab-1546457424-6" class="tab-label-2">groovy</label> + <input id="tab-1546604127-5" type="radio" name="radio-set-1546604127-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-6" type="radio" name="radio-set-1546604127-5" class="tab-selector-2" /> + <label for="tab-1546604127-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2290,10 +2290,10 @@ A toy graph demonstrating all of the new <div class="title">Figure 3. TinkerPop Crew</div> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-7" type="radio" name="radio-set-1546457424-7" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-7" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-8" type="radio" name="radio-set-1546457424-7" class="tab-selector-2" /> - <label for="tab-1546457424-8" class="tab-label-2">groovy</label> + <input id="tab-1546604127-7" type="radio" name="radio-set-1546604127-7" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-7" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-8" type="radio" name="radio-set-1546604127-7" class="tab-selector-2" /> + <label for="tab-1546604127-8" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2362,10 +2362,10 @@ use cases include:</p> <p>An example of graph variables in use is presented below:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-9" type="radio" name="radio-set-1546457424-9" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-9" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-10" type="radio" name="radio-set-1546457424-9" class="tab-selector-2" /> - <label for="tab-1546457424-10" class="tab-label-2">groovy</label> + <input id="tab-1546604127-9" type="radio" name="radio-set-1546604127-9" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-9" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-10" type="radio" name="radio-set-1546604127-9" class="tab-selector-2" /> + <label for="tab-1546604127-10" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2932,10 +2932,10 @@ Graph newGraph = TinkerGraph.open(); <p>The following example shows how a single <code>Vertex</code> is written to GraphSON using the Gremlin Console:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-11" type="radio" name="radio-set-1546457424-11" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-11" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-12" type="radio" name="radio-set-1546457424-11" class="tab-selector-2" /> - <label for="tab-1546457424-12" class="tab-label-2">groovy</label> + <input id="tab-1546604127-11" type="radio" name="radio-set-1546604127-11" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-11" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-12" type="radio" name="radio-set-1546604127-11" class="tab-selector-2" /> + <label for="tab-1546604127-12" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3054,10 +3054,10 @@ default version provided by <code>IoCore version. The following shows an example of how to use 1.0 (with type embedding):</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-13" type="radio" name="radio-set-1546457424-13" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-13" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-14" type="radio" name="radio-set-1546457424-13" class="tab-selector-2" /> - <label for="tab-1546457424-14" class="tab-label-2">groovy</label> + <input id="tab-1546604127-13" type="radio" name="radio-set-1546604127-13" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-13" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-14" type="radio" name="radio-set-1546604127-13" class="tab-selector-2" /> + <label for="tab-1546604127-14" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3121,10 +3121,10 @@ implementations are only required to sup <p>Here’s the same previous example of GraphSON 1.0, but with GraphSON 2.0:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457424-15" type="radio" name="radio-set-1546457424-15" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457424-15" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457424-16" type="radio" name="radio-set-1546457424-15" class="tab-selector-2" /> - <label for="tab-1546457424-16" class="tab-label-2">groovy</label> + <input id="tab-1546604127-15" type="radio" name="radio-set-1546604127-15" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604127-15" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604127-16" type="radio" name="radio-set-1546604127-15" class="tab-selector-2" /> + <label for="tab-1546604127-16" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3619,10 +3619,10 @@ with lambdas, please read <a href="#a-no <p><span class="image" style="float: right"><img src="../images/map-lambda.png" alt="map lambda" width="150"></span></p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-1" type="radio" name="radio-set-1546457587-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-2" type="radio" name="radio-set-1546457587-1" class="tab-selector-2" /> - <label for="tab-1546457587-2" class="tab-label-2">groovy</label> + <input id="tab-1546604252-1" type="radio" name="radio-set-1546604252-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-2" type="radio" name="radio-set-1546604252-1" class="tab-selector-2" /> + <label for="tab-1546604252-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3672,10 +3672,10 @@ g.V(<span class="integer">1</span>).out( <p><span class="image" style="float: right"><img src="../images/filter-lambda.png" alt="filter lambda" width="160"></span></p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-3" type="radio" name="radio-set-1546457587-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-4" type="radio" name="radio-set-1546457587-3" class="tab-selector-2" /> - <label for="tab-1546457587-4" class="tab-label-2">groovy</label> + <input id="tab-1546604252-3" type="radio" name="radio-set-1546604252-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-4" type="radio" name="radio-set-1546604252-3" class="tab-selector-2" /> + <label for="tab-1546604252-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3728,10 +3728,10 @@ g.V().hasLabel(<span class="string"><spa <p><span class="image" style="float: right"><img src="../images/side-effect-lambda.png" alt="side effect lambda" width="175"></span></p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-5" type="radio" name="radio-set-1546457587-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-6" type="radio" name="radio-set-1546457587-5" class="tab-selector-2" /> - <label for="tab-1546457587-6" class="tab-label-2">groovy</label> + <input id="tab-1546604252-5" type="radio" name="radio-set-1546604252-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-6" type="radio" name="radio-set-1546604252-5" class="tab-selector-2" /> + <label for="tab-1546604252-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3778,10 +3778,10 @@ g.V().sideEffect(outE().count().store(<s <p><span class="image" style="float: right"><img src="../images/branch-lambda.png" alt="branch lambda" width="180"></span></p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-7" type="radio" name="radio-set-1546457587-7" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-7" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-8" type="radio" name="radio-set-1546457587-7" class="tab-selector-2" /> - <label for="tab-1546457587-8" class="tab-label-2">groovy</label> + <input id="tab-1546604252-7" type="radio" name="radio-set-1546604252-7" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-7" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-8" type="radio" name="radio-set-1546604252-7" class="tab-selector-2" /> + <label for="tab-1546604252-8" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3858,10 +3858,10 @@ However, some steps do not return a trav as terminal steps (<strong>terminal</strong>) and they are explained via the examples below.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-9" type="radio" name="radio-set-1546457587-9" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-9" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-10" type="radio" name="radio-set-1546457587-9" class="tab-selector-2" /> - <label for="tab-1546457587-10" class="tab-label-2">groovy</label> + <input id="tab-1546604252-9" type="radio" name="radio-set-1546604252-9" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-9" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-10" type="radio" name="radio-set-1546604252-9" class="tab-selector-2" /> + <label for="tab-1546604252-10" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -3976,10 +3976,10 @@ worked on the same project together. Thi </div> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-11" type="radio" name="radio-set-1546457587-11" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-11" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-12" type="radio" name="radio-set-1546457587-11" class="tab-selector-2" /> - <label for="tab-1546457587-12" class="tab-label-2">groovy</label> + <input id="tab-1546604252-11" type="radio" name="radio-set-1546604252-11" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-11" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-12" type="radio" name="radio-set-1546604252-11" class="tab-selector-2" /> + <label for="tab-1546604252-12" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4092,10 +4092,10 @@ supports user provided ids.</p> created. Moreover, <code>GraphTraversalSource</code> maintains an <code>addV()</code> method.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-13" type="radio" name="radio-set-1546457587-13" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-13" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-14" type="radio" name="radio-set-1546457587-13" class="tab-selector-2" /> - <label for="tab-1546457587-14" class="tab-label-2">groovy</label> + <input id="tab-1546604252-13" type="radio" name="radio-set-1546604252-13" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-13" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-14" type="radio" name="radio-set-1546604252-13" class="tab-selector-2" /> + <label for="tab-1546604252-14" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4153,10 +4153,10 @@ that streamed into it. Moreover, if <cod previous step to enable vertex and edge creation with all its properties in one creation operation.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-15" type="radio" name="radio-set-1546457587-15" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-15" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-16" type="radio" name="radio-set-1546457587-15" class="tab-selector-2" /> - <label for="tab-1546457587-16" class="tab-label-2">groovy</label> + <input id="tab-1546604252-15" type="radio" name="radio-set-1546604252-15" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-15" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-16" type="radio" name="radio-set-1546604252-15" class="tab-selector-2" /> + <label for="tab-1546604252-16" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4229,10 +4229,10 @@ continue on until all previous objects h in situations where everything at a particular point is required for future computation. An example is provided below.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-17" type="radio" name="radio-set-1546457587-17" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-17" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-18" type="radio" name="radio-set-1546457587-17" class="tab-selector-2" /> - <label for="tab-1546457587-18" class="tab-label-2">groovy</label> + <input id="tab-1546604252-17" type="radio" name="radio-set-1546604252-17" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-17" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-18" type="radio" name="radio-set-1546604252-17" class="tab-selector-2" /> + <label for="tab-1546604252-18" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4303,10 +4303,10 @@ g.V(<span class="integer">1</span>).out( <p>Finally, <code>aggregate()</code>-step can be modulated via <code>by()</code>-projection.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-19" type="radio" name="radio-set-1546457587-19" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-19" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-20" type="radio" name="radio-set-1546457587-19" class="tab-selector-2" /> - <label for="tab-1546457587-20" class="tab-label-2">groovy</label> + <input id="tab-1546604252-19" type="radio" name="radio-set-1546604252-19" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-19" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-20" type="radio" name="radio-set-1546604252-19" class="tab-selector-2" /> + <label for="tab-1546604252-20" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4357,10 +4357,10 @@ g.V().out(<span class="string"><span cla </table> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-21" type="radio" name="radio-set-1546457587-21" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-21" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-22" type="radio" name="radio-set-1546457587-21" class="tab-selector-2" /> - <label for="tab-1546457587-22" class="tab-label-2">groovy</label> + <input id="tab-1546604252-21" type="radio" name="radio-set-1546604252-21" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-21" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-22" type="radio" name="radio-set-1546604252-21" class="tab-selector-2" /> + <label for="tab-1546604252-22" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4396,10 +4396,10 @@ original traverser to pass to the next s only two traversals can be and’d together.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-23" type="radio" name="radio-set-1546457587-23" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-23" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-24" type="radio" name="radio-set-1546457587-23" class="tab-selector-2" /> - <label for="tab-1546457587-24" class="tab-label-2">groovy</label> + <input id="tab-1546604252-23" type="radio" name="radio-set-1546604252-23" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-23" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-24" type="radio" name="radio-set-1546604252-23" class="tab-selector-2" /> + <label for="tab-1546604252-24" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4464,10 +4464,10 @@ to in Gremlin with the double underscore </table> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-25" type="radio" name="radio-set-1546457587-25" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-25" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-26" type="radio" name="radio-set-1546457587-25" class="tab-selector-2" /> - <label for="tab-1546457587-26" class="tab-label-2">groovy</label> + <input id="tab-1546604252-25" type="radio" name="radio-set-1546604252-25" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-25" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-26" type="radio" name="radio-set-1546604252-25" class="tab-selector-2" /> + <label for="tab-1546604252-26" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4511,10 +4511,10 @@ g.V().as(<span class="string"><span clas <p>A step can have any number of labels associated with it. This is useful for referencing the same step multiple times in a future step.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-27" type="radio" name="radio-set-1546457587-27" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-27" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-28" type="radio" name="radio-set-1546457587-27" class="tab-selector-2" /> - <label for="tab-1546457587-28" class="tab-label-2">groovy</label> + <input id="tab-1546604252-27" type="radio" name="radio-set-1546604252-27" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-27" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-28" type="radio" name="radio-set-1546604252-27" class="tab-selector-2" /> + <label for="tab-1546604252-28" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4568,10 +4568,10 @@ useful in the following situations:</p> </ul> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-29" type="radio" name="radio-set-1546457587-29" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-29" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-30" type="radio" name="radio-set-1546457587-29" class="tab-selector-2" /> - <label for="tab-1546457587-30" class="tab-label-2">groovy</label> + <input id="tab-1546604252-29" type="radio" name="radio-set-1546604252-29" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-29" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-30" type="radio" name="radio-set-1546604252-29" class="tab-selector-2" /> + <label for="tab-1546604252-30" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4624,10 +4624,10 @@ traverser with a <code>Traverser.bulk()< made more salient on a larger graph. Therefore, the example below leverages the <a href="#grateful-dead">Grateful Dead graph</a>.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-31" type="radio" name="radio-set-1546457587-31" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-31" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-32" type="radio" name="radio-set-1546457587-31" class="tab-selector-2" /> - <label for="tab-1546457587-32" class="tab-label-2">groovy</label> + <input id="tab-1546604252-31" type="radio" name="radio-set-1546604252-31" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-31" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-32" type="radio" name="radio-set-1546604252-31" class="tab-selector-2" /> + <label for="tab-1546604252-32" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4638,13 +4638,13 @@ gremlin> graph.io(graphml()).readGrap gremlin> g = graph.traversal().withoutStrategies(LazyBarrierStrategy) <span class="invisible">//</span><b class="conum">1</b><span class="invisible">\</span> ==>graphtraversalsource[tinkergraph[<span class="key">vertices</span>:<span class="integer">808</span> <span class="key">edges</span>:<span class="integer">8049</span>], standard] gremlin> clockWithResult(<span class="integer">1</span>){g.V().both().both().both().count().next()} <span class="invisible">//</span><b class="conum">2</b><span class="invisible">\</span> -==><span class="float">10056.245615</span> +==><span class="float">8926.138686</span> ==><span class="integer">126653966</span> gremlin> clockWithResult(<span class="integer">1</span>){g.V().repeat(both()).times(<span class="integer">3</span>).count().next()} <span class="invisible">//</span><b class="conum">3</b><span class="invisible">\</span> -==><span class="float">15.446648</span> +==><span class="float">14.30628</span> ==><span class="integer">126653966</span> gremlin> clockWithResult(<span class="integer">1</span>){g.V().both().barrier().both().barrier().both().barrier().count().next()} <span class="invisible">//</span><b class="conum">4</b><span class="invisible">\</span> -==><span class="float">18.263475</span> +==><span class="float">13.870700999999999</span> ==><span class="integer">126653966</span></code></pre> </div> </div> @@ -4691,10 +4691,10 @@ optimization scenario with the added ben "bulking optimization."</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-33" type="radio" name="radio-set-1546457587-33" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-33" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-34" type="radio" name="radio-set-1546457587-33" class="tab-selector-2" /> - <label for="tab-1546457587-34" class="tab-label-2">groovy</label> + <input id="tab-1546604252-33" type="radio" name="radio-set-1546604252-33" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-33" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-34" type="radio" name="radio-set-1546604252-33" class="tab-selector-2" /> + <label for="tab-1546604252-34" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4705,7 +4705,7 @@ gremlin> graph.io(graphml()).readGrap gremlin> g = graph.traversal() <span class="invisible">//</span><b class="conum">1</b><span class="invisible">\</span> ==>graphtraversalsource[tinkergraph[<span class="key">vertices</span>:<span class="integer">808</span> <span class="key">edges</span>:<span class="integer">8049</span>], standard] gremlin> clockWithResult(<span class="integer">1</span>){g.V().both().both().both().count().next()} -==><span class="float">15.229334999999999</span> +==><span class="float">11.109314</span> ==><span class="integer">126653966</span> gremlin> g.V().both().both().both().count().iterate().toString() <span class="invisible">//</span><b class="conum">2</b><span class="invisible">\</span> ==>[TinkerGraphStep(vertex,<span class="type">[]</span>), VertexStep(BOTH,vertex), NoOpBarrierStep(<span class="integer">2500</span>), VertexStep(BOTH,vertex), NoOpBarrierStep(<span class="integer">2500</span>), VertexStep(BOTH,edge), CountGlobalStep, NoneStep]</code></pre> @@ -4755,10 +4755,10 @@ means by which they are added. The gener while others can take an arbitrary amount.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-35" type="radio" name="radio-set-1546457587-35" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-35" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-36" type="radio" name="radio-set-1546457587-35" class="tab-selector-2" /> - <label for="tab-1546457587-36" class="tab-label-2">groovy</label> + <input id="tab-1546604252-35" type="radio" name="radio-set-1546604252-35" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-35" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-36" type="radio" name="radio-set-1546604252-35" class="tab-selector-2" /> + <label for="tab-1546604252-36" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4873,10 +4873,10 @@ on a step-by-step level and thus, as dis key. If multiple keys are provided, then a <code>Map<String,Object></code> of sideEffects is emitted.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-37" type="radio" name="radio-set-1546457587-37" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-37" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-38" type="radio" name="radio-set-1546457587-37" class="tab-selector-2" /> - <label for="tab-1546457587-38" class="tab-label-2">groovy</label> + <input id="tab-1546604252-37" type="radio" name="radio-set-1546604252-37" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-37" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-38" type="radio" name="radio-set-1546604252-37" class="tab-selector-2" /> + <label for="tab-1546604252-38" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4929,10 +4929,10 @@ g.V().groupCount(<span class="string"><s it is possible to implement if/then/else-semantics as well as more complicated selections.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-39" type="radio" name="radio-set-1546457587-39" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-39" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-40" type="radio" name="radio-set-1546457587-39" class="tab-selector-2" /> - <label for="tab-1546457587-40" class="tab-label-2">groovy</label> + <input id="tab-1546604252-39" type="radio" name="radio-set-1546604252-39" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-39" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-40" type="radio" name="radio-set-1546604252-39" class="tab-selector-2" /> + <label for="tab-1546604252-40" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -4987,10 +4987,10 @@ g.V().hasLabel(<span class="string"><spa <p>If the "false"-branch is not provided, then if/then-semantics are implemented.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-41" type="radio" name="radio-set-1546457587-41" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-41" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-42" type="radio" name="radio-set-1546457587-41" class="tab-selector-2" /> - <label for="tab-1546457587-42" class="tab-label-2">groovy</label> + <input id="tab-1546604252-41" type="radio" name="radio-set-1546604252-41" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-41" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-42" type="radio" name="radio-set-1546604252-41" class="tab-selector-2" /> + <label for="tab-1546604252-42" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5038,10 +5038,10 @@ g.V().choose(hasLabel(<span class="strin <p>Note that <code>choose()</code> can have an arbitrary number of options and moreover, can take an anonymous traversal as its choice function.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-43" type="radio" name="radio-set-1546457587-43" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-43" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-44" type="radio" name="radio-set-1546457587-43" class="tab-selector-2" /> - <label for="tab-1546457587-44" class="tab-label-2">groovy</label> + <input id="tab-1546604252-43" type="radio" name="radio-set-1546604252-43" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-43" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-44" type="radio" name="radio-set-1546604252-43" class="tab-selector-2" /> + <label for="tab-1546604252-44" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5079,10 +5079,10 @@ g.V().choose(hasLabel(<span class="strin <p>The <code>choose()</code>-step can leverage the <code>Pick.none</code> option match. For anything that does not match a specified option, the <code>none</code>-option is taken.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-45" type="radio" name="radio-set-1546457587-45" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-45" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-46" type="radio" name="radio-set-1546457587-45" class="tab-selector-2" /> - <label for="tab-1546457587-46" class="tab-label-2">groovy</label> + <input id="tab-1546604252-45" type="radio" name="radio-set-1546604252-45" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-45" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-46" type="radio" name="radio-set-1546604252-45" class="tab-selector-2" /> + <label for="tab-1546604252-46" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5131,10 +5131,10 @@ g.V().choose(hasLabel(<span class="strin least one element.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-47" type="radio" name="radio-set-1546457587-47" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-47" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-48" type="radio" name="radio-set-1546457587-47" class="tab-selector-2" /> - <label for="tab-1546457587-48" class="tab-label-2">groovy</label> + <input id="tab-1546604252-47" type="radio" name="radio-set-1546604252-47" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-47" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-48" type="radio" name="radio-set-1546604252-47" class="tab-selector-2" /> + <label for="tab-1546604252-48" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5181,16 +5181,16 @@ g.V().hasLabel(<span class="string"><spa <p>To randomly filter out a traverser, use the <code>coin()</code>-step (<strong>filter</strong>). The provided double argument biases the "coin toss."</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-49" type="radio" name="radio-set-1546457587-49" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-49" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-50" type="radio" name="radio-set-1546457587-49" class="tab-selector-2" /> - <label for="tab-1546457587-50" class="tab-label-2">groovy</label> + <input id="tab-1546604252-49" type="radio" name="radio-set-1546604252-49" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-49" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-50" type="radio" name="radio-set-1546604252-49" class="tab-selector-2" /> + <label for="tab-1546604252-50" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> <div class="content"> <pre class="CodeRay highlight"><code data-lang="groovy">gremlin> g.V().coin(<span class="float">0.5</span>) -==>v[<span class="integer">3</span>] +==>v[<span class="integer">2</span>] ==>v[<span class="integer">5</span>] gremlin> g.V().coin(<span class="float">0.0</span>) gremlin> g.V().coin(<span class="float">1.0</span>) @@ -5230,10 +5230,10 @@ g.V().coin(<span class="float">1.0</span steps like <a href="#choose-step"><code>choose()</code>-step</a> or <a href="#coalesce-step"><code>coalesce()</code>-step</a>.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-51" type="radio" name="radio-set-1546457587-51" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-51" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-52" type="radio" name="radio-set-1546457587-51" class="tab-selector-2" /> - <label for="tab-1546457587-52" class="tab-label-2">groovy</label> + <input id="tab-1546604252-51" type="radio" name="radio-set-1546604252-51" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-51" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-52" type="radio" name="radio-set-1546604252-51" class="tab-selector-2" /> + <label for="tab-1546604252-52" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5303,10 +5303,10 @@ g.V().coalesce( <p>The <code>count()</code>-step (<strong>map</strong>) counts the total number of represented traversers in the streams (i.e. the bulk count).</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-53" type="radio" name="radio-set-1546457587-53" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-53" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-54" type="radio" name="radio-set-1546457587-53" class="tab-selector-2" /> - <label for="tab-1546457587-54" class="tab-label-2">groovy</label> + <input id="tab-1546604252-53" type="radio" name="radio-set-1546604252-53" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-53" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-54" type="radio" name="radio-set-1546604252-53" class="tab-selector-2" /> + <label for="tab-1546604252-54" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5382,10 +5382,10 @@ analyzes the path of the traverser thus traversal computation. If non-cyclic behavior is desired, see <a href="#simplepath-step"><code>simplePath()</code></a>.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-55" type="radio" name="radio-set-1546457587-55" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-55" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-56" type="radio" name="radio-set-1546457587-55" class="tab-selector-2" /> - <label for="tab-1546457587-56" class="tab-label-2">groovy</label> + <input id="tab-1546604252-55" type="radio" name="radio-set-1546604252-55" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-55" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-56" type="radio" name="radio-set-1546604252-55" class="tab-selector-2" /> + <label for="tab-1546604252-56" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5453,10 +5453,10 @@ g.V(<span class="integer">1</span>).as(< traverser’s bulk is greater than 1, then it is set to 1 before being emitted.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-57" type="radio" name="radio-set-1546457587-57" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-57" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-58" type="radio" name="radio-set-1546457587-57" class="tab-selector-2" /> - <label for="tab-1546457587-58" class="tab-label-2">groovy</label> + <input id="tab-1546604252-57" type="radio" name="radio-set-1546604252-57" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-57" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-58" type="radio" name="radio-set-1546604252-57" class="tab-selector-2" /> + <label for="tab-1546604252-58" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5499,10 +5499,10 @@ g.V(<span class="integer">1</span>).repe has been seen or not.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-59" type="radio" name="radio-set-1546457587-59" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-59" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-60" type="radio" name="radio-set-1546457587-59" class="tab-selector-2" /> - <label for="tab-1546457587-60" class="tab-label-2">groovy</label> + <input id="tab-1546604252-59" type="radio" name="radio-set-1546604252-59" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-59" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-60" type="radio" name="radio-set-1546604252-59" class="tab-selector-2" /> + <label for="tab-1546604252-60" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5537,10 +5537,10 @@ g.V().dedup().by(label).values(<span cla to the current traverser object, but to the path history of the traverser.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-61" type="radio" name="radio-set-1546457587-61" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-61" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-62" type="radio" name="radio-set-1546457587-61" class="tab-selector-2" /> - <label for="tab-1546457587-62" class="tab-label-2">groovy</label> + <input id="tab-1546604252-61" type="radio" name="radio-set-1546604252-61" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-61" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-62" type="radio" name="radio-set-1546604252-61" class="tab-selector-2" /> + <label for="tab-1546604252-62" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5599,10 +5599,10 @@ g.V().as(<span class="string"><span clas is a filter step because the traversal yields no outgoing objects.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-63" type="radio" name="radio-set-1546457587-63" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-63" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-64" type="radio" name="radio-set-1546457587-63" class="tab-selector-2" /> - <label for="tab-1546457587-64" class="tab-label-2">groovy</label> + <input id="tab-1546604252-63" type="radio" name="radio-set-1546604252-63" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-63" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-64" type="radio" name="radio-set-1546604252-63" class="tab-selector-2" /> + <label for="tab-1546604252-64" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5675,10 +5675,10 @@ traversal strategy being applied. The se post strategy application. The final traversal is the resultant execution plan.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-65" type="radio" name="radio-set-1546457587-65" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-65" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-66" type="radio" name="radio-set-1546457587-65" class="tab-selector-2" /> - <label for="tab-1546457587-66" class="tab-label-2">groovy</label> + <input id="tab-1546604252-65" type="radio" name="radio-set-1546604252-65" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-65" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-66" type="radio" name="radio-set-1546604252-65" class="tab-selector-2" /> + <label for="tab-1546604252-66" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5730,10 +5730,10 @@ that is a function of the aggregate. The <a href="#unfold-step"><code>unfold()</code></a>-step for the inverse functionality.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-67" type="radio" name="radio-set-1546457587-67" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-67" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-68" type="radio" name="radio-set-1546457587-67" class="tab-selector-2" /> - <label for="tab-1546457587-68" class="tab-label-2">groovy</label> + <input id="tab-1546604252-67" type="radio" name="radio-set-1546604252-67" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-67" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-68" type="radio" name="radio-set-1546604252-67" class="tab-selector-2" /> + <label for="tab-1546604252-68" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5857,10 +5857,10 @@ means by which they are added. The gener <p>The <code>V()</code>-step is usually used to start a <code>GraphTraversal</code>, but can also be used mid-traversal.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-69" type="radio" name="radio-set-1546457587-69" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-69" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-70" type="radio" name="radio-set-1546457587-69" class="tab-selector-2" /> - <label for="tab-1546457587-70" class="tab-label-2">groovy</label> + <input id="tab-1546604252-69" type="radio" name="radio-set-1546604252-69" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-69" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-70" type="radio" name="radio-set-1546604252-69" class="tab-selector-2" /> + <label for="tab-1546604252-70" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5901,10 +5901,10 @@ Whether a mid-traversal <code>V()</code> </table> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-71" type="radio" name="radio-set-1546457587-71" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-71" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-72" type="radio" name="radio-set-1546457587-71" class="tab-selector-2" /> - <label for="tab-1546457587-72" class="tab-label-2">groovy</label> + <input id="tab-1546604252-71" type="radio" name="radio-set-1546604252-71" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-71" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-72" type="radio" name="radio-set-1546604252-71" class="tab-selector-2" /> + <label for="tab-1546604252-72" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -5959,10 +5959,10 @@ organizes the objects according to some reduced. An example is provided below.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-73" type="radio" name="radio-set-1546457587-73" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-73" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-74" type="radio" name="radio-set-1546457587-73" class="tab-selector-2" /> - <label for="tab-1546457587-74" class="tab-label-2">groovy</label> + <input id="tab-1546604252-73" type="radio" name="radio-set-1546604252-73" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-73" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-74" type="radio" name="radio-set-1546604252-73" class="tab-selector-2" /> + <label for="tab-1546604252-74" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6035,10 +6035,10 @@ g.V().group().by(label).by(count()) <spa </div> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-75" type="radio" name="radio-set-1546457587-75" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-75" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-76" type="radio" name="radio-set-1546457587-75" class="tab-selector-2" /> - <label for="tab-1546457587-76" class="tab-label-2">groovy</label> + <input id="tab-1546604252-75" type="radio" name="radio-set-1546604252-75" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-75" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-76" type="radio" name="radio-set-1546604252-75" class="tab-selector-2" /> + <label for="tab-1546604252-76" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6084,10 +6084,10 @@ group the incoming object by.</p> </div> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-77" type="radio" name="radio-set-1546457587-77" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-77" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-78" type="radio" name="radio-set-1546457587-77" class="tab-selector-2" /> - <label for="tab-1546457587-78" class="tab-label-2">groovy</label> + <input id="tab-1546604252-77" type="radio" name="radio-set-1546604252-77" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-77" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-78" type="radio" name="radio-set-1546604252-77" class="tab-selector-2" /> + <label for="tab-1546604252-78" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6167,10 +6167,10 @@ it received to its output. Internal to < </ul> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-79" type="radio" name="radio-set-1546457587-79" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-79" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-80" type="radio" name="radio-set-1546457587-79" class="tab-selector-2" /> - <label for="tab-1546457587-80" class="tab-label-2">groovy</label> + <input id="tab-1546604252-79" type="radio" name="radio-set-1546604252-79" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-79" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-80" type="radio" name="radio-set-1546604252-79" class="tab-selector-2" /> + <label for="tab-1546604252-80" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6300,10 +6300,10 @@ may provide a partial match extension.</ <p>The <code>id()</code>-step (<strong>map</strong>) takes an <code>Element</code> and extracts its identifier from it.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-81" type="radio" name="radio-set-1546457587-81" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-81" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-82" type="radio" name="radio-set-1546457587-81" class="tab-selector-2" /> - <label for="tab-1546457587-82" class="tab-label-2">groovy</label> + <input id="tab-1546604252-81" type="radio" name="radio-set-1546604252-81" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-81" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-82" type="radio" name="radio-set-1546604252-81" class="tab-selector-2" /> + <label for="tab-1546604252-82" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6355,10 +6355,10 @@ g.V(<span class="integer">1</span>).prop the current object to itself.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-83" type="radio" name="radio-set-1546457587-83" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-83" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-84" type="radio" name="radio-set-1546457587-83" class="tab-selector-2" /> - <label for="tab-1546457587-84" class="tab-label-2">groovy</label> + <input id="tab-1546604252-83" type="radio" name="radio-set-1546604252-83" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-83" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-84" type="radio" name="radio-set-1546604252-83" class="tab-selector-2" /> + <label for="tab-1546604252-84" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6403,10 +6403,10 @@ the current object to itself.</p> into a traversal stream. In general, <code>inject()</code>-step (<strong>sideEffect</strong>) exists and a few examples are provided below.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-85" type="radio" name="radio-set-1546457587-85" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-85" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-86" type="radio" name="radio-set-1546457587-85" class="tab-selector-2" /> - <label for="tab-1546457587-86" class="tab-label-2">groovy</label> + <input id="tab-1546604252-85" type="radio" name="radio-set-1546604252-85" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-85" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-86" type="radio" name="radio-set-1546604252-85" class="tab-selector-2" /> + <label for="tab-1546604252-86" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6445,10 +6445,10 @@ g.V(<span class="integer">4</span>).out( start of the traversal is not a graph object.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-87" type="radio" name="radio-set-1546457587-87" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-87" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-88" type="radio" name="radio-set-1546457587-87" class="tab-selector-2" /> - <label for="tab-1546457587-88" class="tab-label-2">groovy</label> + <input id="tab-1546604252-87" type="radio" name="radio-set-1546604252-87" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-87" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-88" type="radio" name="radio-set-1546604252-87" class="tab-selector-2" /> + <label for="tab-1546604252-88" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6505,10 +6505,10 @@ inject(<span class="integer">1</span>,<s </table> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-89" type="radio" name="radio-set-1546457587-89" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-89" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-90" type="radio" name="radio-set-1546457587-89" class="tab-selector-2" /> - <label for="tab-1546457587-90" class="tab-label-2">groovy</label> + <input id="tab-1546604252-89" type="radio" name="radio-set-1546604252-89" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-89" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-90" type="radio" name="radio-set-1546604252-89" class="tab-selector-2" /> + <label for="tab-1546604252-90" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6577,10 +6577,10 @@ g.V().where(__.in(<span class="string">< <p>The <code>key()</code>-step (<strong>map</strong>) takes a <code>Property</code> and extracts the key from it.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-91" type="radio" name="radio-set-1546457587-91" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-91" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-92" type="radio" name="radio-set-1546457587-91" class="tab-selector-2" /> - <label for="tab-1546457587-92" class="tab-label-2">groovy</label> + <input id="tab-1546604252-91" type="radio" name="radio-set-1546604252-91" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-91" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-92" type="radio" name="radio-set-1546604252-91" class="tab-selector-2" /> + <label for="tab-1546604252-92" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6627,10 +6627,10 @@ g.V(<span class="integer">1</span>).prop <p>The <code>label()</code>-step (<strong>map</strong>) takes an <code>Element</code> and extracts its label from it.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-93" type="radio" name="radio-set-1546457587-93" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-93" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-94" type="radio" name="radio-set-1546457587-93" class="tab-selector-2" /> - <label for="tab-1546457587-94" class="tab-label-2">groovy</label> + <input id="tab-1546604252-93" type="radio" name="radio-set-1546604252-93" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-93" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-94" type="radio" name="radio-set-1546604252-93" class="tab-selector-2" /> + <label for="tab-1546604252-94" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6678,10 +6678,10 @@ g.V(<span class="integer">1</span>).prop <p>The <code>limit()</code>-step is analogous to <a href="#range-step"><code>range()</code>-step</a> save that the lower end range is set to 0.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-95" type="radio" name="radio-set-1546457587-95" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-95" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-96" type="radio" name="radio-set-1546457587-95" class="tab-selector-2" /> - <label for="tab-1546457587-96" class="tab-label-2">groovy</label> + <input id="tab-1546604252-95" type="radio" name="radio-set-1546604252-95" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-95" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-96" type="radio" name="radio-set-1546604252-95" class="tab-selector-2" /> + <label for="tab-1546604252-96" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6712,10 +6712,10 @@ g.V().range(<span class="integer">0</spa The examples below use the <a href="#the-crew-toy-graph">The Crew</a> toy data set.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-97" type="radio" name="radio-set-1546457587-97" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-97" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-98" type="radio" name="radio-set-1546457587-97" class="tab-selector-2" /> - <label for="tab-1546457587-98" class="tab-label-2">groovy</label> + <input id="tab-1546604252-97" type="radio" name="radio-set-1546604252-97" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-97" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-98" type="radio" name="radio-set-1546604252-97" class="tab-selector-2" /> + <label for="tab-1546604252-98" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6779,10 +6779,10 @@ single element within that stream. To do Note that the examples below use the <a href="#the-crew-toy-graph">The Crew</a> toy data set.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-99" type="radio" name="radio-set-1546457587-99" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-99" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-100" type="radio" name="radio-set-1546457587-99" class="tab-selector-2" /> - <label for="tab-1546457587-100" class="tab-label-2">groovy</label> + <input id="tab-1546604252-99" type="radio" name="radio-set-1546604252-99" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-99" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-100" type="radio" name="radio-set-1546604252-99" class="tab-selector-2" /> + <label for="tab-1546604252-100" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6844,10 +6844,10 @@ a âglobal traversalâ with loca optimizations (i.e. when writing <code>TraversalStrategy</code> implementations. As another example consider:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-101" type="radio" name="radio-set-1546457587-101" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-101" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-102" type="radio" name="radio-set-1546457587-101" class="tab-selector-2" /> - <label for="tab-1546457587-102" class="tab-label-2">groovy</label> + <input id="tab-1546604252-101" type="radio" name="radio-set-1546604252-101" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-101" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-102" type="radio" name="radio-set-1546604252-101" class="tab-selector-2" /> + <label for="tab-1546604252-102" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6914,10 +6914,10 @@ the confines of the vertex’s star <p>The <code>loops()</code>-step (<strong>map</strong>) extracts the number of times the <code>Traverser</code> has gone through the current loop.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-103" type="radio" name="radio-set-1546457587-103" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-103" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-104" type="radio" name="radio-set-1546457587-103" class="tab-selector-2" /> - <label for="tab-1546457587-104" class="tab-label-2">groovy</label> + <input id="tab-1546604252-103" type="radio" name="radio-set-1546604252-103" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-103" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-104" type="radio" name="radio-set-1546604252-103" class="tab-selector-2" /> + <label for="tab-1546604252-104" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -6974,10 +6974,10 @@ express via <code>match()</code> than wi </div> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-105" type="radio" name="radio-set-1546457587-105" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-105" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-106" type="radio" name="radio-set-1546457587-105" class="tab-selector-2" /> - <label for="tab-1546457587-106" class="tab-label-2">groovy</label> + <input id="tab-1546604252-105" type="radio" name="radio-set-1546604252-105" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-105" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-106" type="radio" name="radio-set-1546604252-105" class="tab-selector-2" /> + <label for="tab-1546604252-106" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7015,10 +7015,10 @@ express via <code>match()</code> than wi be arbitrarily defined.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-107" type="radio" name="radio-set-1546457587-107" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-107" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-108" type="radio" name="radio-set-1546457587-107" class="tab-selector-2" /> - <label for="tab-1546457587-108" class="tab-label-2">groovy</label> + <input id="tab-1546604252-107" type="radio" name="radio-set-1546604252-107" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-107" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-108" type="radio" name="radio-set-1546604252-107" class="tab-selector-2" /> + <label for="tab-1546604252-108" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7052,10 +7052,10 @@ be arbitrarily defined.</p> previous query can thus be written in a more expressive way as shown below.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-109" type="radio" name="radio-set-1546457587-109" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-109" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-110" type="radio" name="radio-set-1546457587-109" class="tab-selector-2" /> - <label for="tab-1546457587-110" class="tab-label-2">groovy</label> + <input id="tab-1546604252-109" type="radio" name="radio-set-1546604252-109" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-109" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-110" type="radio" name="radio-set-1546604252-109" class="tab-selector-2" /> + <label for="tab-1546604252-110" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7110,10 +7110,10 @@ MatchStep conjoins a set of patterns app songs which Jerry Garcia has both sung and written (using the Grateful Dead graph distributed in the <code>data/</code> directory):</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-111" type="radio" name="radio-set-1546457587-111" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-111" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-112" type="radio" name="radio-set-1546457587-111" class="tab-selector-2" /> - <label for="tab-1546457587-112" class="tab-label-2">groovy</label> + <input id="tab-1546604252-111" type="radio" name="radio-set-1546604252-111" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-111" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-112" type="radio" name="radio-set-1546604252-111" class="tab-selector-2" /> + <label for="tab-1546604252-112" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7152,10 +7152,10 @@ g.V().match( <p>Among the features which differentiate <code>match()</code> from SPARQL are:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-113" type="radio" name="radio-set-1546457587-113" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-113" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-114" type="radio" name="radio-set-1546457587-113" class="tab-selector-2" /> - <label for="tab-1546457587-114" class="tab-label-2">groovy</label> + <input id="tab-1546604252-113" type="radio" name="radio-set-1546604252-113" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-113" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-114" type="radio" name="radio-set-1546604252-113" class="tab-selector-2" /> + <label for="tab-1546604252-114" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7202,10 +7202,10 @@ g.V().match( <p>To extend point #3, it is possible to support going from imperative, to declarative, to imperative, ad infinitum.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-115" type="radio" name="radio-set-1546457587-115" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-115" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-116" type="radio" name="radio-set-1546457587-115" class="tab-selector-2" /> - <label for="tab-1546457587-116" class="tab-label-2">groovy</label> + <input id="tab-1546604252-115" type="radio" name="radio-set-1546604252-115" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-115" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-116" type="radio" name="radio-set-1546604252-115" class="tab-selector-2" /> + <label for="tab-1546604252-116" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7261,10 +7261,10 @@ their analysis. of Gremlin’s functional foundation (i.e. recursive matching).</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-117" type="radio" name="radio-set-1546457587-117" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-117" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-118" type="radio" name="radio-set-1546457587-117" class="tab-selector-2" /> - <label for="tab-1546457587-118" class="tab-label-2">groovy</label> + <input id="tab-1546604252-117" type="radio" name="radio-set-1546604252-117" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-117" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-118" type="radio" name="radio-set-1546604252-117" class="tab-selector-2" /> + <label for="tab-1546604252-118" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7304,10 +7304,10 @@ of Gremlin’s functional foundation to a particular variable, then the previous step should be labeled accordingly.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-119" type="radio" name="radio-set-1546457587-119" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-119" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-120" type="radio" name="radio-set-1546457587-119" class="tab-selector-2" /> - <label for="tab-1546457587-120" class="tab-label-2">groovy</label> + <input id="tab-1546604252-119" type="radio" name="radio-set-1546604252-119" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-119" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-120" type="radio" name="radio-set-1546604252-119" class="tab-selector-2" /> + <label for="tab-1546604252-120" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7367,10 +7367,10 @@ least one for <code>or()</code>), <code> variable bindings to the next step in the traversal.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-121" type="radio" name="radio-set-1546457587-121" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-121" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-122" type="radio" name="radio-set-1546457587-121" class="tab-selector-2" /> - <label for="tab-1546457587-122" class="tab-label-2">groovy</label> + <input id="tab-1546604252-121" type="radio" name="radio-set-1546604252-121" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-121" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-122" type="radio" name="radio-set-1546604252-121" class="tab-selector-2" /> + <label for="tab-1546604252-122" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7442,10 +7442,10 @@ variable bindings to the next step in th A <code>where()</code>-step allows the user to further constrain the result set provided by <code>match()</code>.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-123" type="radio" name="radio-set-1546457587-123" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-123" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-124" type="radio" name="radio-set-1546457587-123" class="tab-selector-2" /> - <label for="tab-1546457587-124" class="tab-label-2">groovy</label> + <input id="tab-1546604252-123" type="radio" name="radio-set-1546604252-123" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-123" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-124" type="radio" name="radio-set-1546604252-123" class="tab-selector-2" /> + <label for="tab-1546604252-124" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7485,10 +7485,10 @@ A <code>where()</code>-step allows the u optimizer within <code>match()</code>-step.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-125" type="radio" name="radio-set-1546457587-125" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-125" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-126" type="radio" name="radio-set-1546457587-125" class="tab-selector-2" /> - <label for="tab-1546457587-126" class="tab-label-2">groovy</label> + <input id="tab-1546604252-125" type="radio" name="radio-set-1546604252-125" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-125" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-126" type="radio" name="radio-set-1546604252-125" class="tab-selector-2" /> + <label for="tab-1546604252-126" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7585,10 +7585,10 @@ within the equation. Note that the reser <code>math()</code>-step.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-127" type="radio" name="radio-set-1546457587-127" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-127" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-128" type="radio" name="radio-set-1546457587-127" class="tab-selector-2" /> - <label for="tab-1546457587-128" class="tab-label-2">groovy</label> + <input id="tab-1546604252-127" type="radio" name="radio-set-1546604252-127" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-127" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-128" type="radio" name="radio-set-1546604252-127" class="tab-selector-2" /> + <label for="tab-1546604252-128" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7718,10 +7718,10 @@ Furthermore, the following built in func <p>The <code>max()</code>-step (<strong>map</strong>) operates on a stream of numbers and determines which is the largest number in the stream.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-129" type="radio" name="radio-set-1546457587-129" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-129" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-130" type="radio" name="radio-set-1546457587-129" class="tab-selector-2" /> - <label for="tab-1546457587-130" class="tab-label-2">groovy</label> + <input id="tab-1546604252-129" type="radio" name="radio-set-1546604252-129" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-129" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-130" type="radio" name="radio-set-1546604252-129" class="tab-selector-2" /> + <label for="tab-1546604252-130" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7773,10 +7773,10 @@ This works for <code>Collection</code> a <p>The <code>mean()</code>-step (<strong>map</strong>) operates on a stream of numbers and determines the average of those numbers.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-131" type="radio" name="radio-set-1546457587-131" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-131" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-132" type="radio" name="radio-set-1546457587-131" class="tab-selector-2" /> - <label for="tab-1546457587-132" class="tab-label-2">groovy</label> + <input id="tab-1546604252-131" type="radio" name="radio-set-1546604252-131" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-131" class="tab-label-1">console (groovy)</label> + <input id="tab-1546604252-132" type="radio" name="radio-set-1546604252-131" class="tab-selector-2" /> + <label for="tab-1546604252-132" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -7839,10 +7839,10 @@ This works for <code>Collection</code> a <p>The <code>min()</code>-step (<strong>map</strong>) operates on a stream of numbers and determines which is the smallest number in the stream.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546457587-133" type="radio" name="radio-set-1546457587-133" class="tab-selector-1" checked="checked" /> - <label for="tab-1546457587-133" class="tab-label-1">console (groovy)</label> - <input id="tab-1546457587-134" type="radio" name="radio-set-1546457587-133" class="tab-selector-2" /> - <label for="tab-1546457587-134" class="tab-label-2">groovy</label> + <input id="tab-1546604252-133" type="radio" name="radio-set-1546604252-133" class="tab-selector-1" checked="checked" /> + <label for="tab-1546604252-133" class="tab-label-1">console (groovy)</label>
[... 2929 lines stripped ...]
