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

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

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

Subinterfaces of StandardDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard
 interface AggregatingSEIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SEIR disease model.
 interface AggregatingSIDiseaseModel
          This interface defines a class in an EMF model for an aggregating SI disease model.
 interface AggregatingSIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SIR disease model.
 interface DeterministicSEIRDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SEIR disease model.
 interface DeterministicSIDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SI 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 SI
          A DiseaseModel with two states Susceptible and Infectious (SI).
 interface SIR
          A DiseaseModel with three states Susceptible, Infectious and Recovered(SIR).
 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.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return StandardDiseaseModel
 StandardDiseaseModel Infector.getDiseaseModel()
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard with parameters of type StandardDiseaseModel
 void Infector.setDiseaseModel(StandardDiseaseModel value)
          Sets the value of the 'Disease Model' reference.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement StandardDiseaseModel
 class AggregatingSEIRDiseaseModelImpl
          An implementation of the model object 'Aggregating SEIR Disease Model'.
 class AggregatingSIDiseaseModelImpl
          An implementation of the model object 'Aggregating SI Disease Model'.
 class AggregatingSIRDiseaseModelImpl
          An implementation of the model object 'Aggregating SIR Disease Model'.
 class DeterministicSEIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SEIR Disease Model'.
 class DeterministicSIDiseaseModelImpl
          An implementation of the model object 'Deterministic SI Disease Model'.
 class DeterministicSIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SIR Disease Model'.
 class SEIRImpl
          An implementation of the model object 'SEIR'.
 class SIImpl
          An implementation of the model object 'SI'.
 class SIRImpl
          An implementation of the model object 'SIR'.
 class StandardDiseaseModelImpl
          An implementation of the model object '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'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return StandardDiseaseModel
 StandardDiseaseModel InfectorImpl.basicGetDiseaseModel()
           
 StandardDiseaseModel InfectorImpl.getDiseaseModel()
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type StandardDiseaseModel
 void InfectorImpl.setDiseaseModel(StandardDiseaseModel newDiseaseModel)
           
 

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

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