Class GraphTraversal.Symbols
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols
 
- 
- Enclosing interface:
- GraphTraversal<S,E>
 
 public static final class GraphTraversal.Symbols extends Object 
- 
- 
Field Summary
 
- 
- 
- 
Field Detail- 
mappublic static final String map - See Also:
- Constant Field Values
 
 - 
flatMappublic static final String flatMap - See Also:
- Constant Field Values
 
 - 
idpublic static final String id - See Also:
- Constant Field Values
 
 - 
labelpublic static final String label - See Also:
- Constant Field Values
 
 - 
identitypublic static final String identity - See Also:
- Constant Field Values
 
 - 
constantpublic static final String constant - See Also:
- Constant Field Values
 
 - 
Vpublic static final String V - See Also:
- Constant Field Values
 
 - 
Epublic static final String E - See Also:
- Constant Field Values
 
 - 
topublic static final String to - See Also:
- Constant Field Values
 
 - 
outpublic static final String out - See Also:
- Constant Field Values
 
 - 
inpublic static final String in - See Also:
- Constant Field Values
 
 - 
bothpublic static final String both - See Also:
- Constant Field Values
 
 - 
toEpublic static final String toE - See Also:
- Constant Field Values
 
 - 
outEpublic static final String outE - See Also:
- Constant Field Values
 
 - 
inEpublic static final String inE - See Also:
- Constant Field Values
 
 - 
bothEpublic static final String bothE - See Also:
- Constant Field Values
 
 - 
toVpublic static final String toV - See Also:
- Constant Field Values
 
 - 
outVpublic static final String outV - See Also:
- Constant Field Values
 
 - 
inVpublic static final String inV - See Also:
- Constant Field Values
 
 - 
bothVpublic static final String bothV - See Also:
- Constant Field Values
 
 - 
otherVpublic static final String otherV - See Also:
- Constant Field Values
 
 - 
orderpublic static final String order - See Also:
- Constant Field Values
 
 - 
propertiespublic static final String properties - See Also:
- Constant Field Values
 
 - 
valuespublic static final String values - See Also:
- Constant Field Values
 
 - 
propertyMappublic static final String propertyMap - See Also:
- Constant Field Values
 
 - 
valueMappublic static final String valueMap - See Also:
- Constant Field Values
 
 - 
elementMappublic static final String elementMap - See Also:
- Constant Field Values
 
 - 
selectpublic static final String select - See Also:
- Constant Field Values
 
 - 
keypublic static final String key - See Also:
- Constant Field Values
 
 - 
valuepublic static final String value - See Also:
- Constant Field Values
 
 - 
pathpublic static final String path - See Also:
- Constant Field Values
 
 - 
matchpublic static final String match - See Also:
- Constant Field Values
 
 - 
mathpublic static final String math - See Also:
- Constant Field Values
 
 - 
sackpublic static final String sack - See Also:
- Constant Field Values
 
 - 
loopspublic static final String loops - See Also:
- Constant Field Values
 
 - 
projectpublic static final String project - See Also:
- Constant Field Values
 
 - 
unfoldpublic static final String unfold - See Also:
- Constant Field Values
 
 - 
foldpublic static final String fold - See Also:
- Constant Field Values
 
 - 
countpublic static final String count - See Also:
- Constant Field Values
 
 - 
sumpublic static final String sum - See Also:
- Constant Field Values
 
 - 
maxpublic static final String max - See Also:
- Constant Field Values
 
 - 
minpublic static final String min - See Also:
- Constant Field Values
 
 - 
meanpublic static final String mean - See Also:
- Constant Field Values
 
 - 
grouppublic static final String group - See Also:
- Constant Field Values
 
 - 
groupCountpublic static final String groupCount - See Also:
- Constant Field Values
 
 - 
treepublic static final String tree - See Also:
- Constant Field Values
 
 - 
addVpublic static final String addV - See Also:
- Constant Field Values
 
 - 
addEpublic static final String addE - See Also:
- Constant Field Values
 
 - 
mergeVpublic static final String mergeV - See Also:
- Constant Field Values
 
 - 
mergeEpublic static final String mergeE - See Also:
- Constant Field Values
 
 - 
frompublic static final String from - See Also:
- Constant Field Values
 
 - 
filterpublic static final String filter - See Also:
- Constant Field Values
 
 - 
orpublic static final String or - See Also:
- Constant Field Values
 
 - 
andpublic static final String and - See Also:
- Constant Field Values
 
 - 
injectpublic static final String inject - See Also:
- Constant Field Values
 
 - 
deduppublic static final String dedup - See Also:
- Constant Field Values
 
 - 
wherepublic static final String where - See Also:
- Constant Field Values
 
 - 
haspublic static final String has - See Also:
- Constant Field Values
 
 - 
hasNotpublic static final String hasNot - See Also:
- Constant Field Values
 
 - 
hasLabelpublic static final String hasLabel - See Also:
- Constant Field Values
 
 - 
hasIdpublic static final String hasId - See Also:
- Constant Field Values
 
 - 
hasKeypublic static final String hasKey - See Also:
- Constant Field Values
 
 - 
hasValuepublic static final String hasValue - See Also:
- Constant Field Values
 
 - 
ispublic static final String is - See Also:
- Constant Field Values
 
 - 
conjoinpublic static final String conjoin - See Also:
- Constant Field Values
 
 - 
notpublic static final String not - See Also:
- Constant Field Values
 
 - 
