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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return SIInfector
 SIInfector StandardFactory.createSIInfector()
          Returns a new object of class 'SI Infector'.
 

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SIInfector
 SIInfector StandardFactoryImpl.createSIInfector()
           
 

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

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