Uses of Class
net.sf.freecol.common.Specification

Packages that use Specification
net.sf.freecol The main package of FreeCol. 
net.sf.freecol.client.gui.action Contains the Actions used by the GUI in menus and other places. 
net.sf.freecol.common Contains classes in use by both the server and the client. 
net.sf.freecol.common.model Contains the game model. 
 

Uses of Specification in net.sf.freecol
 

Methods in net.sf.freecol that return Specification
static Specification FreeCol.getSpecification()
          Returns the specification object for Freecol.
 

Uses of Specification in net.sf.freecol.client.gui.action
 

Methods in net.sf.freecol.client.gui.action with parameters of type Specification
 void ImprovementActionType.readFromXML(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 

Uses of Specification in net.sf.freecol.common
 

Methods in net.sf.freecol.common that return Specification
static Specification Specification.getSpecification()
           
 

Uses of Specification in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model with parameters of type Specification
 void UnitType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void TileType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void TileImprovementType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void ResourceType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void Nation.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void Modifier.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void IndianNationType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void GoodsType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void FoundingFather.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void EuropeanNationType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void EquipmentType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void BuildingType.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void Ability.readAttributes(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void UnitTypeChange.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void UnitType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void TileType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void TileImprovementType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void IndianNationType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void GoodsType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void FreeColGameObjectType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void FoundingFather.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void EuropeanNationType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void EquipmentType.readChildren(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void FreeColGameObjectType.readFromXML(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 void DifficultyLevel.readFromXML(javax.xml.stream.XMLStreamReader in, Specification specification)
           
 

Constructors in net.sf.freecol.common.model with parameters of type Specification
Ability(javax.xml.stream.XMLStreamReader in, Specification specification)
          Creates a new Ability instance.
Modifier(javax.xml.stream.XMLStreamReader in, Specification specification)
          Creates a new Modifier instance.
UnitTypeChange(javax.xml.stream.XMLStreamReader in, Specification specification)