Class UniversityAgent.WalkPlan

  • Enclosing class:
    UniversityAgent

    protected class UniversityAgent.WalkPlan
    extends java.lang.Object
    The walk plan for the come to university goal. Walk only if its not raining and not as first choice
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected WalkPlan()  
    • Method Summary

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

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

      • WalkPlan

        protected WalkPlan()
    • Method Detail

      • checkWeather

        protected boolean checkWeather()
      • walk

        protected void walk()