The Chazm model is an extension of the Organization Model for Adaptive Complex Systems (OMACS) to include new concepts for modelling humans. Chazm can model the mechanics of performance moderator functions (PMFs).
The Chazm project is broken up into 3 sub-projects.
- API project : provides the interfaces of Chazm
- Model project : an implementation of Chazm
- UI project : a visualization of Chazm
- Dependencies : Java 8 is required to build the project
- How to run tests
: in the root directory of the project, executing the Gradle Wrapper with the argument
testwill run all the tests (e.g.,gradlew test)