|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardDiseaseModelLabelValue
This interface defines a class in an EMF model for an Standard disease model label value. In a standard disease model population members can be in a single Susceptible state, which means that they are not exposed or infected by a disease. Sub-classes could introduce additional states in which population members could exist.
SIR
,
SIRLabel
,
SIRLabelValue
,
SEIR
,
SEIRLabel
,
SEIRLabelValue
Method Summary | |
---|---|
StandardDiseaseModelLabelValue |
convertToSourceStates()
Instances of the disease state label value are used in standard disease model computations to represent the state transitions made by the population due to the progress of a disease. |
double |
getS()
|
void |
setS(double value)
Sets the value of the ' S ' attribute. |
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 getS()
void setS(double value)
S
' attribute.
value
- the new value of the 'S' attribute.getS()
StandardDiseaseModelLabelValue convertToSourceStates()
In the former case the members could be "added" to an another instance and in the later "subtracted" to account for the movement of population members between states.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |