Interface GremlinScriptEngine
- 
- All Superinterfaces:
- ScriptEngine
 - All Known Implementing Classes:
- GremlinLangScriptEngine
 
 public interface GremlinScriptEngine extends ScriptEngine AGremlinScriptEngineis an extension of the standardScriptEngineand provides some specific methods that are important to the TinkerPop environment.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringHIDDEN_G- 
Fields inherited from interface javax.script.ScriptEngineARGV, ENGINE, ENGINE_VERSION, FILENAME, LANGUAGE, LANGUAGE_VERSION, NAME
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description GremlinScriptEngineFactorygetFactory()- 
Methods inherited from interface javax.script.ScriptEnginecreateBindings, eval, eval, eval, eval, eval, eval, get, getBindings, getContext, put, setBindings, setContext
 
- 
 
- 
- 
- 
Field Detail- 
HIDDEN_Gstatic final String HIDDEN_G - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getFactoryGremlinScriptEngineFactory getFactory() - Specified by:
- getFactoryin interface- ScriptEngine
 
 
- 
 
-