Uses of Class
net.sf.freecol.common.model.Scope

Packages that use Scope
net.sf.freecol.common.model Contains the game model. 
 

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

Methods in net.sf.freecol.common.model that return types with arguments of type Scope
 java.util.List<Scope> UnitTypeChange.getScopes()
           
 java.util.List<Scope> Feature.getScopes()
          Get the Scopes value.
 

Method parameters in net.sf.freecol.common.model with type arguments of type Scope
 void Feature.setScopes(java.util.List<Scope> newScopes)
          Set the Scopes value.