|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.RelativePhysicalRelationshipGraphRecord
public class RelativePhysicalRelationshipGraphRecord
This class represents a Graph
that contains Edge
s
representing a "relative physical" relationship between two Node
s.
Nested Class Summary |
---|
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 | |
---|---|
static java.lang.String |
RELATIVE_PHYSICAL_EDGE_NAME
This is the name used to identify "relativephysical" edges. |
Fields inherited from class org.eclipse.ohf.stem.internal.data.RelationshipGraphRecord |
---|
ISOKEY_0_LEVEL_PROPERTY, ISOKEY_0_PROPERTY, ISOKEY_1_LEVEL_PROPERTY, ISOKEY_1_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 |
Constructor Summary | |
---|---|
RelativePhysicalRelationshipGraphRecord()
|
Method Summary | |
---|---|
java.lang.String |
getSerializationContentDescriptor()
|
Methods inherited from class org.eclipse.ohf.stem.internal.data.RelationshipGraphRecord |
---|
getAdminLevel0, getAdminLevel1, getIsoKey0, getIsoKey1, getNumEdges, getNumLabels, getNumNodes, isBetweenDifferentCountries, toString |
Methods inherited from class org.eclipse.ohf.stem.internal.data.GraphRecord |
---|
getGraph |
Methods inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord |
---|
getNumModelDecorators, 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 |
Field Detail |
---|
public static final java.lang.String RELATIVE_PHYSICAL_EDGE_NAME
Constructor Detail |
---|
public RelativePhysicalRelationshipGraphRecord()
Method Detail |
---|
public java.lang.String getSerializationContentDescriptor()
IdentifiableRecord
e.g., "node", "population"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |