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

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

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

Subclasses of CountryGraphRecord.CountryLabelGraphRecord 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.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.CountryLabelGraphRecord
 java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,CountryGraphRecord.CountryLabelGraphRecord>>> DataSetRecordHolder.getLabelGraphRecords()