Uses of Class
org.eclipse.ohf.stem.internal.data.CountryGraphRecord

Packages that use CountryGraphRecord
org.eclipse.ohf.stem.internal.data   
 

Uses of CountryGraphRecord in org.eclipse.ohf.stem.internal.data
 

Subclasses of CountryGraphRecord in org.eclipse.ohf.stem.internal.data
static class CountryGraphRecord.CountryAreaLabelGraphRecord
          This class represents a Graph containing AreaLabels of Nodes specific to a country.
static class CountryGraphRecord.CountryLabelGraphRecord
          This class represents a Graph containing Labels of Nodes specific to a country.
static class CountryGraphRecord.CountryNodeGraphRecord
          This class represents a Graph containing Nodes of a specific country.
static class CountryGraphRecord.CountryPopulationLabelGraphRecord
          This class represents a Graph containing PopulationLabels of Nodes specific to a country.
 

Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type CountryGraphRecord
 java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,CountryGraphRecord>> DataSetRecordHolder.getNodeGraphRecords()
           
 java.util.Map<ISOKey,CountryGraphRecord> DataSetRecordHolder.getSpecialNodeGraphRecords()
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type CountryGraphRecord
 ModelRecord.CountryModelRecord ModelRecordFactory.createCountryModelRecord(CountryGraphRecord countryGraphRecord)