org.eclipse.ohf.stem.internal.data
Class CommonBorderRelationshipGraphRecord
java.lang.Object
org.eclipse.ohf.stem.internal.data.IdentifiableRecord
org.eclipse.ohf.stem.internal.data.DataSetRecord
org.eclipse.ohf.stem.internal.data.GraphRecord
org.eclipse.ohf.stem.internal.data.RelationshipGraphRecord
org.eclipse.ohf.stem.internal.data.CommonBorderRelationshipGraphRecord
- All Implemented Interfaces:
- java.lang.Comparable<IdentifiableRecord>
public class CommonBorderRelationshipGraphRecord
- extends RelationshipGraphRecord
This class represents a Graph
that contains Edge
s
representing the "shares a common border" relationship between two
Node
s.
Field Summary |
static java.lang.String |
COMMON_BORDER_EDGE_NAME
This is the name used to identify "commonborder" edges. |
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 |
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 |
COMMON_BORDER_EDGE_NAME
public static final java.lang.String COMMON_BORDER_EDGE_NAME
- This is the name used to identify "commonborder" edges.
- See Also:
- Constant Field Values
CommonBorderRelationshipGraphRecord
public CommonBorderRelationshipGraphRecord()
- Default Constructor
getSerializationContentDescriptor
public java.lang.String getSerializationContentDescriptor()
- Returns:
- a short string the describes the content of the
IdentifiableRecord
e.g., "node", "population"
toString
public java.lang.String toString()
- Overrides:
toString
in class RelationshipGraphRecord
- See Also:
Object.toString()