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

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

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

Subinterfaces of StandardDiseaseModelState in org.eclipse.ohf.stem.diseasemodels.standard
 interface SIDiseaseModelState
          This interface defines a class in an EMF model that contains state information for a SI STEM disease model's computations from one simulation cycle to another.
 

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

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

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

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