org.eclipse.ohf.stem.internal.data
Class CountryGraphRecord.CountryLabelGraphRecord

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.IdentifiableRecord
      extended by org.eclipse.ohf.stem.internal.data.DataSetRecord
          extended by org.eclipse.ohf.stem.internal.data.GraphRecord
              extended by org.eclipse.ohf.stem.internal.data.CountryGraphRecord
                  extended by org.eclipse.ohf.stem.internal.data.CountryGraphRecord.CountryLabelGraphRecord
All Implemented Interfaces:
java.lang.Comparable<IdentifiableRecord>
Direct Known Subclasses:
CountryGraphRecord.CountryAreaLabelGraphRecord, CountryGraphRecord.CountryPopulationLabelGraphRecord
Enclosing class:
CountryGraphRecord

public abstract static class CountryGraphRecord.CountryLabelGraphRecord
extends CountryGraphRecord

This class represents a Graph containing Labels of Nodes specific to a country.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.CountryGraphRecord
CountryGraphRecord.CountryAreaLabelGraphRecord, CountryGraphRecord.CountryLabelGraphRecord, CountryGraphRecord.CountryNodeGraphRecord, CountryGraphRecord.CountryPopulationLabelGraphRecord
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.GraphRecord
GraphRecord.GraphData
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
DataSetRecord.DataSetData
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord
IdentifiableRecord.AdminLevel
 
Field Summary
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.CountryGraphRecord
ADMIN_LEVEL_PROPERTY, COUNTRY_DIR, ISOKEY_PROPERTY
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.GraphRecord
GRAPH_RECORD_TYPE_NAME
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
RECORD_CLASSNAME_PROPERTY
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord
BIBLIOGRAPHIC_CITATION_PROPERTY, CONTRIBUTOR_PROPERTY, COVERAGE_PROPERTY, CREATED_PROPERTY, CREATOR_PROPERTY, DATE_PROPERTY, DESCRIPTION_PROPERTY, FORMAT_PROPERTY, identifiableURIPrefix, IDENTIFIER_PROPERTY, LANGUAGE_PROPERTY, LICENSE_PROPERTY, PUBLISHER_PROPERTY, RELATION_PROPERTY, REQUIRED_PROPERTY, RIGHTS_PROPERTY, SERIALIZATION_DATE_RANGE_FORMAT_1_DATE, SERIALIZATION_DATE_RANGE_FORMAT_1_DATE_YEAR, SERIALIZATION_DATE_RANGE_FORMAT_2_DATES, SOURCE_PROPERTY, SPATIAL_PROPERTY, SUBJECT_PROPERTY, TITLE_PROPERTY, TYPE_PROPERTY, VALID_PROPERTY
 
Method Summary
 int getNumLabels()
           
 java.lang.String getSerializationContentDescriptor()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.CountryGraphRecord
getCountryKey
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.GraphRecord
getGraph
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
getNumEdges, getNumModelDecorators, getNumNodes, getNumScenarioDecorators, initializeDataSet
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord
addAdminLevel, addAdminLevel, addAdminLevels, compareTo, getAdminLevels, getAdminLevelsAsString, getAdminLevelsMaxToMin, getDublinCore, getEndDate, getIdentifiable, getMaxAdminLevel, getMinAdminLevel, getNumAdminLevels, getStartDate, inDateRange, isYounger, serialize, serializeIdentifiable, setDublinCore, setEndDate, setIdentifiable, setStartDate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSerializationContentDescriptor

public java.lang.String getSerializationContentDescriptor()
Returns:
a short string the describes the content of the IdentifiableRecord e.g., "node", "population"

getNumLabels

public int getNumLabels()
Overrides:
getNumLabels in class DataSetRecord
Returns:
the number of Labels in the Identifiable
See Also:
DataSetRecord.getNumLabels()

toString

public java.lang.String toString()
Overrides:
toString in class CountryGraphRecord
See Also:
Object.toString()