I am teaching myself JADE and was wondering whether there is an easy way to schedule behaviours in such a way that one agent behaviour won't be executed until all other agents have previously finished their behaviour cycles?
For example, assuming I have a set of behaviours (A, B, C) that I add to each agent, however I do not want any of the other behaviours (B,C) to execute until ALL agents have completed behaviour A. Thanks in advance.