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

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return SEIRLabel
 SEIRLabel StandardFactory.createSEIRLabel()
          Returns a new object of class 'SEIR Label'.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SEIRLabel
 class SEIRLabelImpl
          An implementation of the model object 'SEIR Label'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SEIRLabel
 SEIRLabel StandardFactoryImpl.createSEIRLabel()
           
 

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

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