|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SEIRLabelValue
This interface defines a class in an EMF model for an SEIR disease model label value. The values of this label record the number of population members who are in one of four states with repsect to a particular disease.
Sub-classes could introduce additional states in which population members could exist.
SIR
,
SIRLabel
,
SIRLabelValue
,
SEIR
,
SEIRLabel
Method Summary | |
---|---|
double |
getE()
|
void |
setE(double value)
Sets the value of the ' E ' attribute. |
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SIRLabelValue |
---|
getR, setR |
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 |
---|
double getE()
void setE(double value)
E
' attribute.
value
- the new value of the 'E' attribute.getE()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |