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

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

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

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

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement AggregatingDiseaseModelState
 class AggregatingDiseaseModelStateImpl
          An implementation of the model object 'Aggregating Disease Model State'.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return AggregatingDiseaseModelState
 AggregatingDiseaseModelState StandardFactoryImpl.createAggregatingDiseaseModelState()
           
 

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

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