org.eclipse.ohf.stem.internal.data
Class CountryGraphData.NodeData
java.lang.Object
org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
org.eclipse.ohf.stem.internal.data.CountryGraphData
org.eclipse.ohf.stem.internal.data.CountryGraphData.NodeData
- Enclosing class:
- CountryGraphData
public static class CountryGraphData.NodeData
- extends CountryGraphData
This class contains the data that defines node in a country graph.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CountryGraphData.NodeData
public CountryGraphData.NodeData(ISOKey nodeKey,
java.lang.String name)
- Parameters:
name
- name of the node.nodeKey
- nodeKey for the node.
getName
public final java.lang.String getName()
- Returns:
- the name
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()