Search by property

Jump to navigation Jump to search

This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.

Search by property

A list of all pages that have property "Step text" with value "maps the current edges to both the ingoing and outgoing Vertices.". Since there have been only a few results, also nearby values are displayed.

Showing below up to 11 results starting with #1.

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)


    

List of results

  • Gremlin  + (filters the current object based on eitherfilters the current object based on either the object itself (Scope.local) or the path history of the object (Scope.global) (filter). This step is typically used in conjunction with either [[#match Step]] or [[#select Step|select()-step]], but can be used in isolation.[[#select Step|select()-step]], but can be used in isolation.)
  • Gremlin  + (filters vertices, edges, and vertex properties based on their properties. This step has quite a few variations.)
  • Gremlin  + (is not a real step, but a "step modulator" similar to by() and option(). With as(), it is possible to provide a label to the step that can later be accessed by steps and data structures that make use of such labels — e.g., select(), match(), and path)
  • Gremlin  + (is not an actual step, but instead is a "sis not an actual step, but instead is a "step-modulator" similar to as() and option(). If a step is able to accept traversals, functions, comparators, etc. then by() is the means by which they are added. The general pattern is step().by()…by(). Some steps can only accept one by() while others can take an arbitrary amount.while others can take an arbitrary amount.)
  • Gremlin  + (is not an actual step, but is instead a step modulator for [[#repeat Step|repeat()]] (find more documentation on the emit() there).)
  • Gremlin  + (is used for looping over a traversal given some break predicate)
  • Gremlin  + (is used to add edges to the graph)
  • Gremlin  + (is used to add properties to the elements of the graph)
  • Gremlin  + (is used to add vertices to the graph)
  • Gremlin  + (is used to aggregate all the objects at a particular point of traversal into a Collection)
  • Gremlin  + (maps the current edges to both the ingoing and outgoing Vertices.)
  • Gremlin  + (maps the current edges to the the ingoing Vertices.)
  • Gremlin  + (maps the current elements to both the in and outgoing edges.)
  • Gremlin  + (maps the current elements to the the ingoing edges.)
  • Gremlin  + (maps the current elements to the the outgoing edges.)
  • Gremlin  + (maps the current elements to the vertices at the end of the ingoing edges.)
  • Gremlin  + (maps the current elements to the vertices at the boths ends of the edges.)
  • Gremlin  + (maps the current elements to the vertices at the end of the outgoing edges.)
  • Gremlin  + (maps the traversal to the ids of the current elements.)
  • Gremlin  + (maps the traversal to the labels of the current elements.)
  • Gremlin  + (operates on a stream of comparable objects and determines which is the first object according to its natural order in the stream.)