Sebastian Beer
2013-10-29 13:25:13 UTC
Hi there,
I am wondering if it is possible to unblock behaviours out of other
behaviours. More precisely, I consider a scenario where agents are both
CNET initiators and responders at the same time. Now, let's assume there
are three agents A, B, and C, and A is sending a CFP to B and B is sending
a CFP to C. What I now want to realize is that B waits with his response to
A after his negotiation with C has finished. My first guess would be to
block B's responder behaviour within the handleCfp() method and make sure
it is blocked until B's initiator behaviour unblocks it - but I'm not sure
how to realize an unblock out of another behaviour.
Best regards,
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131029/72b623d4/attachment.html>
I am wondering if it is possible to unblock behaviours out of other
behaviours. More precisely, I consider a scenario where agents are both
CNET initiators and responders at the same time. Now, let's assume there
are three agents A, B, and C, and A is sending a CFP to B and B is sending
a CFP to C. What I now want to realize is that B waits with his response to
A after his negotiation with C has finished. My first guess would be to
block B's responder behaviour within the handleCfp() method and make sure
it is blocked until B's initiator behaviour unblocks it - but I'm not sure
how to realize an unblock out of another behaviour.
Best regards,
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131029/72b623d4/attachment.html>