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

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

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

Subinterfaces of StandardInfector 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.
 

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

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

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

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