-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
23 lines (12 loc) · 1.02 KB
/
README
File metadata and controls
23 lines (12 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This software distribution consists of:
- The Agent JPF (AJPF) extention of the Java Pathfinder model checker for model checking BDI style agent programs.
- The Agent Infrastructure Layer (AIL) toolkit for prototyping interpreters for BDI-style agent programming langauges.
- The Gwendolen BDI agent programming language.
- The EASS (Engineering Autonomous Space Software) variant of the Gwendolen Language
src/classes and src/main contains the core classes for each of these libraries
- when Java Pathfinder is being used the classes in src/classes run in the JPF virtual machine while those in src/main run in the native virtual machine
src/examples contains a number of example programs
src/peers contains alternative implementations for some methods and classes for use during model checking to increase efficiency by doing some
processing natively. This code is not used in normal operation.
src/tests contains regression tests.
Documentation including installation instructions can be found in the doc folder