org.eclipse.ohf.stem.diseasemodels
Interface Constants


public interface Constants

This interface contains constants that are significant to the STEM disease model definitions.


Field Summary
static java.lang.String DISEASE_MODEL_ELEMENT
          This is the identifier of the element in a ConfigurationElement that specifies the name and implementing class for STEM "disease models".
static java.lang.String ID_DISEASE_EXTENSION_POINT
          This is the extension point id for the "disease" extension point.
static java.lang.String ID_DISEASE_MODEL_EXTENSION_POINT
          This is the extension point id for the "disease model" extension point.
 

Field Detail

ID_DISEASE_MODEL_EXTENSION_POINT

static final java.lang.String ID_DISEASE_MODEL_EXTENSION_POINT
This is the extension point id for the "disease model" extension point. A DiseaseModel defines the underlying computational model for how a disease propagates. "org.eclipse.ohf.stem.diseasemodels.diseasemodel"

See Also:
Constant Field Values

ID_DISEASE_EXTENSION_POINT

static final java.lang.String ID_DISEASE_EXTENSION_POINT
This is the extension point id for the "disease" extension point. "org.eclipse.ohf.stem.diseasemodels.disease"

See Also:
Constant Field Values

DISEASE_MODEL_ELEMENT

static final java.lang.String DISEASE_MODEL_ELEMENT
This is the identifier of the element in a ConfigurationElement that specifies the name and implementing class for STEM "disease models".

See Also:
Constants.EXECUTABLE_NAME_ATTRIBUTE, Constant Field Values