i am working with JADE in Eclipse. i tried to capture the action method for each executed behaviour using an aspect. it works so well, i even got the instance of the executed behaviour. however this instance doesn't allow me to get the Agent which added this behaviour. because in http://jade.tilab.com/doc/api/jade/core/behaviours/Behaviour.html Behaviour allows us to know which Agent added this behaviour. the following pic shows my error
thanks.