Skip to content

Commit

Permalink
Update documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oboissier authored Dec 10, 2023
1 parent a0b82bb commit 8623475
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions _pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This page contains links for JaCaMo documentation. Some of them may be outdated.

## Application Engineering

### 1. Launching (jcm)
### 1. Launching JaCaMo Project

- [JaCaMo installation](http://jacamo-lang.github.io/jacamo/install.html)

- [JaCaMo project: jcm files](https://jacamo-lang.github.io/jacamo/jcm.html)
- [Configuration file for launching JaCaMo project](https://jacamo-lang.github.io/jacamo/jcm.html) (jcm files)

### 2. Debugging

Expand All @@ -27,19 +27,25 @@ This page contains links for JaCaMo documentation. Some of them may be outdated.

- [Goal-Oriented Test-Driven for JaCaMo](https://jacamo-lang.github.io/jacamo/tutorials/tdd/readme.html)

### 4. Interoperability with othe Agent Plaforms

- [JADE in JaCaMo](http://jason-lang.github.io/jason/tutorials/jason-jade/readme.html) : using JADE as a communication infrastructure between agents of a single JaCaMo application or of a JaCaMo application with JADE agents.

## Developing Agent, Environment, Interaction, Organisation

### 1. Agent

#### 1.1. Understanding the Concepts

This documentation will be refactored to comply with the new JaCaMo writing style

- [Discovering and mastering BDI concepts](http://jason-lang.github.io/jason/tutorials/hello-bdi/readme.html)

#### 1.2. Technical documentation

This documentation will be refactored to comply with the new JaCaMo writing style

- [Jason Doc](http://jason-lang.github.io/jason/)
- [Interoperability with JADE](http://jason-lang.github.io/jason/tutorials/jason-jade/readme.html)
- [BDI concepts](http://jason-lang.github.io/jason/tutorials/hello-bdi/readme.html)
- [Jason Agent Programming Language](http://jason-lang.github.io/jason/)
- [JavaDoc API](https://jason-lang.github.io/api/)

### 2. Environment
Expand All @@ -48,11 +54,11 @@ This documentation will be refactored to comply with the new JaCaMo writing styl

#### 2.1. Understanding the Concepts

-- [by Examples](https://cartago.sourceforge.net/?page_id=47)
- [by Examples](https://cartago.sourceforge.net/?page_id=47)

#### 2.2. Technical documentation

- [CArTaGo](http://cartago.sf.net/doc)
- [CArtAgO](https://github.com/CArtAgO-lang/cartago/tree/master/docs)
<!-- - API -->

### 3. Interaction
Expand All @@ -63,12 +69,12 @@ This documentation will be refactored to comply with the new JaCaMo writing styl

#### 4.1. Understanding the Concepts

- [MOISE Tutorial](https://github.com/moise-lang/moise/blob/master/doc/tutorial/tutorial.pdf) (for MOISE 0.7)
- [Tutorial](https://github.com/moise-lang/moise/blob/master/doc/tutorial/tutorial.pdf) (for MOISE 0.7)

#### 4.2. Technical documentation

- [Moise](http://moise.sourceforge.net/doc) & [ORA4MAS](http://moise.sourceforge.net/doc/ora4mas)
- [Organisation Definition Language](http://moise.sourceforge.net/doc) (MOISE)
- [Artifact-based Organisation Management Infrastructure](http://moise.sourceforge.net/doc/ora4mas) (ORA4MAS) -- [brief explanation](https://github.com/moise-lang/moise/tree/master/doc/ora4mas) --
- [Specification (draft 2013)](https://github.com/moise-lang/moise/blob/master/doc/specification/moise-spec.pdf)
- [ORA4MAS](https://moise.sourceforge.net/doc/ora4mas/) or in the [repository](https://github.com/moise-lang/moise/tree/master/doc/ora4mas) a brief explanation
<!-- - API -->

0 comments on commit 8623475

Please sign in to comment.