Class CityWall


  • @Component
    @Scope("prototype")
    public class CityWall
    extends java.lang.Object
    This is a simple model for the city wall. Later on this class will be replaced by a subclass of IBuilding. This class helps in keeping track of the city wall building process.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 05, 2015
    • Constructor Summary

      Constructors 
      Constructor Description
      CityWall()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CityWall

        public CityWall()