org.eclipse.ohf.stem.internal.data
Class DiseaseModelDecoratorRecord.SIDecoratorRecord
java.lang.Object
org.eclipse.ohf.stem.internal.data.IdentifiableRecord
org.eclipse.ohf.stem.internal.data.DataSetRecord
org.eclipse.ohf.stem.internal.data.DecoratorRecord
org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord
org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SIDecoratorRecord
- All Implemented Interfaces:
- java.lang.Comparable<IdentifiableRecord>
- Direct Known Subclasses:
- DiseaseModelDecoratorRecord.SIRDecoratorRecord
- Enclosing class:
- DiseaseModelDecoratorRecord
public abstract static class DiseaseModelDecoratorRecord.SIDecoratorRecord
- extends DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
This class represents a SI
disease model
Fields inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
BIBLIOGRAPHIC_CITATION_PROPERTY, CONTRIBUTOR_PROPERTY, COVERAGE_PROPERTY, CREATED_PROPERTY, CREATOR_PROPERTY, DATE_PROPERTY, DESCRIPTION_PROPERTY, FORMAT_PROPERTY, identifiableURIPrefix, IDENTIFIER_PROPERTY, LANGUAGE_PROPERTY, LICENSE_PROPERTY, PUBLISHER_PROPERTY, RELATION_PROPERTY, REQUIRED_PROPERTY, RIGHTS_PROPERTY, SERIALIZATION_DATE_RANGE_FORMAT_1_DATE, SERIALIZATION_DATE_RANGE_FORMAT_1_DATE_YEAR, SERIALIZATION_DATE_RANGE_FORMAT_2_DATES, SOURCE_PROPERTY, SPATIAL_PROPERTY, SUBJECT_PROPERTY, TITLE_PROPERTY, TYPE_PROPERTY, VALID_PROPERTY |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord |
addAdminLevel, addAdminLevel, addAdminLevels, compareTo, getAdminLevels, getAdminLevelsAsString, getAdminLevelsMaxToMin, getDublinCore, getEndDate, getIdentifiable, getMaxAdminLevel, getMinAdminLevel, getNumAdminLevels, getStartDate, inDateRange, isYounger, serialize, serializeIdentifiable, setDublinCore, setEndDate, setIdentifiable, setStartDate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SI_CONTENT_DESCRIPTOR
public static final java.lang.String SI_CONTENT_DESCRIPTOR
- This is the content descriptor for SIR disease model decorators.
- See Also:
- Constant Field Values
INFECTIOUS_MORTALITY_PROPERTY
public static final java.lang.String INFECTIOUS_MORTALITY_PROPERTY
- This is the property that specifies the infectious mortality
proportion in a properties file
- See Also:
- Constant Field Values
INFECTIOUS_MORTALITY_RATE_PROPERTY
public static final java.lang.String INFECTIOUS_MORTALITY_RATE_PROPERTY
- This is the property that specifies the infectious mortality rate in
a properties file
- See Also:
- Constant Field Values
TRANSMISSION_RATE_PROPERTY
public static final java.lang.String TRANSMISSION_RATE_PROPERTY
- This is the property that specifies the transmission rate in a
properties file.
- See Also:
- Constant Field Values
NON_LINEARITY_COEFFICIENT_PROPERTY
public static final java.lang.String NON_LINEARITY_COEFFICIENT_PROPERTY
- This is the property that specifies the non-linearity coefficient in
a properties file.
- See Also:
- Constant Field Values
RECOVERY_RATE_PROPERTY
public static final java.lang.String RECOVERY_RATE_PROPERTY
- This is the property that specifies the recovery rate in a properties
file.
- See Also:
- Constant Field Values
PHYSICALLY_ADJACENT_INFECTIOUS_PROPORTION_PROPERTY
public static final java.lang.String PHYSICALLY_ADJACENT_INFECTIOUS_PROPORTION_PROPERTY
- This is the property that specifies the recovery rate in a properties
file.
- See Also:
- Constant Field Values
DiseaseModelDecoratorRecord.SIDecoratorRecord
public DiseaseModelDecoratorRecord.SIDecoratorRecord()
toString
public java.lang.String toString()
- Overrides:
toString
in class DiseaseModelDecoratorRecord
- See Also:
Object.toString()