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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement SIDiseaseModelState
 class SIDiseaseModelStateImpl
          An implementation of the model object 'SI Disease Model State'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return SIDiseaseModelState
 SIDiseaseModelState StandardFactoryImpl.createSIDiseaseModelState()
           
 

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

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