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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement DeterministicSEIRDiseaseModel
 class DeterministicSEIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SEIR Disease Model'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return DeterministicSEIRDiseaseModel
 DeterministicSEIRDiseaseModel StandardFactoryImpl.createDeterministicSEIRDiseaseModel()
           
static DeterministicSEIRDiseaseModel DeterministicSEIRDiseaseModelImpl.createDeterministicSEIRDiseaseModel(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)
           
 

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

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