| Interface | Description |
|---|---|
| JALSE |
JALSE is the overall parent container and engine for each simulation.
|
| Class | Description |
|---|---|
| DefaultJALSE |
A
JALSE implementation that using default implementations.DefaultJALSE uses DefaultEntityFactory (with no Entity limit) and
ForkJoinActionEngine.commonPoolEngine() by default if no EntityFactory or
ActionEngine are provided. |
| DefaultJALSE.Builder |
A
DefaultJALSE instance builder that uses the defined ActionEngine
implementation with DefaultEntityFactory.By default this builder uses the common pool ( ForkJoinActionEngine.commonPoolEngine()
), has a random ID and has no entity limit. |
EntityContainer and ActionEngine (a
JALSE instance).DefaultJALSE