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

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

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

Subinterfaces of StochasticDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard
 interface StandardStochasticDiseaseModel
          This interface is an EMF model.
 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 StochasticDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StochasticDiseaseModel
 class StandardStochasticDiseaseModelImpl
          An implementation of the model object 'Stochastic Disease Model'.
 class StochasticDiseaseModelImpl
          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 StochasticDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.util
 

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