rangepublic static final String range - See Also:
- Constant Field Values
 
 - 
limitpublic static final String limit - See Also:
- Constant Field Values
 
 - 
skippublic static final String skip - See Also:
- Constant Field Values
 
 - 
tailpublic static final String tail - See Also:
- Constant Field Values
 
 - 
coinpublic static final String coin - See Also:
- Constant Field Values
 
 - 
iopublic static final String io - See Also:
- Constant Field Values
 
 - 
readpublic static final String read - See Also:
- Constant Field Values
 
 - 
writepublic static final String write - See Also:
- Constant Field Values
 
 - 
callpublic static final String call - See Also:
- Constant Field Values
 
 - 
elementpublic static final String element - See Also:
- Constant Field Values
 
 - 
concatpublic static final String concat - See Also:
- Constant Field Values
 
 - 
asStringpublic static final String asString - See Also:
- Constant Field Values
 
 - 
toUpperpublic static final String toUpper - See Also:
- Constant Field Values
 
 - 
toLowerpublic static final String toLower - See Also:
- Constant Field Values
 
 - 
lengthpublic static final String length - See Also:
- Constant Field Values
 
 - 
trimpublic static final String trim - See Also:
- Constant Field Values
 
 - 
lTrimpublic static final String lTrim - See Also:
- Constant Field Values
 
 - 
rTrimpublic static final String rTrim - See Also:
- Constant Field Values
 
 - 
reversepublic static final String reverse - See Also:
- Constant Field Values
 
 - 
replacepublic static final String replace - See Also:
- Constant Field Values
 
 - 
substringpublic static final String substring - See Also:
- Constant Field Values
 
 - 
splitpublic static final String split - See Also:
- Constant Field Values
 
 - 
formatpublic static final String format - See Also:
- Constant Field Values
 
 - 
asDatepublic static final String asDate - See Also:
- Constant Field Values
 
 - 
dateAddpublic static final String dateAdd - See Also:
- Constant Field Values
 
 - 
dateDiffpublic static final String dateDiff - See Also:
- Constant Field Values
 
 - 
allpublic static final String all - See Also:
- Constant Field Values
 
 - 
anypublic static final String any - See Also:
- Constant Field Values
 
 - 
mergepublic static final String merge - See Also:
- Constant Field Values
 
 - 
productpublic static final String product - See Also:
- Constant Field Values
 
 - 
combinepublic static final String combine - See Also:
- Constant Field Values
 
 - 
differencepublic static final String difference - See Also:
- Constant Field Values
 
 - 
disjunctpublic static final String disjunct - See Also:
- Constant Field Values
 
 - 
intersectpublic static final String intersect - See Also:
- Constant Field Values
 
 - 
timeLimitpublic static final String timeLimit - See Also:
- Constant Field Values
 
 - 
simplePathpublic static final String simplePath - See Also:
- Constant Field Values
 
 - 
cyclicPathpublic static final String cyclicPath - See Also:
- Constant Field Values
 
 - 
samplepublic static final String sample - See Also:
- Constant Field Values
 
 - 
droppublic static final String drop - See Also:
- Constant Field Values
 
 - 
sideEffectpublic static final String sideEffect - See Also:
- Constant Field Values
 
 - 
cappublic static final String cap - See Also:
- Constant Field Values
 
 - 
propertypublic static final String property - See Also:
- Constant Field Values
 
 - 
store@Deprecated public static final String store Deprecated.As of release 3.4.3, replaced byGraphTraversal.aggregate(java.lang.String)with aScope.local.- See Also:
- Constant Field Values
 
 - 
aggregatepublic static final String aggregate - See Also:
- Constant Field Values
 
 - 
failpublic static final String fail - See Also:
- Constant Field Values
 
 - 
subgraphpublic static final String subgraph - See Also:
- Constant Field Values
 
 - 
barrierpublic static final String barrier - See Also:
- Constant Field Values
 
 - 
indexpublic static final String index - See Also:
- Constant Field Values
 
 - 
localpublic static final String local - See Also:
- Constant Field Values
 
 - 
emitpublic static final String emit - See Also:
- Constant Field Values
 
 - 
repeatpublic static final String repeat - See Also:
- Constant Field Values
 
 - 
untilpublic static final String until - See Also:
- Constant Field Values
 
 - 
branchpublic static final String branch - See Also:
- Constant Field Values
 
 - 
unionpublic static final String union - See Also:
- Constant Field Values
 
 - 
coalescepublic static final String coalesce - See Also:
- Constant Field Values
 
 - 
choosepublic static final String choose - See Also:
- Constant Field Values
 
 - 
optionalpublic static final String optional - See Also:
- Constant Field Values
 
 - 
pageRankpublic static final String pageRank - See Also:
- Constant Field Values
 
 - 
peerPressurepublic static final String peerPressure - See Also:
- Constant Field Values
 
 - 
connectedComponentpublic static final String connectedComponent - See Also:
- Constant Field Values
 
 - 
shortestPathpublic static final String shortestPath - See Also:
- Constant Field Values
 
 - 
programpublic static final String program - See Also:
- Constant Field Values
 
 - 
bypublic static final String by - See Also:
- Constant Field Values
 
 - 
withpublic static final String with - See Also:
- Constant Field Values
 
 - 
timespublic static final String times - See Also:
- Constant Field Values
 
 - 
aspublic static final String as - See Also:
- Constant Field Values
 
 - 
optionpublic static final String option - See Also:
- Constant Field Values
 
 
- 
 
-