Package jadex.micro.philosophers.agents
Interface IPhilosopherService
- All Known Implementing Classes:
PhilosophAgent
public interface IPhilosopherService
-
Method Summary
Modifier and TypeMethodDescriptionjadex.future.IFuture
<Integer> jadex.future.IFuture
<Integer> getNo()
jadex.future.IFuture
<PhilosopherState> getState()
void
notifyPhilosopher
(long time)
-
Method Details
-
getNo
jadex.future.IFuture<Integer> getNo() -
getState
jadex.future.IFuture<PhilosopherState> getState() -
notifyPhilosopher
void notifyPhilosopher(long time) -
getEatCnt
jadex.future.IFuture<Integer> getEatCnt()
-