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

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

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

Subinterfaces of Infector in org.eclipse.ohf.stem.diseasemodels.standard
 interface SIInfector
          This interface defines a class in an EMF model for the initialization of an infectious population in a Standard disease model.
 interface StandardInfector
          This interface defines a class in an EMF model for the initialization of an infectious population in a Standard disease model.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return Infector
 Infector DiseaseModel.createInfector()
           
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement Infector
 class InfectorImpl
          An implementation of the model object 'Infector'.
 class SIInfectorImpl
          An implementation of the model object 'SI Infector'.
 class StandardInfectorImpl
          An implementation of the model object 'Infector'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return Infector
 Infector SIImpl.createInfector()
           
abstract  Infector DiseaseModelImpl.createInfector()
           
 

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

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