Interface IPhilosopherService

All Known Implementing Classes:
PhilosophAgent

public interface IPhilosopherService
  • 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()