org.eclipse.ohf.stem.internal.data
Class CountryGraphData

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
      extended by org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
          extended by org.eclipse.ohf.stem.internal.data.CountryGraphData
Direct Known Subclasses:
CountryGraphData.AreaData, CountryGraphData.NodeData, CountryGraphData.PopulationData

public class CountryGraphData
extends GraphRecord.GraphData

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

CountryGraphData

public CountryGraphData(ISOKey nodeKey)
Parameters:
nodeKey -
Method Detail

getNodeKey

public final ISOKey getNodeKey()
Returns:
the nodeKey

setNodeKey

public final void setNodeKey(ISOKey nodeKey)
Parameters:
nodeKey - the nodeKey to set