Contains the game model.
The superclass of all model objects is {@link net.sf.freecol.common.model.FreeColGameObject FreeColGameObject}.
The main component of the game model and the owner of the other game objects is
{@link net.sf.freecol.common.model.Game Game}. Every FreeColGamObject
have a reference to the
Game
it belongs to.