Folder "api"
The Dogelog Player allows to code libraries in the host
programming language. To implement such libraries, we provide a
native API that exposes core routines. The native API is available
for the JavaScript and the Python platform. This section is
concerned with those API calls that agree on availability on all
target platforms.
- Section "engine": Tasks not only have their own
continuation, trail and choice points, the streams are
ac-cessible via the engine object. More..
- Section "stream": The stream API provides access to
objects representing input/output streams for custom
implementations beyond the standard. More..
- Section "stage": The clauses and predicates of the
user-database are marked with a stage. The stage is used to
provide progressive transactions that can be rolled back. More..
- Section "markup": In the case of a browser environment
the corresponding output and error streams point to DOM
elements. More..
Kommentare