Skip to content

What is a JALSE instance?

Elliot Ford edited this page Feb 10, 2017 · 2 revisions

Overview

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. JALSE must be provided an EntityFactory and ActionEngine that it flows down the tree.

JALSE is an EntityContainer so can be the direct parent of an Entity.

What is DefaultJALSE?

JALSE is designed to work out of the box but be customisable enough to suit different use-cases. DefaultJALSE.Builder can be used to configure (or replace) the default implementations and build a JALSE instance. This allows the default implementations to be used easily and support a range of different situations (see Building a JALSE instance).

Additional information

For more information about creating and using custom JALSE implementations see Extending or customising JALSE.

Clone this wiki locally