JADE TUTORIAL - Java Agent Development Framework
7 3 CREATING JADE AGENTS – THE AGENT CLASS Creating a JADE agent is as simple as defining a class extending the jade.core.Agent class and implementing the setup() method as shown in the code below. import jade.core.Agent; public class ......