Uses of Class
org.episteme.social.politics.Country
Packages that use Country
Package
Description
Provides classes for social geography, human settlements, and mapping.
Provides the
org.episteme.social.politics module.Social sciences modeling, including economics, political science, and sociology.
-
Uses of Country in org.episteme.social.geography
Methods in org.episteme.social.geography that return CountryMethods in org.episteme.social.geography with parameters of type CountryModifier and TypeMethodDescriptionvoidAddress.setCountry(Country country) voidCity.setCountry(Country country) Constructors in org.episteme.social.geography with parameters of type Country -
Uses of Country in org.episteme.social.politics
Fields in org.episteme.social.politics declared as CountryModifier and TypeFieldDescriptionstatic final CountryCountry.CHINAstatic final CountryCountry.FRANCEstatic final CountryCountry.GERMANYstatic final CountryCountry.JAPANstatic final CountryCountry.USAMethods in org.episteme.social.politics that return CountryModifier and TypeMethodDescriptionAdministration.getCountry()Returns the country associated with this administration.City.getCountry()Returns the country associated with this city.Election.getCountry()City.getExactCountry()Methods in org.episteme.social.politics that return types with arguments of type CountryModifier and TypeMethodDescriptionFederation.getCountries()Returns an unmodifiable set of member countries.Citizen.getNationalities()Returns an unmodifiable set of nationalities.Methods in org.episteme.social.politics with parameters of type CountryModifier and TypeMethodDescriptionvoidFederation.addCountry(Country country) Adds a country to the federation.voidCitizen.addNationality(Country country) Adds a nationality to the citizen.voidFederation.removeCountry(Country country) Removes a country from the federation.voidCitizen.removeNationality(Country country) Removes a nationality from the citizen.protected voidCity.setCountry(Country country) Internal update of country affiliation.Constructors in org.episteme.social.politics with parameters of type CountryModifierConstructorDescriptionAdministration(String name, Identification identification, Country country, BusinessPlace place, Set<Account> accounts) Creates an Administration with explicit identification.Administration(String name, Country country, BusinessPlace place, Set<Account> accounts) Creates an Administration using a default identification strategy.Creates a new City.Legacy constructor.Creates a new Election.Constructor parameters in org.episteme.social.politics with type arguments of type CountryModifierConstructorDescriptionFederation(String name, Set<Country> countries) Initializes a new Federation. -
Uses of Country in org.episteme.social.politics.loaders
Subclasses with type arguments of type Country in org.episteme.social.politics.loadersModifier and TypeClassDescriptionclassProduction loader for the CIA World Factbook XML data.classLoader for UNDP Human Development Index (HDI) data.classReader for World Bank Data.Methods in org.episteme.social.politics.loaders that return CountryMethods in org.episteme.social.politics.loaders that return types with arguments of type CountryModifier and TypeMethodDescriptionFactbookReader.getMiniCatalog()protected MiniCatalog<Country> WorldBankReader.getMiniCatalog()FactbookReader.getResourceType()HumanDevelopmentReader.getResourceType()WorldBankReader.getResourceType()FactbookReader.load(InputStream input) Loads country data from CIA Factbook XML format.WorldBankReader.loadAllFromSource()FactbookReader.loadFromSource(String id) HumanDevelopmentReader.loadFromSource(String id) -
Uses of Country in org.episteme.social.politics.military
Methods in org.episteme.social.politics.military that return types with arguments of type CountryMethods in org.episteme.social.politics.military with parameters of type Country