org.eclipse.ohf.stem.internal.data
Class ScenarioRecord.DiseaseScenarioRecord
java.lang.Object
org.eclipse.ohf.stem.internal.data.IdentifiableRecord
org.eclipse.ohf.stem.internal.data.ScenarioRecord
org.eclipse.ohf.stem.internal.data.ScenarioRecord.DiseaseScenarioRecord
- All Implemented Interfaces:
- java.lang.Comparable<IdentifiableRecord>
- Enclosing class:
- ScenarioRecord
public static class ScenarioRecord.DiseaseScenarioRecord
- extends ScenarioRecord
This class represents a Scenario
with a disease model.
Field Summary |
static java.lang.String |
DISEASE_CONTENT_DESCRIPTOR
The descriptor for Scenario s containing disease
models. |
static java.lang.String |
SCENARIO_DIR
This is the name of the directory under which country
Scenario s are serialized. |
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 |
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, toString, wait, wait, wait |
DISEASE_CONTENT_DESCRIPTOR
public static final java.lang.String DISEASE_CONTENT_DESCRIPTOR
- The descriptor for
Scenario
s containing disease
models.
- See Also:
- Constant Field Values
SCENARIO_DIR
public static final java.lang.String SCENARIO_DIR
- This is the name of the directory under which country
Scenario
s are serialized.
- See Also:
- Constant Field Values
ScenarioRecord.DiseaseScenarioRecord
public ScenarioRecord.DiseaseScenarioRecord(java.lang.String scenarioName,
ModelRecord modelRecord,
DecoratorRecord infectorDecorator,
long timeIncrement,
SequencerRecord sequencerRecord,
java.lang.String catagory)
- Parameters:
scenarioName
- the name of the Scenario
modelRecord
- the ModelRecord
containing the Scenario
's
Model
infectorDecorator
- the infectortimeIncrement
- the number of milliseconds in each simulation cyclesequencerRecord
- the sequencer to use for the Scenariocatagory
-