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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return AggregatingSEIRDiseaseModel
 AggregatingSEIRDiseaseModel StandardFactory.createAggregatingSEIRDiseaseModel()
          Returns a new object of class 'Aggregating SEIR Disease Model'.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement AggregatingSEIRDiseaseModel
 class AggregatingSEIRDiseaseModelImpl
          An implementation of the model object 'Aggregating SEIR Disease Model'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return AggregatingSEIRDiseaseModel
 AggregatingSEIRDiseaseModel StandardFactoryImpl.createAggregatingSEIRDiseaseModel()
           
 

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

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