Interface GremlinScriptEngine
- All Superinterfaces:
ScriptEngine
- All Known Implementing Classes:
GremlinLangScriptEngine
A
GremlinScriptEngine is an extension of the standard ScriptEngine and provides some specific
methods that are important to the TinkerPop environment.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Field Summary
FieldsFields inherited from interface javax.script.ScriptEngine
ARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME -
Method Summary
Methods inherited from interface javax.script.ScriptEngine
createBindings, eval, eval, eval, eval, eval, eval, get, getBindings, getContext, put, setBindings, setContext
-
Field Details
-
HIDDEN_G
- See Also:
-
-
Method Details
-
getFactory
GremlinScriptEngineFactory getFactory()- Specified by:
getFactoryin interfaceScriptEngine
-