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

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

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

Subclasses of GraphRecord 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 CountryGraphRecord
          This class represents a Graph specific to a single country.
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.
 class RelationshipGraphRecord
          This class represents a Graph that contains Edges representing relationships between 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 GraphRecord
 java.util.List<GraphRecord> DataSetRecordHolder.getAllGraphRecords()
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type GraphRecord
 void DataSetRecordHolder.add(GraphRecord graphRecord)
           
 void ModelRecord.addGraphRecord(GraphRecord graphRecord)
           
 

Method parameters in org.eclipse.ohf.stem.internal.data with type arguments of type GraphRecord
 void ModelRecord.addGraphRecords(java.util.List<GraphRecord> graphRecords)
          Add a a list of GraphRecords