All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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