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

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

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

Subinterfaces of DiseaseModelState in org.eclipse.ohf.stem.diseasemodels.standard
 interface AggregatingDiseaseModelState
          This class represents the state of an aggregate disease model at a label.
 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.
 interface StandardDiseaseModelState
          This interface defines a class in an EMF model that contains state information for a standard STEM disease model's computations from one simulation cycle to another.
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard that return DiseaseModelState
 DiseaseModelState DiseaseModel.createDiseaseModelState()
           
 DiseaseModelState DiseaseModelLabel.getDiseaseModelState()
           
 DiseaseModelState DiseaseModel.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard with parameters of type DiseaseModelState
 DiseaseModelState DiseaseModel.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 void DiseaseModelLabel.setDiseaseModelState(DiseaseModelState value)
          Sets the value of the 'Disease Model State' containment reference.
 

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

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

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl that return DiseaseModelState
 DiseaseModelState SIImpl.createDiseaseModelState()
           
abstract  DiseaseModelState DiseaseModelImpl.createDiseaseModelState()
           
 DiseaseModelState AggregatingSIDiseaseModelImpl.createDiseaseModelState()
           
 DiseaseModelState DiseaseModelLabelImpl.getDiseaseModelState()
           
 DiseaseModelState StandardDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
abstract  DiseaseModelState DiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 DiseaseModelState AggregatingSIDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.impl with parameters of type DiseaseModelState
 org.eclipse.emf.common.notify.NotificationChain DiseaseModelLabelImpl.basicSetDiseaseModelState(DiseaseModelState newDiseaseModelState, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 DiseaseModelState StandardDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
abstract  DiseaseModelState DiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 DiseaseModelState AggregatingSIDiseaseModelImpl.initializeDiseaseState(DiseaseModelState diseaseModelState, DiseaseModelLabel diseaseModelLabel)
           
 void DiseaseModelLabelImpl.setDiseaseModelState(DiseaseModelState newDiseaseModelState)
           
 

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

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