Class SugarGremlinPlugin
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.SugarGremlinPlugin
 
 
- 
- All Implemented Interfaces:
- GremlinPlugin
 
 public class SugarGremlinPlugin extends AbstractGremlinPlugin A plugin implementation which allows for the usage of Gremlin Groovy's syntactic sugar.- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPluginappliesTo, customizers, moduleName
 
- 
 - 
Constructor SummaryConstructors Constructor Description SugarGremlinPlugin()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugingetCustomizers, getName
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugingetCustomizers, requireRestart
 
- 
 
-