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

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

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

Subinterfaces of SEIR 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 StochasticSEIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SEIR disease model.
 

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

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

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

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