Uses of Class
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
-
Packages that use AbstractGremlinScriptEngineFactory Package Description org.apache.tinkerpop.gremlin.groovy.jsr223 org.apache.tinkerpop.gremlin.jsr223 -
-
Uses of AbstractGremlinScriptEngineFactory in org.apache.tinkerpop.gremlin.groovy.jsr223
Subclasses of AbstractGremlinScriptEngineFactory in org.apache.tinkerpop.gremlin.groovy.jsr223 Modifier and Type Class Description class
GremlinGroovyScriptEngineFactory
AGremlinScriptEngineFactory
implementation that createsGremlinGroovyScriptEngine
instances. -
Uses of AbstractGremlinScriptEngineFactory in org.apache.tinkerpop.gremlin.jsr223
Subclasses of AbstractGremlinScriptEngineFactory in org.apache.tinkerpop.gremlin.jsr223 Modifier and Type Class Description class
GremlinLangScriptEngineFactory
AGremlinScriptEngineFactory
implementation that createsGremlinLangScriptEngine
instances.class
MockGremlinScriptEngineFactory
This is a "do nothing" implementation of theGremlinScriptEngineFactory
which can be used to help test plugin implementations which don't have reference to aGremlinScriptEngine
as a dependency.
-