il.ac.bgu.cs.bp.bpjs.execution.jsproxy.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BPjs Show documentation
Show all versions of BPjs Show documentation
Provides runtime and analysis for behavioral programs written in
JavaScript. It can run stand-alone (from the commmandline) or be
embedded in larger JVM-based systems.
The newest version!
/**
* Classes in this package provide an interface between the JavaScript world
* BPjs code is written in, and the Java world upon which the BPjs world runs.
*
* (Note: In this package, some Java code conventions have to be sacrificed in
* order to make the JavaScript code feel more natural.)
*
* Author: Michael Bar-Sinai
*/
package il.ac.bgu.cs.bp.bpjs.execution.jsproxy;