org.eclipse.ohf.stem.definitions.labels
Interface CommonBorderRelationshipLabelValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LabelValue, org.eclipse.emf.common.notify.Notifier, PhysicalRelationshipLabelValue, SanityChecker
All Known Implementing Classes:
CommonBorderRelationshipLabelValueImpl

public interface CommonBorderRelationshipLabelValue
extends PhysicalRelationshipLabelValue

This interface defines a class in an EMF model for a Common border Relationship Label Value.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 double getBorderLength()
           
 void setBorderLength(double value)
          Sets the value of the 'Border Length' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.core.graph.LabelValue
reset
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.SanityChecker
sane
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getBorderLength

double getBorderLength()
Returns:
the length of the common border in kilometers

setBorderLength

void setBorderLength(double value)
Sets the value of the 'Border Length' attribute.

Parameters:
value - the new value of the 'Border Length' attribute.
See Also:
getBorderLength()