Skip to content
Elliot Ford edited this page Apr 12, 2015 · 22 revisions

How to use this wiki

JALSE is spilt up into 4 major components attributes, entities, actions and tags and each of these components can be individually - this is reflected in this wiki. The TOC (right) will break up each of these 4 main sections into smaller chunks (mostly made up of code snippets).

What are Attributes, Entities, Actions and Tags?

Tree root

A JALSE instance is the root of the tree - this can be used to create the top level entities, process the entire tree and control the ActionEngine (see What is a JALSE? for more information).

Changing what's under the hood

By default JALSE works out of the box (providing many default implementations) - this coupled by the separation of the above 4 main sections means these components can often be swapped out in singularity (see Extending or customising JALSE for more information).

The future

See Future changes!

Clone this wiki locally