Package ptolemy.actor.lib.jjs
Actors that use the Nashorn JavaScript engine. Nashorn is present only in Java 1.8 and later.
- Since:
- Ptolemy II 10.1
-
Interface Summary Interface Description AccessorOrchestrator Interface for classes that can orchestrate the execution of accessors. -
Class Summary Class Description HelperBase A base class for helper classes.JavaScript An actor whose functionality is given in JavaScript using the accessor interface defined at https://accessors.org.JSUtils A collection of utilities for common procedures in the interaction between Java and JavaScript code through Nashorn.NashornAccessorHostApplication Instantiate and Invoke Accessors using Nashorn.NashornAccessorHostApplication.ActorSubstitute Class that substitute for the JavaScript actor so that setTimeout, setInterval, and CapeCode modules work in a pure Nashorn host.RestrictedJavaScriptInterface Restricted interface to theJavaScript
actor.VertxHelperBase A base class for helper classes that use an embedded Vert.x core. -
Enum Summary Enum Description HelperBase.DATA_TYPE Support data types for reading and writing to buffers.