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

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

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

Subinterfaces of AggregatingSIDiseaseModel 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 AggregatingSIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SIR disease model.
 

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement AggregatingSIDiseaseModel
 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'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return AggregatingSIDiseaseModel
 AggregatingSIDiseaseModel StandardFactoryImpl.createAggregatingSIDiseaseModel()
           
 

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

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