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

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

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

Subinterfaces of SIR in org.eclipse.ohf.stem.diseasemodels.standard
 interface DeterministicSEIRDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SEIR disease model.
 interface DeterministicSIRDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SIR disease model.
 interface SEIR
          A DiseaseModel with four states Susceptible, Exposed, Infectious and Recovered(SEIR).
 interface StochasticSEIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SEIR disease model.
 interface StochasticSIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SIR disease model.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SIR
 class DeterministicSEIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SEIR Disease Model'.
 class DeterministicSIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SIR Disease Model'.
 class SEIRImpl
          An implementation of the model object 'SEIR'.
 class SIRImpl
          An implementation of the model object 'SIR'.
 class StochasticSEIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SEIR Disease Model'.
 class StochasticSIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SIR Disease Model'.
 

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type SIR
 T StandardSwitch.caseSIR(SIR object)
          Returns the result of interpretting the object as an instance of 'SIR'.