Class RandomLotteryAgentGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name
      The name of the agents generator by this generator.
    • Method Summary

      Modifier and Type Method Description
      AbstractLotteryAgent generate​(LotteryGameSystem mas, SimulationParameters params)
      Generates a new agent for the given multi-agent system.
      void setSeed​(long seed)
      Set the seed for the generation.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private java.lang.String name
        The name of the agents generator by this generator.
    • Constructor Detail

      • RandomLotteryAgentGenerator

        public RandomLotteryAgentGenerator​(java.lang.String name)