I am very new to Jade Agent concept. I have been searching around the internet about this question but there is very less material available on this topic. So I decided to ask a question here.
In java when we run any class by entering java classname in terminal, JVM by default calls that class' main() method. Same way the setup() method is called when we run the Agent class (Pardon me if I'm wrong). But the thing I am unable to understand is how does the setup() method is called and what calls it or how does the execution of an Agent is started.
Any insight regarding this question is highly appreciated.
Thanks.