|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
org.eclipse.ohf.stem.internal.data.CountryGraphData
public class CountryGraphData
This class represents data extracted from a properties file with data about a specific country.
Nested Class Summary | |
---|---|
static class |
CountryGraphData.AreaData
This class represents the area in square kilometers for a specific node in a specific adminstration level |
static class |
CountryGraphData.NodeData
This class contains the data that defines node in a country graph. |
static class |
CountryGraphData.PopulationData
This class represents the number of population members of a particular type who occupy a specific node. |
Constructor Summary | |
---|---|
CountryGraphData(ISOKey nodeKey)
|
Method Summary | |
---|---|
ISOKey |
getNodeKey()
|
void |
setNodeKey(ISOKey nodeKey)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountryGraphData(ISOKey nodeKey)
nodeKey
- Method Detail |
---|
public final ISOKey getNodeKey()
public final void setNodeKey(ISOKey nodeKey)
nodeKey
- the nodeKey to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |