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

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

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

Fields in org.eclipse.ohf.stem.internal.data declared as ISOKey
static ISOKey ISOKey.EARTH
          This is the ISO key used to represent The Earth
 

Methods in org.eclipse.ohf.stem.internal.data that return ISOKey
 ISOKey CountryGraphRecord.getCountryKey()
           
 ISOKey ModelRecord.CountryModelRecord.getIsoKey()
           
 ISOKey RelationshipGraphRecord.getIsoKey0()
           
 ISOKey RelationshipGraphRecord.getIsoKey1()
           
 ISOKey RelationshipGraphData.getKeyA()
           
 ISOKey RelationshipGraphData.getKeyB()
           
 ISOKey CountryGraphData.getNodeKey()
           
 

Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type ISOKey
 java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> DataSetRecordHolder.getEdgeGraphRecords()
           
 java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> DataSetRecordHolder.getEdgeGraphRecords()
           
 java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,CountryGraphRecord.CountryLabelGraphRecord>>> DataSetRecordHolder.getLabelGraphRecords()
           
 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 ISOKey
 int ISOKey.compareTo(ISOKey isoKey)
           
 void ModelRecord.CountryModelRecord.setIsoKey(ISOKey isoKey)
           
 void CountryGraphData.setNodeKey(ISOKey nodeKey)
           
 

Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type ISOKey
static java.util.List<RelationshipGraphRecord> ModelRecordFactory.getAllLevelEdgesForCountryModel(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords, java.lang.String edgeName, ModelRecord.CountryModelRecord countryModelRecord)
           
static java.util.List<RelationshipGraphRecord> ModelRecordFactory.getAllLevelEdgesForCountryModel(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords, java.lang.String edgeName, ModelRecord.CountryModelRecord countryModelRecord)
           
static java.util.List<RelationshipGraphRecord> ModelRecordFactory.getAllLevelEdgesForCountryModel2(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords, java.lang.String edgeName, ModelRecord.CountryModelRecord countryModelRecord)
           
static java.util.List<RelationshipGraphRecord> ModelRecordFactory.getAllLevelEdgesForCountryModel2(java.util.Map<java.lang.String,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,java.util.Map<ISOKey,java.util.Map<IdentifiableRecord.AdminLevel,RelationshipGraphRecord>>>>> edgeGraphRecords, java.lang.String edgeName, ModelRecord.CountryModelRecord countryModelRecord)
           
 

Constructors in org.eclipse.ohf.stem.internal.data with parameters of type ISOKey
CountryGraphData.AreaData(ISOKey nodeKey, java.lang.String area)
           
CountryGraphData.NodeData(ISOKey nodeKey, java.lang.String name)
           
CountryGraphData.PopulationData(ISOKey nodeKey, java.lang.String dataString)
           
CountryGraphData(ISOKey nodeKey)
           
ModelRecord.CountryModelRecord(ISOKey isoKey)
           
ModelRecord.FullCountryModelRecord(ISOKey isoKey, java.lang.String[] populationIds)
           
ModelRecord.GeographicCountryModelRecord(ISOKey isoKey)