Uses of Class
evolution.constructions.Construction

Packages that use Construction
evolution.actions 
evolution.constructions 
evolution.lands 

Uses of Construction in evolution.actions
 

Methods in evolution.actions that return Construction
protected ConstructionConstructing.getConstruction()
          Return the construction of this constructing-action.
 

Methods in evolution.actions with parameters of type Construction
protected voidConstructing.setConstruction(Construction construction)
          Set the construction of this constructing-action.
 

Uses of Construction in evolution.constructions
 

Subclasses of Construction in evolution.constructions
class CoalMine
          Class of coal mines.
class SimpleConstruction
          A meta-instance of a Construction.
 

Methods in evolution.constructions with parameters of type Construction
doubleConstructionKnowledgeCatalog.getPriority(Construction construction)
          Get the priority of this construction.
 

Uses of Construction in evolution.lands
 

Methods in evolution.lands that return Construction
ConstructionSquareOfLand.getConstruction()
          Return the construction on this square of land.
 

Methods in evolution.lands with parameters of type Construction
voidSquareOfLand._place(Construction construction)
          Place a construction on this square, without triggering an event.
voidSquareOfLand.place(Construction construction)
          Place a construction on this square, and trigger a SquareChangedEvt.
protected voidSquareOfLand.setConstruction(Construction construction)
          Set the given construction on this square of land.
 


a gvijf production