Class GraphSONTokens
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONTokens
 
- 
 public final class GraphSONTokens extends Object - Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field Summary
 
- 
- 
- 
Field Detail- 
CLASSpublic static final String CLASS - See Also:
- Constant Field Values
 
 - 
VALUETYPEpublic static final String VALUETYPE - See Also:
- Constant Field Values
 
 - 
VALUEPROPpublic static final String VALUEPROP - See Also:
- Constant Field Values
 
 - 
IDpublic static final String ID - See Also:
- Constant Field Values
 
 - 
TYPEpublic static final String TYPE - See Also:
- Constant Field Values
 
 - 
VALUEpublic static final String VALUE - See Also:
- Constant Field Values
 
 - 
PROPERTIESpublic static final String PROPERTIES - See Also:
- Constant Field Values
 
 - 
KEYpublic static final String KEY - See Also:
- Constant Field Values
 
 - 
EDGEpublic static final String EDGE - See Also:
- Constant Field Values
 
 - 
EDGESpublic static final String EDGES - See Also:
- Constant Field Values
 
 - 
ELEMENTpublic static final String ELEMENT - See Also:
- Constant Field Values
 
 - 
VERTEXpublic static final String VERTEX - See Also:
- Constant Field Values
 
 - 
VERTEX_PROPERTYpublic static final String VERTEX_PROPERTY - See Also:
- Constant Field Values
 
 - 
VERTICESpublic static final String VERTICES - See Also:
- Constant Field Values
 
 - 
INpublic static final String IN - See Also:
- Constant Field Values
 
 - 
OUTpublic static final String OUT - See Also:
- Constant Field Values
 
 - 
IN_Epublic static final String IN_E - See Also:
- Constant Field Values
 
 - 
OUT_Epublic static final String OUT_E - See Also:
- Constant Field Values
 
 - 
LABELpublic static final String LABEL - See Also:
- Constant Field Values
 
 - 
LABELSpublic static final String LABELS - See Also:
- Constant Field Values
 
 - 
OBJECTSpublic static final String OBJECTS - See Also:
- Constant Field Values
 
 - 
IN_LABELpublic static final String IN_LABEL - See Also:
- Constant Field Values
 
 - 
OUT_LABELpublic static final String OUT_LABEL - See Also:
- Constant Field Values
 
 - 
GREMLIN_TYPE_NAMESPACEpublic static final String GREMLIN_TYPE_NAMESPACE - See Also:
- Constant Field Values
 
 - 
GREMLINX_TYPE_NAMESPACEpublic static final String GREMLINX_TYPE_NAMESPACE - See Also:
- Constant Field Values
 
 - 
ORIGINALpublic static final String ORIGINAL - See Also:
- Constant Field Values
 
 - 
FINALpublic static final String FINAL - See Also:
- Constant Field Values
 
 - 
INTERMEDIATEpublic static final String INTERMEDIATE - See Also:
- Constant Field Values
 
 - 
CATEGORYpublic static final String CATEGORY - See Also:
- Constant Field Values
 
 - 
TRAVERSALpublic static final String TRAVERSAL - See Also:
- Constant Field Values
 
 - 
STRATEGYpublic static final String STRATEGY - See Also:
- Constant Field Values
 
 - 
METRICSpublic static final String METRICS - See Also:
- Constant Field Values
 
 - 
DURATIONpublic static final String DURATION - See Also:
- Constant Field Values
 
 - 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 - 
COUNTSpublic static final String COUNTS - See Also:
- Constant Field Values
 
 - 
ANNOTATIONSpublic static final String ANNOTATIONS - See Also:
- Constant Field Values
 
 - 
BULKpublic static final String BULK - See Also:
- Constant Field Values
 
 - 
SCRIPTpublic static final String SCRIPT - See Also:
- Constant Field Values
 
 - 
LANGUAGEpublic static final String LANGUAGE - See Also:
- Constant Field Values
 
 - 
ARGUMENTSpublic static final String ARGUMENTS - See Also:
- Constant Field Values
 
 - 
PREDICATEpublic static final String PREDICATE - See Also:
- Constant Field Values
 
 - 
ANDpublic static final String AND - See Also:
- Constant Field Values
 
 - 
NOTpublic static final String NOT - See Also:
- Constant Field Values
 
 - 
ORpublic static final String OR - See Also:
- Constant Field Values
 
 - 
SOURCEpublic static final String SOURCE - See Also:
- Constant Field Values
 
 - 
STEPpublic static final String STEP - See Also:
- Constant Field Values
 
 
- 
 
-