|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardDiseaseModel
This interface defines a class in an EMF model for a Standard disease model.
SIR
,
SIRLabel
,
SIRLabelValue
,
SEIR
,
SEIRLabel
,
SEIRLabelValue
Field Summary | |
---|---|
static java.lang.String |
URI_TYPE_STANDARD_DISEASEMODEL_SEGMENT
This is the segment of the type URI that prefixes all other segments in a standard disease model type URI. |
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModel |
---|
URI_TYPE_DISEASEMODEL_SEGMENT |
Method Summary | |
---|---|
void |
addToTotalArea(double area)
Add the area value to the accumlating value for the total area of all Node s for which this StandardDiseseModel computes
StandardDiseaseModelLabel values. |
void |
addToTotalPopulationCount(double populationCount)
Add a number of population members to an accumlating value for the total number of population members (in all disease states) for all Node s
for which this StandardDiseseModel computes
StandardDiseaseModelLabel values. |
double |
computeTotalPopulationCountReciprocal()
Compute and store the reciprocal of the total population count. |
double |
getTotalArea()
|
double |
getTotalPopulationCount()
|
double |
getTotalPopulationCountReciprocal()
|
void |
setTotalArea(double value)
Sets the value of the ' Total Area ' attribute. |
void |
setTotalPopulationCount(double value)
Sets the value of the ' Total Population Count ' attribute. |
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModel |
---|
createDiseaseModelLabel, createDiseaseModelLabelValue, createDiseaseModelState, createInfector, getAdjustedBackgroundMortalityRate, getBackgroundMortalityRate, getDiseaseName, getPopulationIdentifier, getTimePeriod, initializeDiseaseState, initializeDiseaseState, setBackgroundMortalityRate, setDiseaseName, setPopulationIdentifier, setTimePeriod |
Methods inherited from interface org.eclipse.ohf.stem.core.model.Decorator |
---|
decorateGraph, getGraph, getLabelsToUpdate, resetLabels, setGraph, updateLabels |
Methods inherited from interface org.eclipse.ohf.stem.core.common.Identifiable |
---|
getDublinCore, getTypeURI, getURI, sane, setDublinCore, setTypeURI, setURI |
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 |
Field Detail |
---|
static final java.lang.String URI_TYPE_STANDARD_DISEASEMODEL_SEGMENT
Method Detail |
---|
void addToTotalPopulationCount(double populationCount)
Node
s
for which this StandardDiseseModel
computes
StandardDiseaseModelLabel
values.
populationCount
- the number of population members to add to the totalgetTotalPopulationCount()
,
setTotalPopulationCount(double)
double getTotalPopulationCount()
setTotalPopulationCount(double)
,
addToTotalPopulationCount(double)
void setTotalPopulationCount(double value)
Total Population Count
' attribute.
value
- the new value of the 'Total Population Count' attribute.getTotalPopulationCount()
double computeTotalPopulationCountReciprocal()
getTotalPopulationCountReciprocal()
double getTotalPopulationCountReciprocal()
#computeTotalPopulationReciprocal()
void addToTotalArea(double area)
Node
s for which this StandardDiseseModel
computes
StandardDiseaseModelLabel
values.
area
- the area to add (km^2)getTotalArea()
,
setTotalArea(double)
double getTotalArea()
StandardDiseseModel
addToTotalArea(double)
,
setTotalArea(double)
void setTotalArea(double value)
Total Area
' attribute.
value
- the new value of the 'Total Area' attribute.getTotalArea()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |