org.eclipse.ohf.stem.internal.data
Class RelationshipGraphData
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.RelationshipGraphData
- Direct Known Subclasses:
- CommonBorderData, RelativePhysicalData, TransportData
public abstract class RelationshipGraphData
- extends GraphRecord.GraphData
This class represents data extracted from a properties file with data about a
a relationship between two Node
s.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
getKeyA
public final ISOKey getKeyA()
- Returns:
- the keyA
getKeyB
public final ISOKey getKeyB()
- Returns:
- the keyB
isDirected
public final boolean isDirected()
- Returns:
true
if the relationship is directed,
false
otherwise.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()