|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Edge s
representing the "shares a common border" relationship between two
Node s. |
class |
CountryGraphRecord
This class represents a Graph specific to a single country. |
static class |
CountryGraphRecord.CountryAreaLabelGraphRecord
This class represents a Graph containing AreaLabel s of
Node s specific to a country. |
static class |
CountryGraphRecord.CountryLabelGraphRecord
This class represents a Graph containing Label s of
Node s specific to a country. |
static class |
CountryGraphRecord.CountryNodeGraphRecord
This class represents a Graph containing Node s of a
specific country. |
static class |
CountryGraphRecord.CountryPopulationLabelGraphRecord
This class represents a Graph containing PopulationLabel s
of Node s specific to a country. |
class |
RelationshipGraphRecord
This class represents a Graph that contains Edge s
representing relationships between Node s. |
class |
RelativePhysicalRelationshipGraphRecord
This class represents a Graph that contains Edge s
representing a "relative physical" relationship between two Node s. |
class |
TransportRelationshipGraphRecord
This class represents a Graph that contains Edge s
representing the "population transportation" relationship between two
Node s. |
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 GraphRecord s |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |