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

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

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

Subinterfaces of AggregatingSIRDiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard
 interface AggregatingSEIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SEIR disease model.
 

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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return AggregatingSIRDiseaseModel
 AggregatingSIRDiseaseModel StandardFactoryImpl.createAggregatingSIRDiseaseModel()
           
 

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

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