Interaction Protocols
- JADE implements FIPA IPs by defining classes that extend Behavior.
- For each IP there are two classes, one for the
Initiator role and one for the Responder
role.
- They are all in the
jade.proto
package.
- All Initiator behaviors terminate and are removed when they
reach their final state.
- All Responder behaviors are cyclic. They are rescheduled as
soon as they reach a final state. This means that if you want N
concurrent conversations you will need to add N instances of the
behavior.
José M. Vidal
.
13 of 21