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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StochasticSIDiseaseModel
 class StochasticSIDiseaseModelImpl
          An implementation of the model object 'Stochastic SI Disease Model'.
 

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

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

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