Class JokeAgent.RandomSelectPlan

  • Enclosing class:
    JokeAgent

    public class JokeAgent.RandomSelectPlan
    extends java.lang.Object
    Plan to achieve a mood transfer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Random r  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()  
      boolean checkJokeAvailable()  
      • Methods inherited from class java.lang.Object

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

      • r

        protected java.util.Random r
    • Constructor Detail

      • RandomSelectPlan

        public RandomSelectPlan()
    • Method Detail

      • body

        public void body()
      • checkJokeAvailable

        public boolean checkJokeAvailable()