Modified: tinkerpop/site/docs/3.3.5/tutorials/getting-started/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.3.5/tutorials/getting-started/index.html?rev=1850208&r1=1850207&r2=1850208&view=diff ============================================================================== --- tinkerpop/site/docs/3.3.5/tutorials/getting-started/index.html (original) +++ tinkerpop/site/docs/3.3.5/tutorials/getting-started/index.html Wed Jan 2 20:55:57 2019 @@ -970,10 +970,10 @@ be a simple Gremlin script that can be c <p>It can be instantiated in the console this way:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-1" type="radio" name="radio-set-1546445672-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-2" type="radio" name="radio-set-1546445672-1" class="tab-selector-2" /> - <label for="tab-1546445672-2" class="tab-label-2">groovy</label> + <input id="tab-1546460483-1" type="radio" name="radio-set-1546460483-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-2" type="radio" name="radio-set-1546460483-1" class="tab-selector-2" /> + <label for="tab-1546460483-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1009,10 +1009,10 @@ provides him guidance on how to execute <p>With your <code>TraversalSource</code> <code>g</code> available it is now possible to ask Gremlin to traverse the <code>Graph</code>:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-3" type="radio" name="radio-set-1546445672-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-4" type="radio" name="radio-set-1546445672-3" class="tab-selector-2" /> - <label for="tab-1546445672-4" class="tab-label-2">groovy</label> + <input id="tab-1546460483-3" type="radio" name="radio-set-1546460483-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-4" type="radio" name="radio-set-1546460483-3" class="tab-selector-2" /> + <label for="tab-1546460483-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1170,10 +1170,10 @@ helps orient where you need him to go ne as an example. First, you need to create this graph:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-5" type="radio" name="radio-set-1546445672-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-6" type="radio" name="radio-set-1546445672-5" class="tab-selector-2" /> - <label for="tab-1546445672-6" class="tab-label-2">groovy</label> + <input id="tab-1546460483-5" type="radio" name="radio-set-1546460483-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-6" type="radio" name="radio-set-1546460483-5" class="tab-selector-2" /> + <label for="tab-1546460483-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1215,10 +1215,10 @@ shorthand form that enables a more fluid that static importing you would instead have to write:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-7" type="radio" name="radio-set-1546445672-7" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-7" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-8" type="radio" name="radio-set-1546445672-7" class="tab-selector-2" /> - <label for="tab-1546445672-8" class="tab-label-2">groovy</label> + <input id="tab-1546460483-7" type="radio" name="radio-set-1546460483-7" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-7" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-8" type="radio" name="radio-set-1546460483-7" class="tab-selector-2" /> + <label for="tab-1546460483-8" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1311,10 +1311,10 @@ those that have the "name" property valu <a href="http://tinkerpop.apache.org/docs/3.3.5/reference/#has-step">has()</a> step as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-9" type="radio" name="radio-set-1546445672-9" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-9" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-10" type="radio" name="radio-set-1546445672-9" class="tab-selector-2" /> - <label for="tab-1546445672-10" class="tab-label-2">groovy</label> + <input id="tab-1546460483-9" type="radio" name="radio-set-1546460483-9" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-9" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-10" type="radio" name="radio-set-1546460483-9" class="tab-selector-2" /> + <label for="tab-1546460483-10" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1380,10 +1380,10 @@ what direction to follow. In this case, we use the <a href="http://tinkerpop.apache.org/docs/3.3.5/reference/#vertex-steps">outE</a> step.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-11" type="radio" name="radio-set-1546445672-11" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-11" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-12" type="radio" name="radio-set-1546445672-11" class="tab-selector-2" /> - <label for="tab-1546445672-12" class="tab-label-2">groovy</label> + <input id="tab-1546460483-11" type="radio" name="radio-set-1546460483-11" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-11" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-12" type="radio" name="radio-set-1546460483-11" class="tab-selector-2" /> + <label for="tab-1546460483-12" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1415,10 +1415,10 @@ we use the <a href="http://tinkerpop.apa vertex with <code>inV()</code>.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-13" type="radio" name="radio-set-1546445672-13" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-13" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-14" type="radio" name="radio-set-1546445672-13" class="tab-selector-2" /> - <label for="tab-1546445672-14" class="tab-label-2">groovy</label> + <input id="tab-1546460483-13" type="radio" name="radio-set-1546460483-13" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-13" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-14" type="radio" name="radio-set-1546460483-13" class="tab-selector-2" /> + <label for="tab-1546460483-14" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1450,10 +1450,10 @@ vertex with <code>inV()</code>.</p> statement above with:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-15" type="radio" name="radio-set-1546445672-15" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-15" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-16" type="radio" name="radio-set-1546445672-15" class="tab-selector-2" /> - <label for="tab-1546445672-16" class="tab-label-2">groovy</label> + <input id="tab-1546460483-15" type="radio" name="radio-set-1546460483-15" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-15" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-16" type="radio" name="radio-set-1546460483-15" class="tab-selector-2" /> + <label for="tab-1546460483-16" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1482,10 +1482,10 @@ statement above with:</p> "software" vertex and you can therefore ask Gremlin to extract the value of the "name" property as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-17" type="radio" name="radio-set-1546445672-17" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-17" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-18" type="radio" name="radio-set-1546445672-17" class="tab-selector-2" /> - <label for="tab-1546445672-18" class="tab-label-2">groovy</label> + <input id="tab-1546460483-17" type="radio" name="radio-set-1546460483-17" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-17" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-18" type="radio" name="radio-set-1546460483-17" class="tab-selector-2" /> + <label for="tab-1546460483-18" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1520,10 +1520,10 @@ There’s not much more that can be the "five minutes section". Recall that you can create this <code>Graph</code> and establish a <code>TraversalSource</code> with:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-19" type="radio" name="radio-set-1546445672-19" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-19" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-20" type="radio" name="radio-set-1546445672-19" class="tab-selector-2" /> - <label for="tab-1546445672-20" class="tab-label-2">groovy</label> + <input id="tab-1546460483-19" type="radio" name="radio-set-1546460483-19" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-19" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-20" type="radio" name="radio-set-1546460483-19" class="tab-selector-2" /> + <label for="tab-1546460483-20" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1553,10 +1553,10 @@ use <code>has()</code>. What if we wante use the <code>within</code> comparator with <code>has()</code> as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-21" type="radio" name="radio-set-1546445672-21" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-21" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-22" type="radio" name="radio-set-1546445672-21" class="tab-selector-2" /> - <label for="tab-1546445672-22" class="tab-label-2">groovy</label> + <input id="tab-1546460483-21" type="radio" name="radio-set-1546460483-21" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-21" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-22" type="radio" name="radio-set-1546460483-21" class="tab-selector-2" /> + <label for="tab-1546460483-22" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1599,10 +1599,10 @@ The fully qualified name for <code>P</co <a href="http://tinkerpop.apache.org/docs/3.3.5/reference/#mean-step">mean()</a> step as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-23" type="radio" name="radio-set-1546445672-23" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-23" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-24" type="radio" name="radio-set-1546445672-23" class="tab-selector-2" /> - <label for="tab-1546445672-24" class="tab-label-2">groovy</label> + <input id="tab-1546460483-23" type="radio" name="radio-set-1546460483-23" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-23" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-24" type="radio" name="radio-set-1546460483-23" class="tab-selector-2" /> + <label for="tab-1546460483-24" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1628,10 +1628,10 @@ The fully qualified name for <code>P</co step. We know how to find the "software" that "marko" created:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-25" type="radio" name="radio-set-1546445672-25" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-25" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-26" type="radio" name="radio-set-1546445672-25" class="tab-selector-2" /> - <label for="tab-1546445672-26" class="tab-label-2">groovy</label> + <input id="tab-1546460483-25" type="radio" name="radio-set-1546460483-25" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-25" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-26" type="radio" name="radio-set-1546460483-25" class="tab-selector-2" /> + <label for="tab-1546460483-26" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1674,10 +1674,10 @@ on what well formatted Gremlin should lo </table> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-27" type="radio" name="radio-set-1546445672-27" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-27" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-28" type="radio" name="radio-set-1546445672-27" class="tab-selector-2" /> - <label for="tab-1546445672-28" class="tab-label-2">groovy</label> + <input id="tab-1546460483-27" type="radio" name="radio-set-1546460483-27" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-27" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-28" type="radio" name="radio-set-1546460483-27" class="tab-selector-2" /> + <label for="tab-1546460483-28" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1710,10 +1710,10 @@ know about the involvement of "marko" an "marko" from the results seems logical. The following traversal handles that exclusion:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-29" type="radio" name="radio-set-1546445672-29" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-29" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-30" type="radio" name="radio-set-1546445672-29" class="tab-selector-2" /> - <label for="tab-1546445672-30" class="tab-label-2">groovy</label> + <input id="tab-1546460483-29" type="radio" name="radio-set-1546460483-29" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-29" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-30" type="radio" name="radio-set-1546460483-29" class="tab-selector-2" /> + <label for="tab-1546460483-30" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1759,10 +1759,10 @@ filters out the "marko" that we get when <p>You will find many uses of <code>as()</code>. Here it is in combination with <a href="http://tinkerpop.apache.org/docs/3.3.5/reference/#select-step">select</a>:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-31" type="radio" name="radio-set-1546445672-31" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-31" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-32" type="radio" name="radio-set-1546445672-31" class="tab-selector-2" /> - <label for="tab-1546445672-32" class="tab-label-2">groovy</label> + <input id="tab-1546460483-31" type="radio" name="radio-set-1546460483-31" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-31" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-32" type="radio" name="radio-set-1546460483-31" class="tab-selector-2" /> + <label for="tab-1546460483-32" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1797,10 +1797,10 @@ step and its related step modulator call we wanted to ask Gremlin to group all the vertices in the graph by their vertex label we could do:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-33" type="radio" name="radio-set-1546445672-33" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-33" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-34" type="radio" name="radio-set-1546445672-33" class="tab-selector-2" /> - <label for="tab-1546445672-34" class="tab-label-2">groovy</label> + <input id="tab-1546460483-33" type="radio" name="radio-set-1546460483-33" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-33" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-34" type="radio" name="radio-set-1546460483-33" class="tab-selector-2" /> + <label for="tab-1546460483-34" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1829,10 +1829,10 @@ could ask Gremlin to get us the value of modulator to <code>group()</code> to transform the values.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445672-35" type="radio" name="radio-set-1546445672-35" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445672-35" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445672-36" type="radio" name="radio-set-1546445672-35" class="tab-selector-2" /> - <label for="tab-1546445672-36" class="tab-label-2">groovy</label> + <input id="tab-1546460483-35" type="radio" name="radio-set-1546460483-35" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460483-35" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460483-36" type="radio" name="radio-set-1546460483-35" class="tab-selector-2" /> + <label for="tab-1546460483-36" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2110,7 +2110,7 @@ research within the reference documentat </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-02 11:37:18 EST +Last updated 2019-01-02 15:48:40 EST </div> </div> </body>
Modified: tinkerpop/site/docs/3.3.5/tutorials/gremlins-anatomy/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.3.5/tutorials/gremlins-anatomy/index.html?rev=1850208&r1=1850207&r2=1850208&view=diff ============================================================================== --- tinkerpop/site/docs/3.3.5/tutorials/gremlins-anatomy/index.html (original) +++ tinkerpop/site/docs/3.3.5/tutorials/gremlins-anatomy/index.html Wed Jan 2 20:55:57 2019 @@ -839,10 +839,10 @@ can be found <a href="https://www.slides <p>The component parts of a Gremlin traversal can be all be identified from the following code:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445819-1" type="radio" name="radio-set-1546445819-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445819-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445819-2" type="radio" name="radio-set-1546445819-1" class="tab-selector-2" /> - <label for="tab-1546445819-2" class="tab-label-2">groovy</label> + <input id="tab-1546460639-1" type="radio" name="radio-set-1546460639-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460639-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460639-2" type="radio" name="radio-set-1546460639-1" class="tab-selector-2" /> + <label for="tab-1546460639-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -884,10 +884,10 @@ documentation, blog posts, or examples a applications.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445819-3" type="radio" name="radio-set-1546445819-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445819-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445819-4" type="radio" name="radio-set-1546445819-3" class="tab-selector-2" /> - <label for="tab-1546445819-4" class="tab-label-2">groovy</label> + <input id="tab-1546460639-3" type="radio" name="radio-set-1546460639-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460639-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460639-4" type="radio" name="radio-set-1546460639-3" class="tab-selector-2" /> + <label for="tab-1546460639-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -972,10 +972,10 @@ contain the steps that make up the Greml chained together in a fluent fashion. Revisiting the example from above:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445819-5" type="radio" name="radio-set-1546445819-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445819-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445819-6" type="radio" name="radio-set-1546445819-5" class="tab-selector-2" /> - <label for="tab-1546445819-6" class="tab-label-2">groovy</label> + <input id="tab-1546460639-5" type="radio" name="radio-set-1546460639-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460639-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460639-6" type="radio" name="radio-set-1546460639-5" class="tab-selector-2" /> + <label for="tab-1546460639-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1145,7 +1145,7 @@ more insight into how Gremlin works and </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-02 11:37:18 EST +Last updated 2019-01-02 15:48:40 EST </div> </div> </body> Modified: tinkerpop/site/docs/3.3.5/tutorials/the-gremlin-console/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.3.5/tutorials/the-gremlin-console/index.html?rev=1850208&r1=1850207&r2=1850208&view=diff ============================================================================== --- tinkerpop/site/docs/3.3.5/tutorials/the-gremlin-console/index.html (original) +++ tinkerpop/site/docs/3.3.5/tutorials/the-gremlin-console/index.html Wed Jan 2 20:55:57 2019 @@ -920,10 +920,10 @@ graph database that is easy to use and d create an empty TinkerGraph as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-1" type="radio" name="radio-set-1546445860-1" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-1" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-2" type="radio" name="radio-set-1546445860-1" class="tab-selector-2" /> - <label for="tab-1546445860-2" class="tab-label-2">groovy</label> + <input id="tab-1546460685-1" type="radio" name="radio-set-1546460685-1" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-1" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-2" type="radio" name="radio-set-1546460685-1" class="tab-selector-2" /> + <label for="tab-1546460685-2" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -998,10 +998,10 @@ labels are defined and the "weight" edge </ul> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-3" type="radio" name="radio-set-1546445860-3" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-3" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-4" type="radio" name="radio-set-1546445860-3" class="tab-selector-2" /> - <label for="tab-1546445860-4" class="tab-label-2">groovy</label> + <input id="tab-1546460685-3" type="radio" name="radio-set-1546460685-3" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-3" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-4" type="radio" name="radio-set-1546460685-3" class="tab-selector-2" /> + <label for="tab-1546460685-4" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1034,10 +1034,10 @@ However, if you find that a larger graph (<a href="http://tinkerpop.apache.org/docs/3.3.5/images/grateful-dead-schema.png">schema</a>).</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-5" type="radio" name="radio-set-1546445860-5" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-5" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-6" type="radio" name="radio-set-1546445860-5" class="tab-selector-2" /> - <label for="tab-1546445860-6" class="tab-label-2">groovy</label> + <input id="tab-1546460685-5" type="radio" name="radio-set-1546460685-5" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-5" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-6" type="radio" name="radio-set-1546460685-5" class="tab-selector-2" /> + <label for="tab-1546460685-6" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1091,10 +1091,10 @@ console works or performing a particular be accessed within the console itself with the <code>:help</code> command.</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-7" type="radio" name="radio-set-1546445860-7" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-7" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-8" type="radio" name="radio-set-1546445860-7" class="tab-selector-2" /> - <label for="tab-1546445860-8" class="tab-label-2">groovy</label> + <input id="tab-1546460685-7" type="radio" name="radio-set-1546460685-7" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-7" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-8" type="radio" name="radio-set-1546460685-7" class="tab-selector-2" /> + <label for="tab-1546460685-8" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1154,10 +1154,10 @@ For help on a specific command <span cla addition to the ones provided by TinkerPop. You can also request help on a specific command:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-9" type="radio" name="radio-set-1546445860-9" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-9" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-10" type="radio" name="radio-set-1546445860-9" class="tab-selector-2" /> - <label for="tab-1546445860-10" class="tab-label-2">groovy</label> + <input id="tab-1546460685-9" type="radio" name="radio-set-1546460685-9" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-9" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-10" type="radio" name="radio-set-1546460685-9" class="tab-selector-2" /> + <label for="tab-1546460685-10" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1295,10 +1295,10 @@ key, which only has one vertex associate the IDE and execute it in the console and confirm the failure:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-11" type="radio" name="radio-set-1546445860-11" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-11" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-12" type="radio" name="radio-set-1546445860-11" class="tab-selector-2" /> - <label for="tab-1546445860-12" class="tab-label-2">groovy</label> + <input id="tab-1546460685-11" type="radio" name="radio-set-1546460685-11" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-11" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-12" type="radio" name="radio-set-1546460685-11" class="tab-selector-2" /> + <label for="tab-1546460685-12" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1334,10 +1334,10 @@ detects that type it steps through each <p>Trying it with the use of <code>next()</code> produces the following:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-13" type="radio" name="radio-set-1546445860-13" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-13" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-14" type="radio" name="radio-set-1546445860-13" class="tab-selector-2" /> - <label for="tab-1546445860-14" class="tab-label-2">groovy</label> + <input id="tab-1546460685-13" type="radio" name="radio-set-1546460685-13" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-13" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-14" type="radio" name="radio-set-1546460685-13" class="tab-selector-2" /> + <label for="tab-1546460685-14" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1372,10 +1372,10 @@ the call to <code>next()</code>. This f when you want to work with a <code>Traversal</code> as a variable. You can do this with a clever use of a semi-colon:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-15" type="radio" name="radio-set-1546445860-15" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-15" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-16" type="radio" name="radio-set-1546445860-15" class="tab-selector-2" /> - <label for="tab-1546445860-16" class="tab-label-2">groovy</label> + <input id="tab-1546460685-15" type="radio" name="radio-set-1546460685-15" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-15" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-16" type="radio" name="radio-set-1546460685-15" class="tab-selector-2" /> + <label for="tab-1546460685-16" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1454,10 +1454,10 @@ benefit, and as such, <code>inV()</code> can remedy that by adding <code>fold()</code> to <code>inV()</code> as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-17" type="radio" name="radio-set-1546445860-17" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-17" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-18" type="radio" name="radio-set-1546445860-17" class="tab-selector-2" /> - <label for="tab-1546445860-18" class="tab-label-2">groovy</label> + <input id="tab-1546460685-17" type="radio" name="radio-set-1546460685-17" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-17" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-18" type="radio" name="radio-set-1546460685-17" class="tab-selector-2" /> + <label for="tab-1546460685-18" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1515,10 +1515,10 @@ can remedy that by adding <code>fold()</ as follows:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-19" type="radio" name="radio-set-1546445860-19" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-19" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-20" type="radio" name="radio-set-1546445860-19" class="tab-selector-2" /> - <label for="tab-1546445860-20" class="tab-label-2">groovy</label> + <input id="tab-1546460685-19" type="radio" name="radio-set-1546460685-19" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-19" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-20" type="radio" name="radio-set-1546460685-19" class="tab-selector-2" /> + <label for="tab-1546460685-20" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1613,10 +1613,10 @@ analysis on where people live and when t the data of the "person" vertices in the graph:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-21" type="radio" name="radio-set-1546445860-21" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-21" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-22" type="radio" name="radio-set-1546445860-21" class="tab-selector-2" /> - <label for="tab-1546445860-22" class="tab-label-2">groovy</label> + <input id="tab-1546460685-21" type="radio" name="radio-set-1546460685-21" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-21" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-22" type="radio" name="radio-set-1546460685-21" class="tab-selector-2" /> + <label for="tab-1546460685-22" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1655,10 +1655,10 @@ where "location" does not have one value has <a href="http://tinkerpop.apache.org/docs/3.3.5/reference/#vertex-properties">meta-properties</a> as well:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-23" type="radio" name="radio-set-1546445860-23" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-23" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-24" type="radio" name="radio-set-1546445860-23" class="tab-selector-2" /> - <label for="tab-1546445860-24" class="tab-label-2">groovy</label> + <input id="tab-1546460685-23" type="radio" name="radio-set-1546460685-23" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-23" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-24" type="radio" name="radio-set-1546460685-23" class="tab-selector-2" /> + <label for="tab-1546460685-24" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1713,10 +1713,10 @@ data in two separate traversals and the the "person" vertices, as this will be the main filter for the data you intend to retrieve:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-25" type="radio" name="radio-set-1546445860-25" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-25" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-26" type="radio" name="radio-set-1546445860-25" class="tab-selector-2" /> - <label for="tab-1546445860-26" class="tab-label-2">groovy</label> + <input id="tab-1546460685-25" type="radio" name="radio-set-1546460685-25" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-25" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-26" type="radio" name="radio-set-1546460685-25" class="tab-selector-2" /> + <label for="tab-1546460685-26" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1768,10 +1768,10 @@ settings in <code>bin/gremlin.sh</code> <p>In an attempt to test things out, you take a naive approach at the traversal with your filter for "firstYear" applied:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-27" type="radio" name="radio-set-1546445860-27" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-27" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-28" type="radio" name="radio-set-1546445860-27" class="tab-selector-2" /> - <label for="tab-1546445860-28" class="tab-label-2">groovy</label> + <input id="tab-1546460685-27" type="radio" name="radio-set-1546460685-27" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-27" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-28" type="radio" name="radio-set-1546460685-27" class="tab-selector-2" /> + <label for="tab-1546460685-28" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1822,10 +1822,10 @@ Console, you decide to just process "l" see for your rows and columns style output:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-29" type="radio" name="radio-set-1546445860-29" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-29" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-30" type="radio" name="radio-set-1546445860-29" class="tab-selector-2" /> - <label for="tab-1546445860-30" class="tab-label-2">groovy</label> + <input id="tab-1546460685-29" type="radio" name="radio-set-1546460685-29" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-29" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-30" type="radio" name="radio-set-1546460685-29" class="tab-selector-2" /> + <label for="tab-1546460685-30" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1946,10 +1946,10 @@ similar to what happens when you decide you wish to use. To do this, you need to use the <code>import</code> command:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-31" type="radio" name="radio-set-1546445860-31" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-31" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-32" type="radio" name="radio-set-1546445860-31" class="tab-selector-2" /> - <label for="tab-1546445860-32" class="tab-label-2">groovy</label> + <input id="tab-1546460685-31" type="radio" name="radio-set-1546460685-31" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-31" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-32" type="radio" name="radio-set-1546460685-31" class="tab-selector-2" /> + <label for="tab-1546460685-32" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -1978,10 +1978,10 @@ Year.now()</code></pre> to produce the set of years to have for each person up to the current year:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-33" type="radio" name="radio-set-1546445860-33" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-33" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-34" type="radio" name="radio-set-1546445860-33" class="tab-selector-2" /> - <label for="tab-1546445860-34" class="tab-label-2">groovy</label> + <input id="tab-1546460685-33" type="radio" name="radio-set-1546460685-33" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-33" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-34" type="radio" name="radio-set-1546460685-33" class="tab-selector-2" /> + <label for="tab-1546460685-34" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2083,10 +2083,10 @@ g.V().hasLabel(<span class="string"><spa <p>From there you can build on that traversal to grab the "location" given the generated "year" for that data:</p> </div> <section class="tabs tabs-2"> - <input id="tab-1546445860-35" type="radio" name="radio-set-1546445860-35" class="tab-selector-1" checked="checked" /> - <label for="tab-1546445860-35" class="tab-label-1">console (groovy)</label> - <input id="tab-1546445860-36" type="radio" name="radio-set-1546445860-35" class="tab-selector-2" /> - <label for="tab-1546445860-36" class="tab-label-2">groovy</label> + <input id="tab-1546460685-35" type="radio" name="radio-set-1546460685-35" class="tab-selector-1" checked="checked" /> + <label for="tab-1546460685-35" class="tab-label-1">console (groovy)</label> + <input id="tab-1546460685-36" type="radio" name="radio-set-1546460685-35" class="tab-selector-2" /> + <label for="tab-1546460685-36" class="tab-label-2">groovy</label> <div class="tabcontent"> <div class="tabcontent-1"> <div class="listingblock"> @@ -2365,7 +2365,7 @@ knowledge on what the console can do for </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-02 11:37:18 EST +Last updated 2019-01-02 15:48:40 EST </div> </div> </body> Modified: tinkerpop/site/docs/3.3.5/upgrade/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.3.5/upgrade/index.html?rev=1850208&r1=1850207&r2=1850208&view=diff ============================================================================== --- tinkerpop/site/docs/3.3.5/upgrade/index.html (original) +++ tinkerpop/site/docs/3.3.5/upgrade/index.html Wed Jan 2 20:55:57 2019 @@ -1355,7 +1355,7 @@ build libraries and other systems on the <h2 id="_tinkerpop_3_3_5">TinkerPop 3.3.5</h2> <div class="sectionbody"> <div class="paragraph"> -<p><strong>Release Date: January 2, 2018</strong></p> +<p><strong>Release Date: January 2, 2019</strong></p> </div> <div class="paragraph"> <p>Please see the <a href="https://github.com/apache/tinkerpop/blob/3.3.5/CHANGELOG.asciidoc#release-3-3-5">changelog</a> for a complete list of all the modifications that are part of this release.</p> @@ -6666,7 +6666,7 @@ want the security capabilities that it p </div> <div id="footer"> <div id="footer-text"> -Last updated 2019-01-02 12:02:56 EST +Last updated 2019-01-02 15:52:10 EST </div> </div> </body>
