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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StochasticSEIRDiseaseModel
 class StochasticSEIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SEIR Disease Model'.
 

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

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

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