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

All Superinterfaces:
Decorator, DiseaseModel, org.eclipse.emf.ecore.EObject, Identifiable, NodeDecorator, org.eclipse.emf.common.notify.Notifier, SanityChecker, SI, SIR, StandardDiseaseModel, StandardStochasticDiseaseModel, StochasticDiseaseModel
All Known Implementing Classes:
StochasticSIRDiseaseModelImpl

public interface StochasticSIRDiseaseModel
extends SIR, StandardStochasticDiseaseModel

This interface defines a class in an EMF model for an Stochastic SIR disease model.

See Also:
SIRLabel, SIRLabelValue

Field Summary
static java.lang.String URI_TYPE_STOCHASTIC_SIR_DISEASE_MODEL_SEGMENT
          This is the segment of the type URI that prefixes all other segments in a standard stochastic SIR disease model type URI.
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SIR
URI_TYPE_STANDARD_SIR_DISEASE_MODEL, URI_TYPE_STANDARD_SIR_DISEASE_MODEL_SEGMENT
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SI
URI_TYPE_STANDARD_SI_DISEASE_MODEL_SEGMENT
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StandardDiseaseModel
URI_TYPE_STANDARD_DISEASEMODEL_SEGMENT
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModel
URI_TYPE_DISEASEMODEL_SEGMENT
 
Method Summary
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SIR
getAdjustedImmunityLossRate, getImmunityLossRate, setImmunityLossRate
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.SI
getAdjustedInfectiousMortalityRate, getAdjustedRecoveryRate, getAdjustedTransmissionRate, getInfectiousMortality, getInfectiousMortalityRate, getNonLinearityCoefficient, getPhysicallyAdjacentInfectious, getPhysicallyAdjacentInfectiousProportion, getRecoveryRate, getTransmissionRate, setInfectiousMortality, setInfectiousMortalityRate, setNonLinearityCoefficient, setPhysicallyAdjacentInfectiousProportion, setRecoveryRate, setTransmissionRate
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StandardDiseaseModel
addToTotalArea, addToTotalPopulationCount, computeTotalPopulationCountReciprocal, getTotalArea, getTotalPopulationCount, getTotalPopulationCountReciprocal, setTotalArea, setTotalPopulationCount
 
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
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StandardStochasticDiseaseModel
computeNoise, getGain, setGain
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StochasticDiseaseModel
getRandomGenerator, getSeed, setSeed
 

Field Detail

URI_TYPE_STOCHASTIC_SIR_DISEASE_MODEL_SEGMENT

static final java.lang.String URI_TYPE_STOCHASTIC_SIR_DISEASE_MODEL_SEGMENT
This is the segment of the type URI that prefixes all other segments in a standard stochastic SIR disease model type URI.

See Also:
Constant Field Values