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

All Superinterfaces:
Decorator, DiseaseModel, org.eclipse.emf.ecore.EObject, Identifiable, NodeDecorator, org.eclipse.emf.common.notify.Notifier, SanityChecker, StochasticDiseaseModel
All Known Subinterfaces:
StochasticSEIRDiseaseModel, StochasticSIDiseaseModel, StochasticSIRDiseaseModel
All Known Implementing Classes:
StandardStochasticDiseaseModelImpl, StochasticSEIRDiseaseModelImpl, StochasticSIDiseaseModelImpl, StochasticSIRDiseaseModelImpl

public interface StandardStochasticDiseaseModel
extends StochasticDiseaseModel

This interface is an EMF model.


Field Summary
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModel
URI_TYPE_DISEASEMODEL_SEGMENT
 
Method Summary
 double computeNoise()
           
 double getGain()
           
 void setGain(double value)
          Sets the value of the 'Gain' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.StochasticDiseaseModel
getRandomGenerator, getSeed, setSeed
 
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
 

Method Detail

getGain

double getGain()


setGain

void setGain(double value)
Sets the value of the 'Gain' attribute.

Parameters:
value - the new value of the 'Gain' attribute.
See Also:
getGain()

computeNoise

double computeNoise()