public static enum AnonymousGraphTraversal.Tokens extends java.lang.Enum<AnonymousGraphTraversal.Tokens> implements AnonymousGraphTraversal
AnonymousGraphTraversal.Tokens| Enum Constant and Description |
|---|
__ |
| Modifier and Type | Method and Description |
|---|---|
<S> GraphTraversal<S,S> |
start() |
static AnonymousGraphTraversal.Tokens |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnonymousGraphTraversal.Tokens[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfaddBothE, addE, addInE, addOutE, aggregate, aggregate, as, back, between, both, bothE, bothV, branch, cap, cap, choose, choose, coin, count, cyclicPath, dedup, 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, properties, propertyMap, 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, value, valueMap, valueMap, values, where, where, where, withPath, withSack, withSack, withSideEffectpublic static final AnonymousGraphTraversal.Tokens __
public static AnonymousGraphTraversal.Tokens[] values()
for (AnonymousGraphTraversal.Tokens c : AnonymousGraphTraversal.Tokens.values()) System.out.println(c);
public static AnonymousGraphTraversal.Tokens valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic <S> GraphTraversal<S,S> start()
start in interface AnonymousGraphTraversalCopyright © 2013-2015 TinkerPop. All Rights Reserved.