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

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

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

Subclasses of RelationshipGraphRecord in org.eclipse.ohf.stem.internal.data
 class CommonBorderRelationshipGraphRecord
          This class represents a Graph that contains Edges representing the "shares a common border" relationship between two Nodes.
 class RelativePhysicalRelationshipGraphRecord
          This class represents a Graph that contains Edges representing a "relative physical" relationship between two Nodes.
 class TransportRelationshipGraphRecord
          This class represents a Graph that contains Edges representing the "population transportation" relationship between two Nodes.
 

Methods in org.eclipse.ohf.stem.internal.data that return types with arguments of type RelationshipGraphRecord
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)
           
 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()
           
 

Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type RelationshipGraphRecord
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)