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 -
Method Summary
Modifier and TypeMethodDescriptionstatic final Objectget(GraphTraversalSource graphTraversalSource, String key) groovy.lang.MetaClassvoidsetMetaClass(groovy.lang.MetaClass mc) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
GraphTraversalSourceCategory
public GraphTraversalSourceCategory()
-
-
Method Details