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

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

public interface PopulationLabelValue
extends LabelValue

This interface defines a class in an EMF model for a Population Label Value.


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

getCount

double getCount()
Returns:
the number of population members

setCount

void setCount(double value)
Sets the value of the 'Count' attribute.

Parameters:
value - the new value of the 'Count' attribute.
See Also:
getCount()