|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardDiseaseModelLabel
This interface defines a class in an EMF model for a Standard Disease model label. A standard disease model is one that computes the changes in population state when there is a single Susceptible state.
SI
,
SILabel
,
SILabelValue
,
SIR
,
SIRLabel
,
SIRLabelValue
,
SEIR
,
SEIRLabel
,
SEIRLabelValue
Field Summary | |
---|---|
static java.lang.String |
URI_TYPE_STANDARD_DISEASE_MODEL_LABEL_SEGMENT
This is the top-level segment for all type URI's for stadard disease model labels. |
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModelLabel |
---|
URI_TYPE_DISEASE_MODEL_LABEL_SEGMENT, URI_TYPE_SIR_LABEL |
Fields inherited from interface org.eclipse.ohf.stem.core.graph.DynamicLabel |
---|
URI_TYPE_DYNAMIC_LABEL, URI_TYPE_DYNAMIC_LABEL_SEGMENT |
Fields inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
URI_TYPE_LABEL, URI_TYPE_LABEL_SEGMENT |
Fields inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
URI_TYPE_LABEL, URI_TYPE_LABEL_SEGMENT |
Method Summary | |
---|---|
StandardDiseaseModelLabelValue |
getCurrentStandardDiseaseModelLabelValue()
|
double |
getNextS()
|
StandardDiseaseModelLabelValue |
getNextStandardDiseaseModelLabelValue()
|
double |
getS()
|
void |
setNextS(double s)
|
void |
setS(double s)
|
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModelLabel |
---|
getBirths, getCurrentDiseaseModelLabelValue, getDeaths, getDiseaseDeaths, getDiseaseModelState, getNextBirths, getNextDeaths, getNextDiseaseDeaths, getNextDiseaseModelLabelValue, getPopulationLabel, setBirths, setDeaths, setDiseaseDeaths, setDiseaseModelState, setNextBirths, setNextDeaths, setNextDiseaseDeaths, setPopulationLabel |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.DynamicLabel |
---|
getDecorator, getNextValue, isNextValueValid, reset, setDecorator, setNextValue, setNextValueValid, switchToNextValue |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
getCurrentValue, getIdentifiable, getURIOfIdentifiableToBeLabeled, setCurrentValue, setIdentifiable, setURIOfIdentifiableToBeLabeled |
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 |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.NodeLabel |
---|
getNode, setNode |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
getCurrentValue, getIdentifiable, getURIOfIdentifiableToBeLabeled, setCurrentValue, setIdentifiable, setURIOfIdentifiableToBeLabeled |
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_DISEASE_MODEL_LABEL_SEGMENT
Method Detail |
---|
double getS()
void setS(double s)
s
- the new value for the current number of "susceptible"
population membersdouble getNextS()
void setNextS(double s)
s
- the new value for the next number of "susceptible" population
membersStandardDiseaseModelLabelValue getCurrentStandardDiseaseModelLabelValue()
StandardDiseaseModelLabelValue getNextStandardDiseaseModelLabelValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |