![JAR search and dependency download from the Maven repository](/logo.png)
jadex.micro.philosophers.agents.IPhilosopherService Maven / Gradle / Ivy
The newest version!
package jadex.micro.philosophers.agents;
import jadex.future.IFuture;
import jadex.micro.philosophers.PhilosopherState;
import jadex.providedservice.annotation.Service;
@Service
public interface IPhilosopherService
{
public IFuture getNo();
public IFuture getState();
public void notifyPhilosopher(long time);
public IFuture getEatCnt();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy