I'm a beginner in the development of multi agent systems in JADE, I've been reading some tutorials about it, but I still have a doubt, every tutorial show how to register o how to search a service in the DF, for what I know a service should be a action right? If the agent offers a set of services there should be a way that when other agents request one of the service I execute some code for the requested service. I have a list of methods that are related to a service, but, in JADE:
- how I program the action of a service?
- how I call the methods related to the service?
Thanks!