Class BuildLandPassage

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • fromCity

        private final ICity fromCity
      • toCity

        private final ICity toCity
    • Constructor Detail

      • BuildLandPassage

        public BuildLandPassage​(int duration,
                                ICity fromCity,
                                ICity toCity)