| Interface | Description |
|---|---|
| JSScriptEngine |
Abstraction layer between TopBraid and the (Nashorn) JavaScript API.
|
| Class | Description |
|---|---|
| JSGraph | |
| JSScriptEngineFactory |
A singleton that should be used to produce new JSScriptEngines.
|
| NashornScriptEngine |
Default implementation of JSScriptEngine, based on Nashorn.
|
| NashornUtil |
Utility methods to work with Nashorn objects using reflection - in cases where
accessing the Nashorn JDK is not possible due to classloader restrictions.
|
| SHACLScriptEngineManager |
A singleton that uses a ThreadLocal to manage the life cycle of a JSScriptEngine
that can be shared for all JavaScript evaluated as part of a SHACL validation.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.