org.eclipse.ohf.stem.diseasemodels.standard
Interface SIRLabelValue

All Superinterfaces:
DiseaseModelLabelValue, org.eclipse.emf.ecore.EObject, LabelValue, org.eclipse.emf.common.notify.Notifier, SanityChecker, SILabelValue, StandardDiseaseModelLabelValue
All Known Subinterfaces:
SEIRLabelValue
All Known Implementing Classes:
SEIRLabelValueImpl, SIRLabelValueImpl

public interface SIRLabelValue
extends SILabelValue

This interface defines a class in an EMF model for an SIR disease model label value. The values of this label record the number of population members who are in one of three states with respect to a particular disease.

Sub-classes could introduce additional states in which population members could exist.

See Also:
SIR, SIRLabel, SEIR, SEIRLabel, SEIRLabelValue

Method Summary
 double getR()
           
 void setR(double value)
          Sets the value of the 'R' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SILabelValue
getI, getIF, getIR, setIF, setIR
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StandardDiseaseModelLabelValue
convertToSourceStates, getS, setS
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModelLabelValue
add, getBirths, getDeaths, getDiseaseDeaths, getPopulationCount, scale, set, setBirths, setDeaths, setDiseaseDeaths, sub, zeroOutPopulationCount
 
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
 

Method Detail

getR

double getR()
Returns:
the number of population members in the Recovered state.

setR

void setR(double value)
Sets the value of the 'R' attribute.

Parameters:
value - the new value of the 'R' attribute.
See Also:
getR()