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

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

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

Subinterfaces of StandardStochasticDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard
 interface StochasticSEIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SEIR disease model.
 interface StochasticSIDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SI disease model.
 interface StochasticSIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SIR disease model.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StandardStochasticDiseaseModel
 class StandardStochasticDiseaseModelImpl
          An implementation of the model object 'Stochastic Disease Model'.
 class StochasticSEIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SEIR Disease Model'.
 class StochasticSIDiseaseModelImpl
          An implementation of the model object 'Stochastic SI Disease Model'.
 class StochasticSIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SIR Disease Model'.
 

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

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