org.eclipse.ohf.stem.internal.data
Class DiseaseModelDecoratorRecord.SEIRDecoratorRecord

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.IdentifiableRecord
      extended by org.eclipse.ohf.stem.internal.data.DataSetRecord
          extended by org.eclipse.ohf.stem.internal.data.DecoratorRecord
              extended by org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord
                  extended by org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
                      extended by org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SIDecoratorRecord
                          extended by org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SIRDecoratorRecord
                              extended by org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SEIRDecoratorRecord
All Implemented Interfaces:
java.lang.Comparable<IdentifiableRecord>
Direct Known Subclasses:
DiseaseModelDecoratorRecord.DeterministicSEIRDiseaseModelDecoratorRecord
Enclosing class:
DiseaseModelDecoratorRecord

public abstract static class DiseaseModelDecoratorRecord.SEIRDecoratorRecord
extends DiseaseModelDecoratorRecord.SIRDecoratorRecord

This class represents a SEIR disease model


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord
DiseaseModelDecoratorRecord.AggregateSEIRDiseaseModelRecord, DiseaseModelDecoratorRecord.AggregateSIDiseaseModelRecord, DiseaseModelDecoratorRecord.AggregateSIRDiseaseModelRecord, DiseaseModelDecoratorRecord.DeterministicSEIRDiseaseModelDecoratorRecord, DiseaseModelDecoratorRecord.SEIRDecoratorRecord, DiseaseModelDecoratorRecord.SIDecoratorRecord, DiseaseModelDecoratorRecord.SIRDecoratorRecord, DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DecoratorRecord
DecoratorRecord.DecoratorData
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
DataSetRecord.DataSetData
 
Nested classes/interfaces inherited from class org.eclipse.ohf.stem.internal.data.IdentifiableRecord
IdentifiableRecord.AdminLevel
 
Field Summary
static java.lang.String INCUBATION_RATE_PROPERTY
          This is the property that specifies the incubation rate in a properties file.
static java.lang.String SEIR_CONTENT_DESCRIPTOR
          This is the content descriptor for SEIR disease model decorators.
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SIRDecoratorRecord
SIR_CONTENT_DESCRIPTOR
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.SIDecoratorRecord
INFECTIOUS_MORTALITY_PROPERTY, INFECTIOUS_MORTALITY_RATE_PROPERTY, NON_LINEARITY_COEFFICIENT_PROPERTY, PHYSICALLY_ADJACENT_INFECTIOUS_PROPORTION_PROPERTY, RECOVERY_RATE_PROPERTY, SI_CONTENT_DESCRIPTOR, TRANSMISSION_RATE_PROPERTY
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord.StandardDiseaseModelDecoratorRecord
STANDARD_DISEASE_MODEL_RECORD_TYPE_NAME
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord
BACKGROUND_MORTALITY_RATE_PROPERTY, DISEASE_MODEL_DIR, DISEASE_NAME_PROPERTY, POPULATION_IDENTIFIER_PROPERTY, TIME_PERIOD_PROPERTY
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DecoratorRecord
DECORATOR_DIR
 
Fields inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
RECORD_CLASSNAME_PROPERTY
 
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
 
Constructor Summary
DiseaseModelDecoratorRecord.SEIRDecoratorRecord()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.DiseaseModelDecoratorRecord
getPopulationIdentifier
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.DecoratorRecord
getDecorator, getNumModelDecorators
 
Methods inherited from class org.eclipse.ohf.stem.internal.data.DataSetRecord
getNumEdges, getNumLabels, getNumNodes, getNumScenarioDecorators, initializeDataSet
 
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
 

Field Detail

SEIR_CONTENT_DESCRIPTOR

public static final java.lang.String SEIR_CONTENT_DESCRIPTOR
This is the content descriptor for SEIR disease model decorators.

See Also:
Constant Field Values

INCUBATION_RATE_PROPERTY

public static final java.lang.String INCUBATION_RATE_PROPERTY
This is the property that specifies the incubation rate in a properties file.

See Also:
Constant Field Values
Constructor Detail

DiseaseModelDecoratorRecord.SEIRDecoratorRecord

public DiseaseModelDecoratorRecord.SEIRDecoratorRecord()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class DiseaseModelDecoratorRecord.SIRDecoratorRecord
See Also:
Object.toString()