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

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

public interface AreaLabelValue
extends LabelValue

This interface defines a class in an EMF model for a Area Label Value. TODO allow different area units to be specified


Field Summary
static java.lang.String copyright
           
 
Method Summary
 double getArea()
           
 void setArea(double value)
          Sets the value of the 'Area' 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

getArea

double getArea()
Returns:
the area in square Kilometers

setArea

void setArea(double value)
Sets the value of the 'Area' attribute.

Parameters:
value - the new value of the 'Area' attribute.
See Also:
getArea()