behaviours.AASFSMBehaviour module

class behaviours.AASFSMBehaviour.AASFSMBehaviour[source]

Bases: FSMBehaviour

This class is an extension of the own FMSBehaviour of SPADE, which allows to print the start and the finish of the Finite State Machine.

async on_end()[source]

This method prints that the FSM has stopped and execute the agent-related stopping method.

async on_start()[source]

This method prints that the FSM has started.