![JAR search and dependency download from the Maven repository](/logo.png)
jadex.micro.tutorial.a7.PingAgent Maven / Gradle / Ivy
The newest version!
package jadex.micro.tutorial.a7;
import jadex.future.IFuture;
import jadex.micro.annotation.Agent;
import jadex.providedservice.annotation.Service;
@Agent
@Service
public class PingAgent implements IPingService
{
@Override
public IFuture ping()
{
return IFuture.DONE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy