org.eclipse.ohf.stem.internal.data
Class RelationshipGraphData

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.DataSetRecord.DataSetData
      extended by org.eclipse.ohf.stem.internal.data.GraphRecord.GraphData
          extended by 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 Nodes.


Method Summary
 ISOKey getKeyA()
           
 ISOKey getKeyB()
           
 boolean isDirected()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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()