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

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
              extended by org.eclipse.ohf.stem.internal.data.CommonBorderData

public class CommonBorderData
extends RelationshipGraphData

This class represents data extracted from a properties file with data about a a common border relationship.


Method Summary
 double getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.RelationshipGraphData
getKeyA, getKeyB, isDirected
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLength

public final double getLength()
Returns:
the area of the common border (kilometers)

toString

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