-
Notifications
You must be signed in to change notification settings - Fork 24
Class diagram
Elliot Ford edited this page May 12, 2015
·
4 revisions
JALSE is spilt up into 4 major components attributes, entities, actions and tags and all of these components can be use individually.
When JALSE is used in its entirety it creates a tree-like data structure where the JALSE instance (see What is a JALSE instance?) is the root and entities make up the branches and leaves. This is why both Entity and JALSE are EntityContainers - they both hold entities!


See API doc
Check out the Example projects and Code snippets!
Getting Started
- Getting the latest release
- Building from source
- Example projects
- Code snippets
- How to contribute
- Have bugs or questions?
How To Use
- JALSE
- Entities
- Attributes
- Actions
- Tags
Misc