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

Packages that use StochasticSIRDiseaseModel
org.eclipse.ohf.stem.diseasemodels.standard   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
org.eclipse.ohf.stem.diseasemodels.standard.util   
 

Uses of StochasticSIRDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return StochasticSIRDiseaseModel
 StochasticSIRDiseaseModel StandardFactory.createStochasticSIRDiseaseModel()
          Returns a new object of class 'Stochastic SIR Disease Model'.
 

Uses of StochasticSIRDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StochasticSIRDiseaseModel
 class StochasticSIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SIR Disease Model'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return StochasticSIRDiseaseModel
 StochasticSIRDiseaseModel StandardFactoryImpl.createStochasticSIRDiseaseModel()
           
static StochasticSIRDiseaseModel StochasticSIRDiseaseModelImpl.createStochasticSIRDiseaseModel(java.lang.String diseaseModelName, double backgroundMortalityRate, double infectiousMortality, double infectiousMortalityRate, double transmissionRate, double recoveryRate, double immunityLossRate, double nonLinearityCoefficient, long timePeriod, java.lang.String populationIdentifier)
           
 

Uses of StochasticSIRDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.util
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type StochasticSIRDiseaseModel
 T StandardSwitch.caseStochasticSIRDiseaseModel(StochasticSIRDiseaseModel object)
          Returns the result of interpretting the object as an instance of 'Stochastic SIR Disease Model'.