DOCUMENTATION TUTORIALS DOWNLOAD NEWS CONTRIBUTE

Developing architecture

In addition to existing control architectures, developers can add new ones.

Defining a new control architecture needs to create new statements of type behavior and included in species statements and to define how to manage their execution.

Implementation

A control architecture is a Java class, that:

The AbstractArchitecture extends the ISkill and IStatement interfaces and add the 2 following methods:

The three main methods to implement are thus: