Class SugarLoader.VertexCategory
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.groovy.loaders.SugarLoader.VertexCategory
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
- SugarLoader
public static class SugarLoader.VertexCategory extends Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description VertexCategory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object
get(Vertex vertex, String key)
groovy.lang.MetaClass
getMetaClass()
static Object
putAt(Vertex vertex, String key, Object value)
static Object
set(Vertex vertex, String key, Object value)
void
setMetaClass(groovy.lang.MetaClass mc)
String
toString()
-