|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard |
---|
Subinterfaces of DiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard | |
---|---|
interface |
AggregatingSEIRDiseaseModel
This interface defines a class in an EMF model for an aggregating SEIR disease model. |
interface |
AggregatingSIDiseaseModel
This interface defines a class in an EMF model for an aggregating SI disease model. |
interface |
AggregatingSIRDiseaseModel
This interface defines a class in an EMF model for an aggregating SIR disease model. |
interface |
DeterministicSEIRDiseaseModel
This interface defines a class in an EMF model for an Deterministic SEIR disease model. |
interface |
DeterministicSIDiseaseModel
This interface defines a class in an EMF model for an Deterministic SI disease model. |
interface |
DeterministicSIRDiseaseModel
This interface defines a class in an EMF model for an Deterministic SIR disease model. |
interface |
SEIR
A DiseaseModel with four states Susceptible,
Exposed, Infectious and Recovered(SEIR). |
interface |
SI
A DiseaseModel with two states Susceptible and
Infectious (SI). |
interface |
SIR
A DiseaseModel with three states Susceptible,
Infectious and Recovered(SIR). |
interface |
StandardDiseaseModel
This interface defines a class in an EMF model for a Standard disease model. |
interface |
StandardStochasticDiseaseModel
This interface is an EMF model. |
interface |
StochasticDiseaseModel
This interface defines an EMF model |
interface |
StochasticSEIRDiseaseModel
This interface defines a class in an EMF model for an Stochastic SEIR disease model. |
interface |
StochasticSIDiseaseModel
This interface defines a class in an EMF model for an Stochastic SI disease model. |
interface |
StochasticSIRDiseaseModel
This interface defines a class in an EMF model for an Stochastic SIR disease model. |
Uses of DiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.impl |
---|
Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement DiseaseModel | |
---|---|
class |
AggregatingSEIRDiseaseModelImpl
An implementation of the model object 'Aggregating SEIR Disease Model'. |
class |
AggregatingSIDiseaseModelImpl
An implementation of the model object 'Aggregating SI Disease Model'. |
class |
AggregatingSIRDiseaseModelImpl
An implementation of the model object 'Aggregating SIR Disease Model'. |
class |
DeterministicSEIRDiseaseModelImpl
An implementation of the model object 'Deterministic SEIR Disease Model'. |
class |
DeterministicSIDiseaseModelImpl
An implementation of the model object 'Deterministic SI Disease Model'. |
class |
DeterministicSIRDiseaseModelImpl
An implementation of the model object 'Deterministic SIR Disease Model'. |
class |
DiseaseModelImpl
An implementation of the model object 'Disease Model'. |
class |
SEIRImpl
An implementation of the model object 'SEIR'. |
class |
SIImpl
An implementation of the model object 'SI'. |
class |
SIRImpl
An implementation of the model object 'SIR'. |
class |
StandardDiseaseModelImpl
An implementation of the model object 'Disease Model'. |
class |
StandardStochasticDiseaseModelImpl
An implementation of the model object 'Stochastic Disease Model'. |
class |
StochasticDiseaseModelImpl
An implementation of the model object 'Stochastic Disease Model'. |
class |
StochasticSEIRDiseaseModelImpl
An implementation of the model object 'Stochastic SEIR Disease Model'. |
class |
StochasticSIDiseaseModelImpl
An implementation of the model object 'Stochastic SI Disease Model'. |
class |
StochasticSIRDiseaseModelImpl
An implementation of the model object 'Stochastic SIR Disease Model'. |
Uses of DiseaseModel in org.eclipse.ohf.stem.diseasemodels.standard.util |
---|
Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type DiseaseModel | |
---|---|
T |
StandardSwitch.caseDiseaseModel(DiseaseModel object)
Returns the result of interpretting the object as an instance of 'Disease Model'. |
Uses of DiseaseModel in org.eclipse.ohf.stem.ui.wizards |
---|
Methods in org.eclipse.ohf.stem.ui.wizards with parameters of type DiseaseModel | |
---|---|
void |
DiseaseModelPropertyEditor.populate(DiseaseModel diseaseModel)
|
void |
DiseaseModelPropertyComposite.populateDiseaseModel(DiseaseModel diseaseModel)
|
Constructors in org.eclipse.ohf.stem.ui.wizards with parameters of type DiseaseModel | |
---|---|
DiseaseModelPropertyComposite(org.eclipse.swt.widgets.Composite parent,
int style,
DiseaseModel[] diseaseModels,
org.eclipse.swt.events.ModifyListener projectValidator)
Create the composite |
|
DiseaseModelPropertyEditor(org.eclipse.swt.widgets.Composite parent,
int style,
DiseaseModel diseaseModel,
org.eclipse.swt.events.ModifyListener projectValidator)
Create the composite |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |