smia.behaviours.acl_handling_behaviour module

class smia.behaviours.acl_handling_behaviour.ACLHandlingBehaviour(agent_object)[source]

Bases: CyclicBehaviour

This class implements the behaviour that handles all the ACL messages that the SMIA will receive from the others standardized SMIAs in the I4.0 System.

async on_start()[source]

This method implements the initialization process of this behaviour.

async run()[source]

This method implements the logic of the behaviour.