Class SugarLoader.GraphTraversalSourceCategory
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.groovy.loaders.SugarLoader.GraphTraversalSourceCategory
-
- All Implemented Interfaces:
groovy.lang.GroovyObject
- Enclosing class:
- SugarLoader
public static class SugarLoader.GraphTraversalSourceCategory extends Object implements groovy.lang.GroovyObject
-
-
Constructor Summary
Constructors Constructor Description GraphTraversalSourceCategory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object
get(GraphTraversalSource graphTraversalSource, String key)
groovy.lang.MetaClass
getMetaClass()
void
setMetaClass(groovy.lang.MetaClass mc)
String
toString()
-
-
-
Method Detail
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
get
public static final Object get(GraphTraversalSource graphTraversalSource, String key)
-
-