public interface VertexPropertyTraversal extends ElementTraversal<VertexProperty>
| Modifier and Type | Method and Description |
|---|---|
default <E2> GraphTraversal<VertexProperty,Property<E2>> |
properties(java.lang.String... propertyKeys) |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,Property<E2>>> |
propertyMap(java.lang.String... propertyKeys) |
default GraphTraversal<VertexProperty,VertexProperty> |
start() |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> |
valueMap(boolean includeTokens,
java.lang.String... propertyKeys) |
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> |
valueMap(java.lang.String... propertyKeys) |
addBothE, addE, addInE, addOutE, aggregate, aggregate, as, back, between, both, bothE, bothV, branch, cap, cap, choose, choose, coin, count, cyclicPath, dedup, emit, emit, emit, except, except, except, filter, flatMap, fold, fold, group, group, groupCount, groupCount, has, has, has, has, has, has, has, hasNot, identity, in, inE, inject, inV, limit, local, map, match, order, otherV, out, outE, outV, path, profile, range, repeat, retain, retain, retain, sack, sack, sack, sample, select, select, shuffle, sideEffect, simplePath, store, store, subgraph, subgraph, subgraph, subgraph, submit, sum, timeLimit, times, to, toE, toV, tree, tree, unfold, union, until, until, values, where, where, where, withPath, withSack, withSack, withSideEffectdefault GraphTraversal<VertexProperty,VertexProperty> start()
start in interface ElementTraversal<VertexProperty>default <E2> GraphTraversal<VertexProperty,Property<E2>> properties(java.lang.String... propertyKeys)
properties in interface ElementTraversal<VertexProperty>default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,Property<E2>>> propertyMap(java.lang.String... propertyKeys)
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> valueMap(java.lang.String... propertyKeys)
default <E2> GraphTraversal<VertexProperty,java.util.Map<java.lang.String,E2>> valueMap(boolean includeTokens, java.lang.String... propertyKeys)
Copyright © 2013-2015 TinkerPop. All Rights Reserved.